Is it necessary for me to learn .NET Framework?
I am studying vb.net now,and i am eager to be an excellent vb.net programmer. So i want to know that is it necessary to learn .net framework.
Thanks!
If you want to be an excellent VB.NET developer, ofcourse it is necessary to learn all about the .NET framework. You must remember that VB is mere syntax, and the exact same application that you write, could be acheived using C#, Managed C++, or any other Framework supported development language/s.
Sure,
Before making any move, you must know the base on which you are standing. So before learning VB.NET, you must know the concepts on .NET Framework, and become an expert in .NET framework in parallel with VB.NET
Your english is fine. You have started with the right book! The syntax of C# and VB.NET and MC++ is a tiny part of what goes on in .NET. Most of these "langauges" merely express pieces of the CLR (the engine) and the BCL/FCL (libraries). For instance, System.Console.WriteLine is not really C# syntax or VB.NET syntax. It's a library call. Once you understand that, you will realize that languages are
pretty irrelevant in the CLR and that yes you need to understand the Framework to really do anything.
In the .NET World, the language less important as compared the Framework since language just exposes the capabilites of the framework. Knowing the framework is extremely important and the language is just a means to use the framework.
Omce you have a good understanding of the framework, the choice of language VB.NET or C# does not make much difference.
Regards,
Vikram
http://dotnetupdate.blogspot.com/