﻿<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="../rss.xsl" media="screen"?><rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Microsoft Virtual Labs - Visual C# .NET</title><link>http://msdn.microsoft.com/virtuallabs/</link><description>Microsoft Virtual Labs allow you to either quickly evaluate or learn how to build great applications for Windows and the Web, through a series of guided, hands-on labs which can be completed in 90 minutes.</description><copyright>(c) 2007, Microsoft, Inc. All rights reserved.</copyright><ttl>20</ttl><item><title>MSDN Virtual Lab: Creating a Distributed Application in C#</title><description>In this lab, you will learn to: 1) Create a user interface; 2) Create a multi-tiered distributed application</description><link>http://go.microsoft.com/?linkid=4267306</link><guid isPermaLink="false">9dbda357-5d2b-410d-8051-36bbd37b2842</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Creating ASP.NET Web Applications in C# (Part 2)</title><description>In this lab, you will learn to: 1) Deploy the Web application; 2) Use State Management in Web applications; 3) Use Data access in Web forms</description><link>http://go.microsoft.com/?linkid=4267319</link><guid isPermaLink="false">abc149c8-8ac5-4d96-9894-91528df87e77</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Creating ASP.NET Web Applications with C# -Part 1</title><description>In this lab, you will learn to: 1) Script in Code behind pages; 2) Create and save a Web project; 3) Use Server and validation controls</description><link>http://go.microsoft.com/?linkid=4267308</link><guid isPermaLink="false">1bff72fe-5a74-46db-b0e5-ebb8361243cc</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Creating Windows Applications in C# (Part 1)</title><description>In this lab, you will learn to: 1) Use mulitple controls; 2) Create Main Menu and Context Menu</description><link>http://go.microsoft.com/?linkid=4267411</link><guid isPermaLink="false">0e18d7ac-7c20-42f2-a037-cc12c138277a</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Creating Windows Applications in C# (Part 2)</title><description>In this lab, you will learn to: 1) Use Tab Order Menu; 2) Create custom shaped Windows Forms; 3) Use Anchor and Dock property of controls</description><link>http://go.microsoft.com/?linkid=4267316</link><guid isPermaLink="false">1760bffb-7a42-4089-a74d-2cc1d74c15ad</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Creating Windows Applications in C# (Part 3)</title><description>In this lab, you will learn to: 1) Use Structured Exception Handling; 2) Deploy a Windows Application; 3) Create a Data Control on a Windows Form</description><link>http://go.microsoft.com/?linkid=4267317</link><guid isPermaLink="false">9844ca8d-2121-4a44-bf03-5cb2cf76e4d0</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Data Access using ADO.NET in C# (Part 1)</title><description>In this lab, you will learn to: 1) Work with different features of ADO.NET</description><link>http://go.microsoft.com/?linkid=4267305</link><guid isPermaLink="false">22f78ec8-df61-40f5-bdd5-f45379fb21fc</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Data Access using ADO.NET in C# (Part 2)</title><description>In this lab, you will learn to: 1) Understand the uses of a DataSet object; 2) Explore the features of ADO.NET</description><link>http://go.microsoft.com/?linkid=4267318</link><guid isPermaLink="false">78aff1d9-2290-4d88-8996-3b7d7926dc1e</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Fritz Onion’s Intro to ASP.NET Part 1 of 4 - ASP.NET Fundamentals in C#</title><description>In this lab, you will learn to: 1) Use class creation and assembly loading; 2) Build, deploy, and use assemblies; 3) Work with code behind</description><link>http://go.microsoft.com/?linkid=4267309</link><guid isPermaLink="false">129b63bc-d244-43a5-9fce-e0ce6a3d9c20</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Fritz Onion’s Intro to ASP.NET Part 2 of 4 - Web Forms in C#</title><description>In this lab, you will learn to: 1) Add input validation for a form; 2) Handle server-side events; 3) Build ASP.NET forms with server-side controls</description><link>http://go.microsoft.com/?linkid=4267310</link><guid isPermaLink="false">26ffe3f8-47da-40b4-ace5-091e0f90b036</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Fritz Onion’s Intro to ASP.NET Part 3 of 4 - ADO.NET and Data Binding in C#</title><description>In this lab, you will learn to: 1) Retrieve data from a database using ADO.NET; 2) Bind the results of a query to a server-side control; 3) Use a DataSet to retrieve an in-memory cache</description><link>http://go.microsoft.com/?linkid=4267311</link><guid isPermaLink="false">36a0fec3-fd3d-4e34-bfd7-cb10a0a7a1ad</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Fritz Onion’s Intro to ASP.NET Part 4 of 4 - Configuration and Deployment in C#</title><description>In this lab, you will learn to: 1) Store and retrieve configuration settings in web.config; 2) Deploy ASP.NET applications to remote directories</description><link>http://go.microsoft.com/?linkid=4267312</link><guid isPermaLink="false">7304166f-8d78-4a21-ac2f-2dba6358a8e1</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Fritz Onion’s Movie Reviews Site Walk-Through in C#</title><description>In this lab, you will learn to: 1) Work with data binding, user controls, validation; 2) How to build a complex ASP.NET application</description><link>http://go.microsoft.com/?linkid=4267313</link><guid isPermaLink="false">ac3269e9-a3fc-45b6-acc4-c36930564973</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: No-Touch Deployment with the Microsoft .NET Framework with C#</title><description>In this lab, you will learn to: 1) Develop and deploy app with No-Touch Deployment; 2) Use the .NET Application Updater component</description><link>http://go.microsoft.com/?linkid=4267307</link><guid isPermaLink="false">a091642d-264d-4445-8a56-3554c3c57466</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Web Services Enhancements (WSE) 2.0 - Security and Policy in C#</title><description>In this lab, you will learn to: 1) Secure Web Services with UsernameToken; 2) Automate Security with Policies; 3) Optimize Security with Secure Conversation</description><link>http://go.microsoft.com/?linkid=4267314</link><guid isPermaLink="false">24713972-70c2-472c-abec-961285ce2359</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Web Services Enhancements 2.0 - Messaging (C#)</title><description>In this lab, you will learn to: 1) Learn to use WSE 2.0 and TCP and HTTP; 2) Learn to use WSE 2.0 One-Way Messaging; 3) Create a WSE 2.0 Chat Program</description><link>http://go.microsoft.com/?linkid=4267315</link><guid isPermaLink="false">0dabe42d-4b23-41b8-a7da-e273a09e96b3</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 1-  A Tour of Visual Studio .NET</title><description>In this lab, you will learn to: 1) Navigate the Visual Studio .NET Integrated Development Environment (IDE); 2) Perform basic debugging; 3) Create a simple Windows Forms application</description><link>http://go.microsoft.com/?linkid=4267328</link><guid isPermaLink="false">354e77ab-148a-41af-94ae-ac2d528d774b</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 2-  Creating Top-Notch User Experiences with Windows Forms in Visual Studio .NET</title><description>In this lab, you will learn to: 1) Use Controls to Implement User Experience; 2) Create Multiple Document Interface Applications; 3) Create Windows Forms based UIs</description><link>http://go.microsoft.com/?linkid=4267329</link><guid isPermaLink="false">2176baa4-f338-4ef2-bfec-676dc9965c65</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 3- Rapid Application Development with Visual Studio .NET</title><description>In this lab, you will learn to: 1) Effectively use the Forms Designer; 2) Use the Data Form Wizard; 3) Use drag and drop features of the Server Explorer</description><link>http://go.microsoft.com/?linkid=4267330</link><guid isPermaLink="false">37fd66e3-824f-4e75-a6c8-2b36a49b99d8</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 4- Object-Oriented Concepts in Microsoft .NET Winforms Applications (Part 1)</title><description>In this lab, you will learn to: 1) Create classes; 2) Implement control inheritance; 3) Implement inheritance</description><link>http://go.microsoft.com/?linkid=4267334</link><guid isPermaLink="false">6a3b3c29-c6ab-45fd-a4b7-b5dee4265e13</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 4- Object-Oriented Concepts in Microsoft .NET Winforms Applications (Part 2)</title><description>In this lab, you will learn to: 1) Implement control inheritance; 2) Create a base form class; 3) Implement form inheritance</description><link>http://go.microsoft.com/?linkid=4267346</link><guid isPermaLink="false">712bd32f-cd1e-4eaa-8432-186d9cabcc64</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 5- .NET Framework Programming</title><description>In this lab, you will learn to: 1) Understand delegates and threading in .NET; 2) Be familiar with .NET framework classes; 3) Understand attributed programming</description><link>http://go.microsoft.com/?linkid=4267335</link><guid isPermaLink="false">97e3f869-be49-4018-916e-d9b5e48e509d</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 6- User Interface Beauty Tips for Windows Forms Applications</title><description>In this lab, you will learn to: 1) Use a progress bar to indicate progress of a long process; 2) Use delegates to create code to update controls; 3) Use controls to create an appealing and customizable UI</description><link>http://go.microsoft.com/?linkid=4267336</link><guid isPermaLink="false">8909cb45-5002-4cac-8208-eeb194b9cfaa</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item><item><title>MSDN Virtual Lab: Soup to Nuts Lab 7-  Optimized Exception Handling with Microsoft .NET</title><description>In this lab, you will learn to: 1) Implement exception handling in multi-threaded situations; 2) Utilize the Microsoft exception handling block; 3) Implement robust exception handling</description><link>http://go.microsoft.com/?linkid=4267337</link><guid isPermaLink="false">5a9d373d-0b32-4efa-9ffa-e73b211402ba</guid><pubDate>Tue, 20 Jun 2006 08:00:00 GMT</pubDate></item></channel></rss>