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

    Latest Developer Articles

    Creating Your Own NuGet Package

    NuGet is a free, open source package management system for .NET applications. The primary goal of NuGet is to help developers simplify the process of incorporating third party libraries into their .NET applications. This step-by-step article shows what it takes to create your own NuGet package.

    Understanding the Task Parallel Library IProducerConsumerCollection

    A substantial number of Task Parallel Library (TPL) Concurrent collections implement IProducerConsumerCollection. Jeffrey Juday explains the scenarios and mechanisms around implementing IProducerConsumerCollections.

    Introduction to Entity Framework Code First

    Entity Framework (EF) allows you to program against a model, creating models directly at code level. This approach is referred to as Code First because you focus on the source code of the model classes first and let Code First generate the database tables out of those model classes.

    Understanding JavaScript Web Workers

    Microsoft's recent Windows 8 announcement makes HTML5 and anything HTML5/JavaScript related an important subject for any Windows developer. To most developers HTML is a "tag" based user-interface specification. However, HTML5 is more than just new "tags". Yoked to, but separate from the HTML5 specification is a specification defining background running scripts called Web Workers.

    3D Animation in VB.NET Using Windows Presentation Foundation (WPF) - Part 2

    Richard Newcombe takes us into the basics of building and moving inside a 3D world of our own making, using Windows Presentation Foundation (WPF) and VB.NET.

    Scaffolding in ASP.NET MVC

    Scaffolding involves creating base templates for code or markup of project items through an automated method. In this article Bipin Joshi explains the basics of using the MvcScaffolding package to generate a CRUD interface for a database table.

    Latest Developer Stories by Section

    Latest CodeGuru Developer Columns

    Using VC++ .NET

    USING VC++ .NET

    Faster Microsoft C++ Programming With The MFC Class Wizard

    During the glory days of MFC and ATL in the 1990s and early 2000s, The Visual C++ class wizard was a highly-used and useful IDE tool that simplified life for developers. The re-introduction of the class wizard, after the absence of a decade, demonstrates commitment to the 'glory day's' ideal and adds simplicity to class management tasks inside the IDE.

    Nuts & Bolts

    .NET NUTS & BOLTS

    .NET Framework: Collections and Generics

    The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

    VB Today

    VISUAL BASIC TODAY

    Input and Output with VB.NET 2010

    The .NET runtime has everything you need to format your output and handle special characters. Both Visual Basic 2010 Express edition and Visual Studio 2010 help you with Intellisense if you can't remember the syntax. This article explores simple console input and output and shows you how to get it done.

    Insights

    PROGRAMMING INSIGHTS

    Understanding the Task Parallel Library IProducerConsumerCollection

    A substantial number of Task Parallel Library (TPL) Concurrent collections implement IProducerConsumerCollection. Jeffrey Juday explains the scenarios and mechanisms around implementing IProducerConsumerCollections.

    Codeguru Blogs

    The Death of Silverlight and Flash: Suspect Apprehended

    Yes, it is true. The death of Silverlight and Flash have been predicted. The culprit? HTML5. The above image links to a full infographic with more fun information on the wonderful world of HTML5. Check it out. You can even...

    Ramblings from the Microsoft Build Conference

    There is likely to be a ton of articles written in the last 24 hours on Windows 8 and the announcements at the Build conference. There is a lot being presented. In fact, I've started working on a couple of...

    Microsoft Build Conference: Was it worth the wait?

    It is too early to state whether the Microsoft Build Conference was worth the wait. The conference keynote starts in about an hour and a half. Expectations are high that there will be industry changing announcements. Just the release of...

    (See all Blogs)