User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

    Latest Developer Articles

    Using DynamicObject and ExpandoObject

    The C# language now supports dynamic features through Dynamic Language Runtime (DLR). Part of these features include dynamic types, DynamicObject class and ExpandoObject class. This articles explains these features and provides examples illustrating how these features are used.

    Top 7 Things to Know About Web Service Security for Windows Phone

    As increasing number of mobile applications become "live" by consuming web services, it becomes increasingly more important for application developers to consider security. This article walks through a few things every Windows Phone application developer should know about web service security.

    Advanced C# Programming: Developing IE Extensions

    This article describes how to develop Internet Explorer extensions using C# and MS Visual Studio 2010.

    How to Embed Video Using HTML5

    From the HTML5 Development Center: Embedding video on site using HTML5 is simple. Getting it to work for everyone viewing your site is the hard part. Learn about HTML5’s <video> tag and how to work with competing video formats. You’ll also discover how to build code that works in any browser, even pre-HTML5.

    Working with URL Routing in ASP.NET Web Forms

    The URL Routing features of ASP.NET allow you to create SEO friendly URLs that are also easy to remember. Bipin Joshi shows you how to use URL Routing in web forms.

    .NET Task Parallel Library Advanced Data Parallel

    Much of the .NET Task Parallel Library (TPL) Data Parallel functionality is encapsulated in Parallel Loops. Unlike a regular loop, Parallel loops must partition a collection, requiring a developer to address concurrency issues like cancellation and thread safe operations. This article introduces the TPL Data Parallel core classes and concepts.

    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

    .NET Task Parallel Library Advanced Data Parallel

    Much of the .NET Task Parallel Library (TPL) Data Parallel functionality is encapsulated in Parallel Loops. Unlike a regular loop, Parallel loops must partition a collection, requiring a developer to address concurrency issues like cancellation and thread safe operations. This article introduces the TPL Data Parallel core classes and concepts.

    Codeguru Blogs

    What We Know About Microsoft Build

    "no compromises--you get to use whatever kind of device you prefer to run the apps you love." The quote above comes from the Microsoft Build Web site. While the new conference is scheduled for September 13th through the 16th in...

    The Official Kinect SDK Beta from Microsoft is now Available

    Microsoft had announced at MIX that they were doing it. Now they've done it. The Kinect SDK Beta is now available. I've blogged about the Kinect as an input device, and I've spoken about its potential impact on computing at...

    Kinect in the Doctor's Office

    In a previous blog entry,Computer Interactions Are Going to Change, I mentioned doctors using Microsoft Kinect technology as a keyboard and mouse free way of interacting with a computer -- of a way to interact using gestures. In that...

    (See all Blogs)



    Top Authors