Sir, I am doing training in .Net.
Here is my doubt:-
My tutor told us to write the ASP.Net code using Notepad in the beginning time of ASP.NET training.
Why we write in that way as we have tools like visual Studio ?
what is the difference in writing the ASP.Net code in Notepad and Visual Studio?
please let me know?
Loading

Iftikar HussainPosted Aug 10, 2013, 10:48 AM
I am not sure why your tutor told you like this. But I suggest you should start writing your code using visual studio only. Since you are beginner and you will be not aware of C# code formatting etc.
In notepad you can only type your code, but you can't compile and run it. But in VS you can do.
In Notepad you will be not able code for .aspx.cs.
Regards,
Iftikar
Abhineet SrivastavaPosted Aug 11, 2013, 1:09 PM
Mahesh ChandPosted Aug 10, 2013, 10:15 PM