Anyone know where I can read up on some ASP.net lessons and such. I have been trying to learn, yet I am having trouble. I know html, css, javascript, and a little php. Someone mentioned starting with learning vb?
Hi There are plenty of resources on the internet but it's probably best to start with the 'official' site: http://www.asp.net/getstarted/default.aspx?tabid=61 (Sorry I can't post live links yet)
ps If you already know JavaScript I would suggest you learn C# rather than vb as you will find the syntax more familiar.
Here are some excellent sites with tons of examples: http://www.codeproject.com/ http://www.4guysfromrolla.com/ Code (markup):
I particularly like the 4guys website too. If your a PHP person then certainly go for C# - syntax is much closer and there are lots more examples written in C# rather than VB.
You can subscribe to this web site http://www.learnvisualstudio.net/ and get tutorials on developing in ASP.NET.
Please have a look at following websites if some one want to learn ASP.NET http://www.codersource.net/codersource_dot_net.html http://authors.aspalliance.com/das/tutorial/email.aspx http://quickstarts.asp.net/QuickStartv20/aspnet/ http://www.esnips.com http://samples.gotdotnet.com/quickstart/aspplus/ http://www.microsoft.com/events/series/msdnwebdev.aspx?tab=webcasts asp.net 2.0 http://www.411asp.net/home/webapps directories http://www.dotnetfreaks.com/ http://msdn2.microsoft.com/en-us/library/wtxbf3hh(VS.80).aspx asp.net 2.0 using c#.net
Code project is good if you want to study examples. official ASP.net is good to start with. Just google and you will find tons of material. When using google be sure to search for a topic and not generic ASP.net tutorials.