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. [Dan Rigsby - Jun 24, 2009]
Intro to the Microsoft REST Starter Kit
- Let Jeffrey Juday show us an easy way to REST with the .NET framework. [Jeffrey Juday - May 27, 2009]
Custom Sprocs in Entity
- Working with Custom Stored Procedures in Entity Framework. [Dan Rigsby - May 12, 2009]
ADO.NET Data Services
- Learn how to create and consume ADO.NET Data Services and get a glimpse into the power it can provide. [Dan Rigsby - Feb 19, 2009]
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.
[Dan Rigsby - Feb 6, 2009]
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. [Dan Rigsby - Dec 11, 2008]
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. [Kiran Thonse - Dec 1, 2008]
Syndication in .NET
- In this video Dan Rigsby will demonstrate how to publish your
content using built-in syndication support in .NET 3.5. [Dan Rigsby - Nov 4, 2008]
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. [Dan Rigsby - Aug 27, 2008]
Shelving Source in TFS
- Discover how to take advantage of version control features in Team Foundation Server without fully checking in software. [Paul Hacker - Jul 17, 2008]
Creating Snippets in VS
- Create chunks of code that you can paste in your applications in Visual Studio. Discover how to Include customizable param [Dan Rigsby - Jun 26, 2008]
Data Binding to Forms Made Simple in .Net 2.0
- Creating a form that displays formatted information from a database is a matter of a few easy steps in .NET 2.0 using Visual Studio 2005 [Wei-Meng Lee - Jun 4, 2008]
Building Mobile Apps: No Pocket PC Required
- Watch and learn how to build your first mobile device application using Visual Studio 2005. No PocketPC required! [Bradley L. Jones - Jun 4, 2008]
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. [Bradley L. Jones - Jun 4, 2008]
Using the Class Designer: Adding Inheritance and Associations
- Learn how to add inheritance to your designs as well as learn the relationship between your applications code and the Class Designer. [Bradley L. Jones - Jun 4, 2008]
Building Style Sheets Using Visual Studio 2005
- Using the tools and IntelliSense built into Visual Studio 2005, you can quickly add style sheets to your web pages and applications. [Jacob J. Sanford - Jun 4, 2008]
Generating and Analyzing Crash Dumps
- Learn the steps required to generate and analyze application crash dumps using Visual C++. [Vipin Aravind - Jun 4, 2008]
Coding Unit Tests in Microsoft VSTS 2008
- Paul shows you how to write the code for unit tests in your Visual Studio projects. [Paul Kimmel - Jun 2, 2008]
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. [Paul Kimmel - Jun 2, 2008]
Keyboard Hooking with Visual Basic .NET
- Discover how to programmatically intercept and react to keyboard clicks. [Paul Kimmel - Jun 2, 2008]
Code Analysis in Visual Studio 2008
- Discover how to do code analysis in both a web-based and desktop application using Visual Studio 2008. [Paul Hacker - Jun 2, 2008]
CSS in Visual studio
- Discover the tools in Visual Studio for creating and modifying your cascading style sheets. [Dan Rigsby - Jun 2, 2008]
Networking