Behavior-Driven Development in the Real World
Published August 27th, 2010 Under Agile, Software Testing | Leave a Comment
Behavior-Driven Development is more than a technique for creating and organizing unit tests. It is also a wonderful way to communicate with customers and users about the software being created. This video demonstrates some techniques and tools you can use to start delivering software with BDD. : Using Behavior-Driven Development frameworks, this session explores ways to create software starting with solid Agile requirements, moving all the way through automated testing. We use .NET in C# and Visual Studio ALM, although none of these exact tools are required to accomplish the goals we set forth.
Download video in other formats and slides
C# 4.0 – How To: A Task Oriented Approach
Published August 9th, 2010 Under Coding | Leave a Comment
Ben Watson discusses key concepts from his book, C# 4.0 – How To, which takes a task-oriented approach to C# development. He then Watson shares his take on the .NET ecosystem and describes his favorite and least favorite C# 4.0.features
Going Lazy with System.Lazy
Published July 13th, 2010 Under Coding | Leave a Comment
In this episode we are going to take a look at the how to use the System.Lazy namespace. One of the pretty cool new nuggets inside the .Net 4.0 framework is System.Lazy. What System.Lazy brings to the table is a way to create objects which may need to perform intensive operations and defer the execution of the operation until it is 100% absolutely needed.
http://www.dimecasts.net/Content/WatchEpisode/176
Using Dynamic Languages to Develop Microsoft Silverlight Applications
Published June 10th, 2010 Under Open Source Tools, User Interface | Leave a Comment
Learn how to use the Microsoft Visual Basic/C# DLR integration to test a statically-typed application with IronRuby. See how to develop a Silverlight application end-to-end with IronRuby, and how programming with dynamic languages helps improve the dev experience.
Interacting with MongoDb Using C# Driver
Published May 19th, 2010 Under Coding, Database | Leave a Comment
This screencast demonstrates how to use MongoDb using C# Driver.
keep looking »