Difference between Web Application and Web Site in .net | Web Application Vs. Web Site
Difference between Web Application and Web Site in .net Web Application Web Site All the list of the files included in the project is stored in the .csproj/.vbproj No such…
Is .NET a clone of JAVA?
I have seen this question arise a lot in the discussion which often turns into battle field for the developer community. Many believe that .net is a clone of Java.…
Json parsing in iOS 5 Tutorial Part 2/2
In the first part of the series, we create an app that parse the JSON from web service without any open source library. In this second article , we will…
Json parsing in iOS 5 Tutorial Part 1/2
There are few JSON libraries/frameworks available for iOS developers. for ex : Touch JSON json-framework JSONKit From iOS 5 Apple introduce NSJSONSerialization Class, Which convert JSON to Foundation Object and…
Difference between MVC2, MVC3, MVC4 | MVC2 vs. MVC3 vs. MVC4
The main purpose of the MVC (Model, View and Controller) architecture is to make separation of the business layer (logic) and the application layer (data) from the presentation layer to…
Android 4.1 Jelly Bean | Android Jelly Bean | Features of Android 4.1 Jelly Bean
Android Jelly Bean Recently on June 2012, Google announced a new version of Android Operating System Android code named 'Jelly Bean'. Before moving to this version of Android lets…
3 Layer vs 3 Tier Architecture | Difference Between 3 Layer and 3 Tier Architecture
What is diffrence between 3 Layer Architecture and 3 Tier Architecture ?? Before moving to understand what is difference between 3 Tier Architecture and 3 Layer architecture lets have an…
What are the goals of Dot Net (.net) Framework?
With the .NET Framework, Microsoft's goal is not to provide an abstraction technology for developers building a particular kind of application, Microsoft's goal is to provide an abstraction technology for…