tags:

views:

59

answers:

2

I have a client who wants to transition off their old environment into .NET.

The client has a good grounding in basic OO concepts (their existing development environment supports this) and are expert developers, but need a quick "up to speed" introduction to the .NET framework (C# as the chosen language) for building Line of Business applications (they're keen on Silverlight).

Any recommendations?

+2  A: 

I'd start with "How do I?" videos for C#: http://msdn.microsoft.com/en-us/vcsharp/bb798022.aspx .

Sphynx