Link to home
Start Free TrialLog in
Avatar of IRHusker
IRHuskerFlag for United States of America

asked on

Getting started with .Net/C# free online

Hello!

I would like recommendations from people who currently use .NET and know of good resources to get me started with .NET. I currently use ColdFusion and PHP and look forward to learning more about .NET.  What would be a good web site to start with to get a basic site going.  I am also interested in finding a good site for developing  apps with .NET.

I do have Visual Studio 2008 and server space.  

THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Scott
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

The best place to start is with this site:

     http://www.asp.net

It's Microsofts', and they created .Net so they should know ;)
ASKER CERTIFIED SOLUTION
Avatar of jandromeda
jandromeda
Flag of Sri Lanka image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I belive that the best way to start learning programming is going straight through it.

Start with a simple project like a asp.net calculator and then over the time google what you want to know, and what you get of erros.

Then add more advanced features to you calculatorer. I had many problems myself learning C#, but over the time by using this method() :) i get better in no time :)