Videos tagged with Microsoft
Come hear why creating excellent user experiences in software or services that have a global audience presents a number of significant design and technical challenges that make it difficult to find the right combination of technology, knowledge, and collaboration to produce a cost-effective, viable product. Also, learn how Microsoft is addressing internationalization in a way that produces much...
DimeCasts.Net #3: Creating tests with NUnit
In this episode we will cover the basics on how to create various unit test using the NUnit testing framework. We will also review the different Assert helper classes that are part of the testing framework.
MVC Storefront, Part 4: Linq To Sql Spike
In this webcast I dive pretty deep into Data Access and talk about some architectural decisions I need to make, specifically how to get Linq To Sql to map to my model properly. I also go over some feedback I received at the MVP summit last week. Nine Inch Nail Time Steven Harman suggested I run a Spike (a quick prototyping exercise to test out a theory) to make sure that my data access strategy...
MVC Storefront, Part 3: Pipes and Filters
In this screencast I tackle some recent feedback on parts 1 and 2, and I also dive into the Pipes and Filters pattern I'm implementing on top of the Repository. I also have popped the code up on CodePlex and you're welcome to download the source, such as it is :). Lots To Say There's a lot here in this screencast - I really wanted to capture the whole TDD "vibe" while at the same time making th...
DimeCasts.Net #2: Overview on NUnit's Attributes
In this episode we will learn how to use some of the different attributes that are built into the NUnit testing framework. The attributes we will review are: Test TestFixtureSetup TestFixtureTeardown Setup Teardown Ignore Explicit ExpectedException
MVC Storefront, Part 2: Repository Pattern
In this installment, I walk through our Repository implementation and write out the first main set of unit tests. I also structure up the initial service layer methods and interfaces. Getting Off The Ground Finally! I get to code something! Our first set of requirements are pretty simple - which is the way we want em since we're being Agile: Users can brows products by Category and SubCat...
MVC Preview 2 - Part 4 - Testing
In this fourth video, Scott Hanselman sits down with the ASP.NET MVC Preview 2 bits and does some Test Driven Development (TDD). We’ll explore how to Mock away the new intrinsics with Mocking Frameworks in order to test your Controllers.
MVC Preview 2 - Part 3 - Advanced Techniques
Scott Hanselman walks through the Mix Hands-on-Labs in this release of ASP.NET MVC. We’ll create a custom ViewEngine, ActionFilterAttributes, an InterceptionController and a catch-all route.
MVC Preview 2 - Part 2 - Editing Data and Making Forms
This second screencast on the Mix release of ASP.NET MVC, Scott Hanselman builds on what we learned in the first video and creates forms and discusses the new Html Helpers. We’ll also introduce ViewUserControls to avoid repeating HTML in two places.
MVC Preview 2 - Part 1 - Displaying Data
In this updated introductory screencast on the Mix release of ASP.NET MVC, Scott Hanselman will walk you through writing controllers, pulling data from a model and displaying it in a view.