Friday, July 31, 2009

What is the difference between asp.net and c#.net?

.NET is an Environment


ASP.NET is a set of API's for building Web Applications


You can consume this set of API's through programming languages like VB.NET, C Sharp, etc.





Similarly there is ADO.NET, ie. a set of API's for database connectivity

What is the difference between asp.net and c#.net?
Only the coding is dfferent C# is more like java with all it semi colon etc.
Reply:ASP.NET is Microsoft's platform for developing web based applications.





You have to use C# or VB.NET to program an ASP.NET application. That is, C# and VB.NET are programming languages for Microsoft .NET, using which you can develop ASP.NET applications for the internet or Windows Forms applications for the desktop.


No comments:

Post a Comment