Sunday, November 6, 2011

Dot net tutorials for beginners

If you have no experience in software and you plan to start learning .net. I would strongly recommend this reading list (and in that order)

1>Learn HTML
http://www.w3schools.com/html/default.asp

2>Learn Javascript
http://www.w3schools.com/js/default.asp

3>Learn the basics on writing SQL queries
http://www.w3schools.com/sql/default.asp

4>Read what .net is all about
http://dotnetanalysis.blogspot.com/2011/01/dot-net-basics.html

5>Learn C#
http://msdn.microsoft.com/en-us/library/67ef8sbd.aspx

Once you finish these, you are in a position to start learning any Microsoft technology (asp.net, wcf, wpf etc) that you choose to pursue.

Asp.net is what you would learn if you want to build websites

WPF is what you would learn to build computer applications (software that you can install on your machine)

WCF is something you would learn when you reach at an intermediate level. A simple way to think about WCF would be a web based application, where you can pass in two numbers and get their sum in return. Check this out to get an introduction to WCF
http://dotnetanalysis.blogspot.com/2011/08/introduction-to-wcf-windows.html

No comments:

Post a Comment