PDA

Click to See Complete Forum and Search --> : Difference


Vishal-Kohli
Oct 18th, 2004, 10:30 AM
I know its a very stupid question to ask when I m standing in such big professionals but still the question is a question.

Dear all, I have just started learning .Net but I m confused at the veryfirst step because I dont know the difference between .net, VB.net, asp.net and c#. I know all r used in accordance wid each other but i dont know wat shd i go for. please tell me and guide.

Thanks

Cander
Oct 18th, 2004, 10:32 AM
.NET is the framework everything runs on top of.
ASP.NET is the technology on top of .NET that handle dynamic web pages
VB.NET and C# are languages.

mendhak
Oct 19th, 2004, 02:20 AM
VB.NET and C# can be used as 'codebehinds' when using ASP.NET technology.


*waves to mommy*

Vishal-Kohli
Oct 19th, 2004, 07:28 AM
we use VB6.0 for desktop application and we use asp for web application. Is there any similarity between their latest versions like VB.net and ASP.net. I mean r they still being used for desktop(VB.net) and web(asp.net/c#) applications respectively? If not then wat will we use for desktop application when we want to develope using .net???

mendhak
Oct 19th, 2004, 07:32 AM
As before. VB.NET for desktop apps, ASP.NET for web apps.