Where does an SQL DBA get himself educated on ASP.NET app creation in VS?
As an SQL Server DBA, I have still had many a side opportunity to create mini applications in MS Access, which over time, have become quite hefty and feature laden. I would like开发者_如何学Python to get myself trained in C# and ASP.NET so I could graduate these applications to the professional level. I have Visual Studio 2010 Pro and want to get rolling. Where could I find a good source for educational material?
Look at the official Microsoft resources for web development (videos and tutorials):
http://asp.net
And
http://asp.net/mvc
A good starter book for C# is Head First C#.
精彩评论