10-4 Episode 17: F# Intro
In this episode of 10-4, we take a quick look at F#, a new addition to the family of managed programming languages in Visual Studio 2010. F# is a multi-paradigm programming language. Though its focus...
View Article10-4 Episode 18: Functional UI Testing
In this episode of 10-4 we look at a new type of test coming in Visual Studio Team System 2010 known as the coded UI test. Coded UI tests can be created to automatically navigate through your...
View Article10-4 episode 19: Service Discovery with WCF
WCF in .NET 4 includes an implementation of the WS-Discovery protocol. Sounds exciting right? Actually it is very cool because it allows you to build applications and services that can discover other...
View Article10-4 Episode 20: Downloading and Installing Visual Studio 2010 Beta 1
Update: Beta 2 is here! Check out 10-4 Episode 33: Downloading and Installing Visual Studio 2010 Beta 2. Visual Studio 2010 Beta 1 is here! In this episode of 10-4, Brian Keller takes us through...
View Article10-4 Episode 21: Web Tooling Improvements
In this episode of 10-4, Drew Robbins covers some of the new web tooling features in Visual Studio 2010. There is new Code Snippet support for both HTML and JavaScript. In addition, Visual Studio now...
View Article10-4 Episode 22: Simplifying Data-Driven Web Applications
In this episode of 10-4, we discuss how the development of data-driven web applications has evolved in ASP.NET and how in the .NET Framework 4 it becomes even easier. Whether you're working on a new...
View Article10-4 Episode 23: An Introduction to Manual Testing
Despite all of the advances in automated testing tools and frameworks over the last decade, manual testing still constitutes the lion's share of testing effort within most software development...
View Article10-4 Episode 24: Monitoring Workflow Services
One of the great advantages to building services with WCF and Windows Workflow 4 is that the environment is instrumented with loads of events that allow you to track what exactly is happening. This is...
View Article10-4 Episode 25: Fixing PIA Pains with Type Equivalence
In this episode of 10-4, we take a look at a new feature in CLR4 called "Type Equivalence" and how it helps address the pain points normally associated with Primary Interop Assemblies and COM Interop....
View Article10-4 Episode 26: Creating Extensible Applications with the Managed...
In this episode of 10-4, we take a look at a new library in .NET Framework 4 and how it helps developers write applications that are more extensible and easier to maintain than before. For more...
View Article10-4 Episode 27: Server-Driven Paging with ADO.NET Data Services
In this episode of 10-4, we discuss a new feature coming in the next release of ADO.NET Data Services: server-driven paging. This allows you to constrain the size of result sets that can be requested...
View Article10-4 Episode 28: An Introduction to the Historical Debugger
The new Historical Debugger coming in Visual Studio Team System 2010 promises to revolutionize the way you debug managed applications. You can think of it as something of a VCR for your debugger;...
View Article10-4 episode 29: Workflow Web Services
Windows Workflow Foundation in .NET 4 makes it easy to build and consume web services. In this episode I'll take you through the Introduction to Workflow Services lab from the Visual Studio 2010...
View Article10-4 Episode 30: Database Schema Extensibility
Visual Studio Team System 2005 saw the introduction of the Team Edition for Database Professionals product, which allows database developers to perform such functions as version control, unit testing,...
View Article10-4 Episode 31: AdventureWorks Bikes Front End to Back End
In July Jonathan and Ron paired up to build out a web application for AdventureWorks Bikes. In this episode we will see how you can Create a model driven ADO.NET Data service Use the new ASP.NET AJAX...
View Article10-4 Episode 32: MEF Preview 7
In this episode of 10-4, we revisit the Managed Extensibility Framework and take a look at all the new improvements made in the latest available release, Preview 7. For more information on the Managed...
View Article10-4 Episode 33: Downloading and Installing Visual Studio 2010 Beta 2
Visual Studio 2010 Beta 2 is here! In this episode of 10-4, Brian Keller takes us through downloading and installing Visual Studio 2010 Ultimate Beta 2 and Visual Studio 2010 Team Foundation Server...
View Article10-4 Episode 34: Debugger Enhancements and Improvements
In this episode of 10-4, Jason Olson is joined by Andrew Hall and Brad Sullivan to take a look at some new enhancements and improvements made to the debugger and debugging experience in Visual Studio...
View Article10-4 Episode 35: PreEmptive Solutions Runtime Intelligence
In this episode of 10-4, Drew Robbins is joined by Gabriel Torok and Sebastian Holst to take a look at the new Runtime Intelligence features that are in the Dotfuscator edition included in the Visual...
View Article10-4 Episode 36: Windows Server AppFabric and Workflow Services Lab
Have you heard about the new Windows Server AppFabric? In this episode we take you through the new Beta 2 version of the Introduction to Workflow Services Hands On Lab in .NET 4 which now includes a...
View Article10-4 Episode 37: Leveraging Model Metadata and Validation with ASP.NET MVC2
In this episode of 10-4, we discuss a new feature coming in the next release of ASP.NET MVC: model metadata and validation. This allows you to associate validation rules and metadata with your model...
View Article10-4 Episode 38: What's New with WCF4 - Simplified Config
One of the best new things about WCF in .NET 4 is what is what you won't see when you open your web.config file. We made it easier and simpler to get your service up and running. In this episode I'll...
View Article10-4 Episode 39: CLR 4 Security and Sandboxing
In this episode of 10-4, Jason Olson takes a quick dive into CLR 4. Specifically, we dive into security improvements in CLR 4, especially around the concept of the sandboxing of a host and add-ins....
View Article10-4 Episode 40: The New WCF Routing Service
People often ask me, "What's new in WCF 4?" Today on 10-4 we are going to look at one of the exciting new capabilities of WCF in .NET 4, the WCF Routing Service. As you will see in this episode, with...
View Article10-4 Episode 41: Downloading and Installing the Visual Studio 2010 Release...
In this episode of 10-4, Brian Keller takes us through downloading and installing the Visual Studio 2010 Ultimate and Visual Studio Team Foundation Server 2010 Release Candidate. This time-compressed...
View Article