Want to learn asp.net from scratch.?

pancholimanan24

New member
Hye friends! I know the basic programming languages c/c++ so I have a programming background.Now I want to learn asp.net language from scratch. So anyone can suggest me a good book for this please; and also will my knowledge of c/c++ be enough to get me started or I'll have to learn something else also? All I know about asp.net is that it is a programming language that is used for web-designing and to develop web-apps. One more question is that learning java simultaneously is advisable or not? Thank you in advance.....
 
The primary languages used with ASP.NET are Visual Basic and C#. I suggest C#, since that is very close to Java, and Java is useful on multiple platforms. VB is close almost nothing else, but can be useful for scripting in an MS-specific environment. (Windows Script Host and MS Office macros use VB-derived scripting languages.)

Java and C# similar to C++. Java was developed as a platform-independent variant of C++, and C# was developed as a copycat of Java, based on the .NET platform. I'd suggest a basic book or some online tutorials in C# in parallel with looking at the MS tutorial videos online for ASP.NET.
 
Back
Top