Sunday, July 12, 2009

Do I need to learn C# or VB.NET before learning ASP.NET?

Can I learn both on the same time? Or should I know some C# or VB.NET first? Thanks

Do I need to learn C# or VB.NET before learning ASP.NET?
Well to learn C# it is required that u test your code. Testing your code will require you to create an application which calls your code. Creating a Web Application to test your C# code will the ultimate solution. You'll be exploring ASP.NET and learning C# at the same time.





Hope this helps.
Reply:You can learn VB or C# concurrently with ASP.NET. ASP.NET is really just an environment for your VB or C# code to run under. The other type of programming typically done with these languages is for the Windows forms environment- the standard windows applications you are used to.





When writing an ASP.NET application, you write the code in VB.NET or C#. That code will (most likely) define the output of HTTP requests from remote clients.





As to whether or not to use VB.NET or C#- the choice is yours. VB has really become a powerful object-oriented language and is very easy to use. I almost exclusively use it, although most of the applications I now write are quick and dirty Intranet applications.
Reply:You need to learn C#


No comments:

Post a Comment