![]() |
This video explains how to create unit tests for applications making use of the ADO.NET Entity Framework 4.1.
http://www.infoq.com/presentations/Testability-and-the-Entity-Framework
Steve Sanderson delivers KnockoutJS in this lightening talk. Learn how the Knockout library builds on advanced jQuery and JavaScript techniques to make even the most complex data-filled HTML forms a breeze. We’ll see jQuery, jQuery templating, JSON and live data banding applied to the MVVM pattern with Knockout, combined with ASP.NET to produce results that need to be seen to believed.
With both iPhone and Android platforms covered with Mono (MonoTouch and MonoDroid), this video discusses how Mono covers a whole range of other mobile topics such as Windows Phone 7 and HTML 5 and mobile websites.
Watch this video on http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track4%201500-1600.mp4
This video explains how to use Setup parameters in the Returns of a mocked function using Moq. Moq (pronounced “Mock-you” or just “Mock”) is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, type-safe and refactoring-friendly mocking library available.
This video demonstrates some of the awesome new Coded UI test editing features available in Visual Studio 2010 Feature Pack 2.
C# introduced a number of language features that finally make it very easy to employ a functional style of programming. However, from the perspective of an imperative programmer, there are lots of questions surrounding functional programming. Why would I want to do it at all? Should I drop all state information in my apps? What useful functional patterns are applicable to C#?
This video explores the new tools and capabilities of the Windows Azure Platform—the Windows Azure Tools for Visual Studio 1.4 and Windows Azure Storage Analytics.
The next release of Windows Phone (codenamed “Mango”) marks a major step forward for developers. With the addition of features like multitasking, local tile updates, sockets, local databases, Silverlight?XNA integration, and more, developers will be able to build amazing new experiences for Windows Phone. This video covers the major new features coming in Mango with plenty of demos to show the new features coming to life in realistic end–user experiences.
Download this video from http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track4%201020-1120.mp4
This video provides a code-centric introduction to the concepts, tools, and practices of Test-driven Development (TDD) in .NET. It starts with the basics of setting up a unit testing framework and writing the first test, then it moves on to techniques for mocking dependencies and demonstrate patterns like Dependency Injection that will help you move past testing just the basics.
MVC is part of the asp.net framework. It is a programming model which helps you create an asp.net web application, but MVC is much slicker and cleaner then asp.net Webforms environment.