﻿<rss version="2.0">
<channel>
	<title>MSDN: Visual Studio</title>
	<link>http://msdn.microsoft.com/vstudio/</link>
	<description>The latest information for developers on Visual Studio.</description>
	<language>en-us</language>
	<ttl>1440</ttl>

	<item>
		<title>Accessing Oracle 9i Stored Procedures Using ADO.NET</title>
		<pubDate>Fri, 23 Apr 2004 07:00:00 GMT</pubDate>
		<description>Use the .NET Oracle Provider in the Microsoft .NET Framework version 1.1 to access Oracle stored procedures and functions.</description>
		<link>http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dnadonet/html/msdnorsps.asp</link>
	</item>
	
	<item>
		<title>Moving from WS-Routing to WS-Addressing Using WSE 2.0</title>
		<pubDate>Thu, 22 Apr 2004 07:00:00 GMT</pubDate>
		<description>See what the issues are surrounding Web services routing and the need for transport-neutral addressing. Learn about core WS-Addressing concepts and secure routing.</description>
		<link>http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnwebsrv/html/wsroutetowsadd.asp</link>
	</item>

	<item>
		<title>Gaming with the .NET Compact Framework: A Simple Example</title>
		<pubDate>Mon, 19 Apr 2004 07:00:00 GMT</pubDate>
		<description>This sample expands upon the GAPI series of articles by creating a simple playable game demo. (37 printed pages)</description>
		<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/BustThisGame.asp</link>
	</item>

	<item>
		<title>Gaming with the .NET Compact Framework</title>
		<pubDate>Mon, 19 Apr 2004 07:00:00 GMT</pubDate>
		<description>Create a playable game demo with this latest installment of the GAPI wrapper series of articles.</description>
		<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/GManGame.asp</link>
	</item>

	<item>
		<title>Developing Smart Device WiFi Applications with the .NET Compact Framework</title>
		<pubDate>Mon, 19 Apr 2004 07:00:00 GMT</pubDate>
		<description>Learn to create a Multi-Communication Framework that allows .NET Compact Framework and Full .NET Framework applications to share information in a WiFi friendly way.</description>
		<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/MultiCommFramework.asp</link>
	</item>

	<item>
		<title>Accessing Microsoft Office Data from .NET Applications</title>
		<pubDate>Fri, 16 Apr 2004 07:00:00 GMT</pubDate>
		<description>See how to get Microsoft Access and Excel data out of your Office files and into your .NET applications, and how the OLE DB provider can be used to write generic code that makes working with .xls or .mdb files easier.</description>
		<link>http://msdn.microsoft.com/data/default.aspx?pull=library/en-us/dnadonet/html/odatanet2.asp</link>
	</item>
	
	<item>
		<title>Longhorn Foghorn: Another Step Down the Longhorn Road</title>
		<pubDate>Thu, 15 Apr 2004 07:00:00 GMT</pubDate>
		<description>Chris Sells explores the five major element families of Avalon as he builds the next piece of his Longhorn based Solitaire application.</description>
		<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoghorn/html/foghorn04142004.asp</link>
	</item>
	<item>
		<title>WS-Addressing Additions and Updates</title>
		<pubDate>Fri, 09 Apr 2004 07:00:00 GMT</pubDate>
		<description>This overview describes additions and changes in the WS-Addressing specification since original publication in 2003, and includes examples and implementation considerations not contained in the specification.</description>
		<link>http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnwebsrv/html/wsaddressdelta.asp</link>
	</item>
	
	<item>
		<title>.NET Rocks! - Tony Bain</title>
		<pubDate>Thu, 08 Apr 2004 07:00:00 GMT</pubDate>
		<description>Hear Rory and Chris Sells talk with Tony Bain about the issues faced when building SQL Server-based applications. Topics include optimization strategies and tools, how DBAs can help, transaction and concurrency control, isolation levels, DB design, and strategies for accessing SQL from Visual Studio.NET.</description>
		<link>http://msdn.microsoft.com/dotnetrocks/</link>
	</item>
	
	<item>
		<title>Auto-Generating Wrapper Classes for Stored Procedures, Part 1: Using the AutoSproc Tool</title>
		<pubDate>Wed, 07 Apr 2004 07:00:00 GMT</pubDate>
		<description>Save time by using the AutoSproc code generation tool to auto-generate wrapper classes for stored procedure calls.</description>
		<link>http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dndotnet/html/autousa2.asp</link>
	</item>
	
	<item>
		<title>Auto-Generating Wrapper Classes for Stored Procedures, Part 2: The Internals of the AutoSproc Tool</title>
		<pubDate>Wed, 07 Apr 2004 07:00:00 GMT</pubDate>
		<description>Review the AutoSproc tool, which uses a code generation technique using classes from the System.Reflection.Emit namespace. It is assumed that the reader is fully conversant with the System.Reflection namespace, but not System.Reflection.Emit or CIL.</description>
		<link>http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dndotnet/html/autointe2.asp</link>
	</item>
	
	<item>
		<title>An Extensive Examination of Data Structures - Part 6: Efficiently Representing Sets</title>
		<pubDate>Wed, 07 Apr 2004 07:00:00 GMT</pubDate>
		<description>Scott Mitchell discusses data structures for implementing general and disjoint sets.</description>
		<link>http://msdn.microsoft.com/vcsharp/default.aspx?pull=/library/en-us/dv_vstechart/html/datastructures_guide6.asp</link>
	</item>
	
	<item>
		<title>Writing a Portable Data Access Layer</title>
		<pubDate>Tue, 06 Apr 2004 07:00:00 GMT</pubDate>
		<description>Find out how to write smart applications that work transparently with different data sources, from Microsoft Access to SQL Server to Oracle RDBMS.</description>
		<link>http://msdn.microsoft.com/data/default.aspx?pull=library/en-us/dnadonet/html/wriportap2.asp</link>
	</item>
	
	<item>
		<title>Wonders of Windows Forms: Extending Windows Forms with a Custom Validation Component Library</title>
		<pubDate>Mon, 05 Apr 2004 07:00:00 GMT</pubDate>
		<description>Michael Weinhardt explores the programmatic validation infrastructure native to Windows Forms and builds upon that foundation to develop a custom library of validation components designed to provide a more productive validation experience.</description>
		<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/winforms03162004.asp</link>
	</item>
	
	<item>
		<title>Code Secure: Saying Goodbye to an Old Friend</title>
		<pubDate>Thu, 01 Apr 2004 07:00:00 GMT</pubDate>
		<description>Michael Howard gives an overview of the security changes happening in the Visual Studio 2005 C runtime and C++ standard template libraries.</description>
		<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncode/html/secure03102004.asp</link>
	</item>
	
</channel>
</rss>