C# 3.0 Tutorials

As I’ve been using C# 3.0 with VS.NET 2008 at work on a production project, I thought it would make sense to mention the great tutorials posted by Michael Sync on the subject. One of the most appealing aspects of VS.NET 2008 for me has been the in-built Ajax support (basically post-back’s are processed as Ajax calls with dynamic updates within an UpdatePanel, giving a much more seamless client-server interaction).

Show Comments