The Wayback Machine - https://web.archive.org/web/20110121182643/http://www.codeguru.com:80/csharp/

    Latest .NET / C# Articles

    IronSpeed Designer Review

    Rapid Application Development or RAD tools enhance the productivity of developers by allowing them to focus on the business part of their application. This article is a review of IronSpeed, one of the best know RAD tools for development of .NET framework web applications.

    Keeping Your Data Sorted Using Generic SortedSet in .NET Framework 4

    .NET Framework 4.0 saw the introduction of a generic class, System.Collections.Generic.SortedSet, for keeping items in a sorted order. Learn how to put these additions to work for you.

    Windows Phone 7 Quick Tutorials: Part 3 - Page Navigation

    Learn how to navigate between pages in a WP7 Silverlight application and pass data between them.

    Shave Time Off your Development with ASP.NET MVC Razor

    Microsoft's new view engine replaces ASPX as the default view engine in ASP.NET MVC3.

    WCF RIA Services

    Learn about Windows Communication Foundation (WCF) RIA Services and get to know how the RIA service concept is achieved using the .NET framework 4.0 Domain Service.

    Windows Phone 7 (WP7) Quick Tutorials: Part 2 - The Application Bar

    Learn how to use the application bar in Windows Phone 7 (WP7), a control holding buttons and menu items for the most important commands on your pages.

    Latest Columns

    Using VC++ .NET

    USING VC++ .NET

    C++ Programming: Understanding Standard C++ Library Additions in Visual C++ 2010

    For every true C++ developer, the Standard C++ Library is the first choice for utility classes, collections and algorithms to streamline the development effort. Continuing on from the investment in core C++ programming improvements in Visual C++ 2008, Visual C++ 2010 introduces improvements in the Standard C++ Library related to C++ 0x, and this article focuses on advancements in Standard C++ collections and algorithms.

    Nuts & Bolts

    .NET NUTS & BOLTS

    .NET Framework: Use Your Own Cache Wrapper to Help Performance

    See how you can use the .NET framework to create your own wrapper classes in C# programming to help boost your application performance when accessing a bunch of reference or other look-up type data that you frequently use.

    VB Today

    VISUAL BASIC TODAY

    SQL CLR Integration in SQL Server 2008

    Is some of your business logic in code and some in SQL Server? Then, just call the SQL from the .NET framework and the .NET framework from SQL with CLR integration. Here are all the steps you need to get started.

    Insights

    PROGRAMMING INSIGHTS

    Microsoft .NET Framework 4.0 Task Parallel Library Continuations

    Task Continuations allows developers to create interdependencies between tasks. The interdependencies can involve simple execution in response to task completion or aggregated exception handling among tasks. Read along to learn more.