views:

90

answers:

2

I just learned that we have some upcoming .Net projects that are going to be developed using C# in Visual Studio. I have not coded Java since 2001 when I started working in PHP in your typical LAMP stack.

What resources can you recommend for a LAMP guy to get productive using .Net and Visual Studio?

Books, tutorials, links, etc. all welcome. Thanks.

EDIT

Just to be clear, I'm really interested MIGRATION guides and resources to becoming productive using the Visual Studio IDE.

+1  A: 

Start with this question here on Stack Overflow: "I'm new to .NET - what should I concentrate on...?"

Tutorials on the Web:

Books:

  • MacDonald and Szpuszta's "Pro ASP.NET 3.5 in C# 2008" for a deep reference.
  • Skeet's "C# in Depth" when you want to really understand C# (not for beginners)
  • Teilhet and Hilyard's "C# Cookbook" (a bit old but still very good)
  • Hunt and Thomas's "Pragmatic Unit Testing" (START with TDD - you'll be glad you did)
  • Murach's ASP.NET 3.5 Web Programming with C# 2008 (I liked an earlier version)

Web Sites:

I have some SQL Server database resources and HTML/CSS resources as well but you may either be using another database or you may have your HTML/CSS lined up from previous work. Hope this helps!

Mark Brittingham
A: 

You may want to look at this question: http://stackoverflow.com/questions/3962/long-time-lamp-developer-moving-to-vb-net

Even though the questioner was going to VB.NET, the basic thoughts of moving from PHP to ASP.NET will still be helpful, I expect.

James Black
I read that question and the answers I found somewhat negative and unhelpful. Hence, my asking a new one.
randy melder