﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Microsoft &amp; .NET</title>
    <link>http://local.developer.com/Microsoft_NET-s1180.html</link>
    <description>Developer.com offers daily news, articles, and tutorials for professional involved in the development of applications and other technical solutions. Daily coverage includes articles, tutorials, news and other resources related to all facets of development.</description>
    <ttl>120</ttl>
    <language>en-us</language>
    <managingEditor>Articles@DirectoryM.com</managingEditor>
    <webMaster>Articles@DirectoryM.com</webMaster>
    <image>
      <title>Microsoft &amp; .NET</title>
      <link>http://local.developer.com/Microsoft_NET-s1180.html</link>
      <description>Developer.com offers daily news, articles, and tutorials for professional involved in the development of applications and other technical solutions. Daily coverage includes articles, tutorials, news and other resources related to all facets of development.</description>
      <url>http://local.developer.com/App_Themes/templateDarkBlueWAdSense_en-US/Images/logo.gif</url>
    </image>
    <item>
      <title>Performance Monitor - Get System Counter Values (CPU, Memory, etc.)</title>
      <description>Great Windows 2000 resource meter application </description>
      <link>http://local.developer.com/Performance_Monitor_Get_System_Counter_Values_CPU_Memory_etc_-a1162312.html</link>
      <guid>http://local.developer.com/Performance_Monitor_Get_System_Counter_Values_CPU_Memory_etc_-a1162312.html</guid>
    </item>
    <item>
      <title>Extending CPictureHolder for loading BMP, JPG, etc.</title>
      <description>This class extends the MFC CPictureHolder class to include better support for enhanced metafiles, access to picture handles, loading from files, and other capabilities. </description>
      <link>http://local.developer.com/Extending_CPictureHolder_for_loading_BMP_JPG_etc_-a1162311.html</link>
      <guid>http://local.developer.com/Extending_CPictureHolder_for_loading_BMP_JPG_etc_-a1162311.html</guid>
    </item>
    <item>
      <title>CNewLabel : Advanced CStatic-Derived Class</title>
      <description>This class (CNewLabel) is derived from CStatic and performs a lot of things that the CStatic class can not do. </description>
      <link>http://local.developer.com/CNewLabel_Advanced_CStatic_Derived_Class-a1162310.html</link>
      <guid>http://local.developer.com/CNewLabel_Advanced_CStatic_Derived_Class-a1162310.html</guid>
    </item>
    <item>
      <title>WBEM Class Wrapper for Local and Remote Process Creation</title>
      <description>This class will allow the creation of any specified process on a remote or local Windows machine. </description>
      <link>http://local.developer.com/WBEM_Class_Wrapper_for_Local_and_Remote_Process_Creation-a1162309.html</link>
      <guid>http://local.developer.com/WBEM_Class_Wrapper_for_Local_and_Remote_Process_Creation-a1162309.html</guid>
    </item>
    <item>
      <title>Function to Set Default Printer</title>
      <description>SetPrinter is a simple DLL COM that enables you to programmatically set the default printer: </description>
      <link>http://local.developer.com/Function_to_Set_Default_Printer-a1162308.html</link>
      <guid>http://local.developer.com/Function_to_Set_Default_Printer-a1162308.html</guid>
    </item>
    <item>
      <title>Code to View/Hide Status Bar in SDI and MDI Applications</title>
      <description>Here's a little handler for the OnViewStatusBar message handler to change the "View/Hide Status Bar" menu option so that the application (main) window changes its height according to the size of the visible client area. </description>
      <link>http://local.developer.com/Code_to_ViewHide_Status_Bar_in_SDI_and_MDI_Applications-a1162307.html</link>
      <guid>http://local.developer.com/Code_to_ViewHide_Status_Bar_in_SDI_and_MDI_Applications-a1162307.html</guid>
    </item>
    <item>
      <title>Placing Logo on the Top DockBar of the Frame Window</title>
      <description>Great class that enables you to place your logo on the main dockbar of your SDI/MDI applications! </description>
      <link>http://local.developer.com/Placing_Logo_on_the_Top_DockBar_of_the_Frame_Window-a1162306.html</link>
      <guid>http://local.developer.com/Placing_Logo_on_the_Top_DockBar_of_the_Frame_Window-a1162306.html</guid>
    </item>
    <item>
      <title>Using the Visual Studio 6.0 Driver Build Environment</title>
      <description>This article explores how to use the standard Visual Studio environment while developing device drivers. </description>
      <link>http://local.developer.com/Using_the_Visual_Studio_6_0_Driver_Build_Environment-a1162305.html</link>
      <guid>http://local.developer.com/Using_the_Visual_Studio_6_0_Driver_Build_Environment-a1162305.html</guid>
    </item>
    <item>
      <title>Creating statically linked, non-MFC DLLs</title>
      <description>This article illustrates how to create and use Statically linked Non-MFC (Implicit) DLLs. </description>
      <link>http://local.developer.com/Creating_statically_linked_non_MFC_DLLs-a1162250.html</link>
      <guid>http://local.developer.com/Creating_statically_linked_non_MFC_DLLs-a1162250.html</guid>
    </item>
    <item>
      <title>Capturing CommandBar Events in VB Add-Ins</title>
      <description>This code sample shows how to capture all the events from your command-bars in a Visual Basic Add-In using only one declared event handler. </description>
      <link>http://local.developer.com/Capturing_CommandBar_Events_in_VB_Add_Ins-a1162249.html</link>
      <guid>http://local.developer.com/Capturing_CommandBar_Events_in_VB_Add_Ins-a1162249.html</guid>
    </item>
    <item>
      <title>Resizable Docking Window 2</title>
      <description>Visual Studio-like dialogbar </description>
      <link>http://local.developer.com/Resizable_Docking_Window_2-a1162248.html</link>
      <guid>http://local.developer.com/Resizable_Docking_Window_2-a1162248.html</guid>
    </item>
    <item>
      <title>CColor class Overview</title>
      <description>encapsulates the GDI color value (COLORREF) </description>
      <link>http://local.developer.com/CColor_class_Overview-a1162247.html</link>
      <guid>http://local.developer.com/CColor_class_Overview-a1162247.html</guid>
    </item>
    <item>
      <title>ListBox with Grayed Out / Non-Selectable Items</title>
      <description>This code sample shows how to create a listbox in VB5/6 which is subclassed to have non-selectable/grayed out items. </description>
      <link>http://local.developer.com/ListBox_with_Grayed_Out_Non_Selectable_Items-a1162246.html</link>
      <guid>http://local.developer.com/ListBox_with_Grayed_Out_Non_Selectable_Items-a1162246.html</guid>
    </item>
    <item>
      <title>Get VersionInfo from resource file</title>
      <description>CVersionInfo is a tiny class, which wraps the stuff needed to get the version info from a resource file. It handles both, the fixed version information and the language dependent string version information of the resource file.</description>
      <link>http://local.developer.com/Get_VersionInfo_from_resource_file-a1162245.html</link>
      <guid>http://local.developer.com/Get_VersionInfo_from_resource_file-a1162245.html</guid>
    </item>
    <item>
      <title>Tips: ODBC &amp;amp; Access database</title>
      <description>Tips on using ODBC with Microsoft Access </description>
      <link>http://local.developer.com/Tips_ODBC_amp_Access_database-a1162242.html</link>
      <guid>http://local.developer.com/Tips_ODBC_amp_Access_database-a1162242.html</guid>
    </item>
    <item>
      <title>QueryDef - a complete implementation of a dynamic recordset</title>
      <description>Sourcefiles added (RecordsetPatch.dll) </description>
      <link>http://local.developer.com/QueryDef_a_complete_implementation_of_a_dynamic_recordset-a1162241.html</link>
      <guid>http://local.developer.com/QueryDef_a_complete_implementation_of_a_dynamic_recordset-a1162241.html</guid>
    </item>
    <item>
      <title>Extended Strings</title>
      <description>The XString-class is a powerful extension to the standard CString-class </description>
      <link>http://local.developer.com/Extended_Strings-a1162240.html</link>
      <guid>http://local.developer.com/Extended_Strings-a1162240.html</guid>
    </item>
    <item>
      <title>Animated Background Banner</title>
      <description>Used to display an Animated Banner using the the CmdiMainClient class </description>
      <link>http://local.developer.com/Animated_Background_Banner-a1162239.html</link>
      <guid>http://local.developer.com/Animated_Background_Banner-a1162239.html</guid>
    </item>
    <item>
      <title>Connecting to a running instance of Internet Explorer</title>
      <description>Methods to connect to a running instance of IE </description>
      <link>http://local.developer.com/Connecting_to_a_running_instance_of_Internet_Explorer-a1162238.html</link>
      <guid>http://local.developer.com/Connecting_to_a_running_instance_of_Internet_Explorer-a1162238.html</guid>
    </item>
    <item>
      <title>Audio Mixer Control Classes</title>
      <description>This is a new an improved version of the Audio Mixer Control Classes </description>
      <link>http://local.developer.com/Audio_Mixer_Control_Classes-a1162237.html</link>
      <guid>http://local.developer.com/Audio_Mixer_Control_Classes-a1162237.html</guid>
    </item>
    <item>
      <title>List control with single / double separator lines</title>
      <description>Placing row and column seperators in a listview </description>
      <link>http://local.developer.com/List_control_with_single_double_separator_lines-a1162236.html</link>
      <guid>http://local.developer.com/List_control_with_single_double_separator_lines-a1162236.html</guid>
    </item>
    <item>
      <title>Enumerate NT services</title>
      <description>Allows for an NT manager-like application </description>
      <link>http://local.developer.com/Enumerate_NT_services-a1162235.html</link>
      <guid>http://local.developer.com/Enumerate_NT_services-a1162235.html</guid>
    </item>
    <item>
      <title>Client/Server interprocess communication via shared memory</title>
      <description>Client/Server interprocess communication via Shared Memory </description>
      <link>http://local.developer.com/ClientServer_interprocess_communication_via_shared_memory-a1162234.html</link>
      <guid>http://local.developer.com/ClientServer_interprocess_communication_via_shared_memory-a1162234.html</guid>
    </item>
    <item>
      <title>Multiple Level Undo/Redo</title>
      <description>Advanced mechanism for implementing undo/redo into your MFC application </description>
      <link>http://local.developer.com/Multiple_Level_UndoRedo-a1162233.html</link>
      <guid>http://local.developer.com/Multiple_Level_UndoRedo-a1162233.html</guid>
    </item>
    <item>
      <title>Netscape 4.x Preferences Dialog</title>
      <description>Netscape-like preferences dialog </description>
      <link>http://local.developer.com/Netscape_4_x_Preferences_Dialog-a1162232.html</link>
      <guid>http://local.developer.com/Netscape_4_x_Preferences_Dialog-a1162232.html</guid>
    </item>
    <item>
      <title>Q&amp;A with Microsoft on .NET</title>
      <description>With input from our readers, Developer.com posed questions on .NET to several Microsoft product managers. See the first of the answers from Charles Sterling (Product Manager for the .NET Framework) and Nick Hodapp (Product Manager for C#). </description>
      <link>http://local.developer.com/QA_with_Microsoft_on_NET-a1161790.html</link>
      <guid>http://local.developer.com/QA_with_Microsoft_on_NET-a1161790.html</guid>
    </item>
    <item>
      <title>Visual Basic .NET as a Fully Object-Oriented Language</title>
      <description>Understand how with Visual Basic .NET, the VB language finally completes the transition to a fully Object Oriented language.</description>
      <link>http://local.developer.com/Visual_Basic_NET_as_a_Fully_Object_Oriented_Language-a1161539.html</link>
      <guid>http://local.developer.com/Visual_Basic_NET_as_a_Fully_Object_Oriented_Language-a1161539.html</guid>
    </item>
    <item>
      <title>Most Software Stinks!</title>
      <description>Just as house architects cannot design beautiful buildings simply by including known elements that have worked elsewhere, good software design is more than a collection of programming techniques that make sense on their own. </description>
      <link>http://local.developer.com/Most_Software_Stinks-a1161537.html</link>
      <guid>http://local.developer.com/Most_Software_Stinks-a1161537.html</guid>
    </item>
    <item>
      <title>PostgreSQL Ends the Waiting Game</title>
      <description>This article takes a close-up look at how multi-version concurrency control cuts read-write waiting time in PostgreSQL.</description>
      <link>http://local.developer.com/PostgreSQL_Ends_the_Waiting_Game-a1161534.html</link>
      <guid>http://local.developer.com/PostgreSQL_Ends_the_Waiting_Game-a1161534.html</guid>
    </item>
    <item>
      <title>An Active Server Pages Tutorial, Part 2</title>
      <description>We conclude our tutorial on working with ASP by looking at Boolean functions, sessions and cookies, text files, and accessing databases.</description>
      <link>http://local.developer.com/An_Active_Server_Pages_Tutorial_Part_2-a1161530.html</link>
      <guid>http://local.developer.com/An_Active_Server_Pages_Tutorial_Part_2-a1161530.html</guid>
    </item>
    <item>
      <title>An Active Server Pages Tutorial, Part 1</title>
      <description>In a two-part introduction to the basics of plain ASP, the author walks you through the steps needed to employ scripts for creating dynamic Web pages.</description>
      <link>http://local.developer.com/An_Active_Server_Pages_Tutorial_Part_1-a1161525.html</link>
      <guid>http://local.developer.com/An_Active_Server_Pages_Tutorial_Part_1-a1161525.html</guid>
    </item>
    <item>
      <title>JavaBean Proxies</title>
      <description>Using object proxies lets you access bean properties by name, augment the behavior of an object, and create a broker object of a JavaBean. Here's how to use them. </description>
      <link>http://local.developer.com/JavaBean_Proxies-a1161524.html</link>
      <guid>http://local.developer.com/JavaBean_Proxies-a1161524.html</guid>
    </item>
    <item>
      <title>Automating Repetitive Tasks in Visual Studio</title>
      <description>Visual Studio.Net has added an expanded extensibility model and macros to the unified Visual Studio IDE. The macro tools allow you to quickly record repetitive tasks, enhancing productivity. </description>
      <link>http://local.developer.com/Automating_Repetitive_Tasks_in_Visual_Studio-a1161517.html</link>
      <guid>http://local.developer.com/Automating_Repetitive_Tasks_in_Visual_Studio-a1161517.html</guid>
    </item>
    <item>
      <title>Book Review: XML for Bosses</title>
      <description>The author "sells" managers on the benefits of XML, such as platform-neutral data and multiple presentations of an XML document. In so doing, managers working in all domains should begin to see XML's strengths.</description>
      <link>http://local.developer.com/Book_Review_XML_for_Bosses-a1161511.html</link>
      <guid>http://local.developer.com/Book_Review_XML_for_Bosses-a1161511.html</guid>
    </item>
    <item>
      <title>Microsoft Scripting Runtime in Visual Basic 6</title>
      <description>Paul Kimmel discusses the runtime scripting engine and using it from Visual Basic. </description>
      <link>http://local.developer.com/Microsoft_Scripting_Runtime_in_Visual_Basic_6-a1161495.html</link>
      <guid>http://local.developer.com/Microsoft_Scripting_Runtime_in_Visual_Basic_6-a1161495.html</guid>
    </item>
    <item>
      <title>Applied Microsoft .NET Framework Programming</title>
      <description>Jeffrey Richter provides chapter 6, 'Common Object Operations,' from his new book, Applied Microsoft .NET Framework Programming. </description>
      <link>http://local.developer.com/Applied_Microsoft_NET_Framework_Programming-a1161132.html</link>
      <guid>http://local.developer.com/Applied_Microsoft_NET_Framework_Programming-a1161132.html</guid>
    </item>
    <item>
      <title>Interacting with .NET WinForms, Part 2</title>
      <description>We conclude our tutorial on working with Windows Forms in Microsoft.NET. Here, we'll examine some of the important GUI Controls and their application in C#.</description>
      <link>http://local.developer.com/Interacting_with_NET_WinForms_Part_2-a1161107.html</link>
      <guid>http://local.developer.com/Interacting_with_NET_WinForms_Part_2-a1161107.html</guid>
    </item>
    <item>
      <title>Interacting with .NET WinForms, Part 1</title>
      <description>We begin a detailed tutorial on getting started with Windows Forms in Microsoft.NET. It should enable you to start developing controls for GUI applications in the new framework. </description>
      <link>http://local.developer.com/Interacting_with_NET_WinForms_Part_1-a1161098.html</link>
      <guid>http://local.developer.com/Interacting_with_NET_WinForms_Part_1-a1161098.html</guid>
    </item>
    <item>
      <title>Encrypting a File Using .NET</title>
      <description>Our "Tacit Records" columnist shows you how .NET's cryptographic support works using the Cryptostream class, which you can implement within either C# or Visual Basic. Here's how to get started.</description>
      <link>http://local.developer.com/Encrypting_a_File_Using_NET-a1161075.html</link>
      <guid>http://local.developer.com/Encrypting_a_File_Using_NET-a1161075.html</guid>
    </item>
    <item>
      <title>Random Numbers and Tic Tac Toe with Visual Basic .NET</title>
      <description>The holidays are a time for fun. Learn about random numbers from Paul Kimmel's latest Visual Basic Today column from CodeGuru.com. Includes a Tic Tac Toe game!</description>
      <link>http://local.developer.com/Random_Numbers_and_Tic_Tac_Toe_with_Visual_Basic_NET-a1161063.html</link>
      <guid>http://local.developer.com/Random_Numbers_and_Tic_Tac_Toe_with_Visual_Basic_NET-a1161063.html</guid>
    </item>
    <item>
      <title>Book Review: ASP.NET For Dummies</title>
      <description>ASP.NET for Dummies is more than just a book. In addition to its 420 printed pages, it also contains a "cheat sheet" tear card, a support Web site, and a CD with over a hundred additional pages. Check out our full review of this new book.</description>
      <link>http://local.developer.com/Book_Review_ASP_NET_For_Dummies-a1161046.html</link>
      <guid>http://local.developer.com/Book_Review_ASP_NET_For_Dummies-a1161046.html</guid>
    </item>
    <item>
      <title>Object-Oriented Application Development Using the Cach&amp;eacute; Postrelational Database</title>
      <description>Not all books are created equal. If you are interested in object-oriented development, object-databases, Cach&amp;eacute;, or database developement in general, then you'll want to check out this book review.</description>
      <link>http://local.developer.com/Object_Oriented_Application_Development_Using_the_Cacheacute_Postrelational_Database-a1161036.html</link>
      <guid>http://local.developer.com/Object_Oriented_Application_Development_Using_the_Cacheacute_Postrelational_Database-a1161036.html</guid>
    </item>
    <item>
      <title>Visual Basic .NET Attributes</title>
      <description>Attributes are classes that allow individual developers to extend  VS.NET tools without rebuilding VS.NET each time. Many attributes are already available, but most of the interesting ones  haven't even been written yet. Perhaps you will do so.</description>
      <link>http://local.developer.com/Visual_Basic_NET_Attributes-a1161025.html</link>
      <guid>http://local.developer.com/Visual_Basic_NET_Attributes-a1161025.html</guid>
    </item>
    <item>
      <title>SharePoint with HTTP Modules and Handlers</title>
      <description>HttpHandlers and HttpModules are easy to program and can be widely implemented in the system, so they are useful tools for you to use with SharePoint.</description>
      <link>http://local.developer.com/SharePoint_with_HTTP_Modules_and_Handlers-a1118649.html</link>
      <guid>http://local.developer.com/SharePoint_with_HTTP_Modules_and_Handlers-a1118649.html</guid>
    </item>
    <item>
      <title>Configuring a ClickOnce Deployment</title>
      <description>Learn about the different options available to you for deploying your Windows desktop applications with Microsoft's ClickOnce technology.</description>
      <link>http://local.developer.com/Configuring_a_ClickOnce_Deployment-a1118643.html</link>
      <guid>http://local.developer.com/Configuring_a_ClickOnce_Deployment-a1118643.html</guid>
    </item>
    <item>
      <title>Creating Flexible Constant Fields</title>
      <description>Discover how to use constant fields without having to hard code the values into the class. Read this article and learn more.</description>
      <link>http://local.developer.com/Creating_Flexible_Constant_Fields-a1118640.html</link>
      <guid>http://local.developer.com/Creating_Flexible_Constant_Fields-a1118640.html</guid>
    </item>
    <item>
      <title>CSS Sprites</title>
      <description>Looking to improve the performance of your site? Learn how to combine all of those tiny 1k styling images into a couple CSS sprites.</description>
      <link>http://local.developer.com/CSS_Sprites-a1118639.html</link>
      <guid>http://local.developer.com/CSS_Sprites-a1118639.html</guid>
    </item>
    <item>
      <title>Custom MSBuild Task Development with Visual C++</title>
      <description>Visual C++ 2010 sees the integration of MSBuild with Visual C++. MSBuild is Microsoft's common build engine and one of its key design goals is the ability to support a high-degree of flexibility in customizing the build process. See how a custom MSBuild task can be built in Visual C++, and how the task can be used to customize the build process of other Visual C++ 2010 projects.</description>
      <link>http://local.developer.com/Custom_MSBuild_Task_Development_with_Visual_C-a1118637.html</link>
      <guid>http://local.developer.com/Custom_MSBuild_Task_Development_with_Visual_C-a1118637.html</guid>
    </item>
    <item>
      <title>Avoiding Boolean Overload</title>
      <description>Reduce your boolean logic to keep you program readable. Read this article on and learn more.</description>
      <link>http://local.developer.com/Avoiding_Boolean_Overload-a1118636.html</link>
      <guid>http://local.developer.com/Avoiding_Boolean_Overload-a1118636.html</guid>
    </item>
    <item>
      <title>Deploying Separate User/Site Configurations with ClickOnce</title>
      <description>Microsoft's ClickOnce framework is a powerful tool for deploying and updating Windows forms applications. Learn how to deploy separate application configurations via two methods: installing and updating from different locations, and using URL parameters.</description>
      <link>http://local.developer.com/Deploying_Separate_UserSite_Configurations_with_ClickOnce-a1118634.html</link>
      <guid>http://local.developer.com/Deploying_Separate_UserSite_Configurations_with_ClickOnce-a1118634.html</guid>
    </item>
  </channel>
</rss>