ADO.NET Data Services
- Learn how to create and consume ADO.NET Data Services and get a glimpse into the power it can provide.
Develop Windows Services
- Developing straight Windows Services doesn't allow for rich debugging by developers and often requires stopping the service, redeploying, etc. This video explores how to build Windows Services for a more rich development experience.
Deploying Applications with ClickOnce
- ClickOnce offers a fast, secure, and reliable way to easily deploy your Windows applications and ensures that your users know about software updates. This video introduces ClickOnce and some of the power it can give your
deployments.
Intro to Microsoft CCR
- In this screencast Jeffrey Juday shows us what CCR is and how it handles concurrency issues in your .NET applications while simplifying Asynchronous messaging.
Working w/ Property Grids
- A peek at how to use a PropertyGrid in Windows Forms to quickly build a UI for a series of classes.
ADO.Net Entity Framework
- Utilize the "ADO.NET Entity Framework" to quickly and easily
work with your database, accessing your data in an object
oriented fashion.
Debugging using Visual C++ 2008
- In this video offering Kiran Thonse covers basic debugging tasks like setting breakpoints, stepping through code and watching variables using the Visual Studio IDE.
Syndication in .NET
- In this video Dan Rigsby will demonstrate how to publish your
content using built-in syndication support in .NET 3.5.
Dates & Times in .NET 3.5
- .NET 3.5 added additional features for working with dates and times. Such features make globalization or working across various time zones much easier.
Shelving Source in TFS
- Discover how to take advantage of version control features in Team Foundation Server without fully checking in software.
Creating Snippets in VS
- Create chunks of code that you can paste in your applications in Visual Studio. Discover how to Include customizable param
Intro to VSTS-DB Edition
- See how Microsoft Visual Studio 2008 Team System - Database Edition makes creating and using database functionality easy for .NET developers!
First Look at the Class Designer
- Discover how to visually create the code for your classes in your Visual Studio 2005 applications using the new Class Designer.
Using Nested Grids in .Net
- Get the step-by-step details on how to use nested grids in .NET to provide rich web-client presentations.
CSS in Visual studio
- Discover the tools in Visual Studio for creating and modifying your cascading style sheets.