Whats the best way to get back and stay abreast to latest stuff going on with C#3/4?
I do have Jon Skeet's book
|
Whats the best way to get back and stay abreast to latest stuff going on with C#3/4? I do have Jon Skeet's book |
|||
|
|
|
IMHO, the following resources/actions should help get you back on the latest happenings of the C# world:
|
|||
|
|
Learn by doing.Start a new example project that includes examples of C#3/4 specifics (Linq etc.) and work through examples online and in C# in Depth. |
|||
|
|
|
I would reccomend getting a few personal projects going, using different parts of the stack. It will give you the ability to learn a lot about the new features, and will add some immediacy and relevance to any reading you do. |
|||
|
|
|
I'd definately look at ASP.NET MVC3 and "Code First" EF4, this makes it fantastically easy/elegant to get started with "real" apps. I just did my first big work project with Code First and I cant believe it took so long for this to exist. I have a personal project I am now converting back as well. On the plus side you can take what you do and it is directly relevant to other MVC platforms such as CakePHP (as the conventions are nearly identical) |
|||||||||
|
|
I think a great starting point would be to pick a simple project like a Blog, and attempt to build one from scratch either from tutorials or a book. It doesn't need to be super complex, just enough to get the point. While this might be more asp.net'ish, it should expose you to interacting with a database, resource management, and unit testing (if you so choose). |
|||
|
|