I just purchased a book on ASP.Net. Is ASP.NET the same thing as creating a Web Form in VB.NET?? I'm a little confused about the differnces of the two or if they are they same. Little help pls
Thanks
Printable View
I just purchased a book on ASP.Net. Is ASP.NET the same thing as creating a Web Form in VB.NET?? I'm a little confused about the differnces of the two or if they are they same. Little help pls
Thanks
yes, I think they're the same
Web Forms is only a piece of ASP.net. You also have web services, user controls, server controls...bunch of stuff.
Right, using ASP.NET technology you can create a Web Form using a number of different languages (VB.NET, C#,...). So, the book you got probably demonstrates how to make ASP.NET Web Forms using either VB.NET or C# (although, it may have code samples in both languages).