Brandon Satrom
Niner since 2010
-
ASP.NET MVC With Community Tools Part 12: Should Assertion Library
Avg Rating: 0
In this video, Brandon Satrom concludes the screencast series "Using ASP.NET MVC With Community Tools" with an overview of Should and ShouldFluent, an open source library that provides framework-agnostic assertions via extension methods.
To install Should, just type "install-package Should"...
-
ASP.NET MVC With Community Tools Part 11: KnockoutJS
Avg Rating: 0
In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of KnockoutJS, a MVVM framework for creating rich, interactive JavaScript UIs. Brandon will demonstrate how you can use Knockout to define view models for your pages, and...
-
ASP.NET MVC With Community Tools Part 10: AutoMapper
Avg Rating: 0
In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of AutoMapper, an OSS tool created by Jimmy Bogard with the goal of making object-to-object mapping simple, conventional and configurable. Brandon will demonstrate how you...
-
ASP.NET MVC With Community Tools Part 8: MvcScaffolding
Avg Rating: 0
In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of MvcScaffolding, a scaffolding package that helps you quickly generate Controllers and Views in ASP.NET Applications from an existing POCO model.
To install MvcScaffolding,...
-
ASP.NET MVC With Community Tools Part 7: ie9ify
Avg Rating: 0
NOTE: On May 11, 2011, ie9ify was renamed to pinify and released as version 1.2. Go to ie9ify.codeplex.com for updated docs and the new version.
In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of ie9ify, a new jQuery Plugin...
-
ASP.NET MVC With Community Tools Part 6: StructureMap
Avg Rating: 4
(2)In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of StructureMap, a popular Inversion of Control (IoC) container for .NET. After briefly discussing Dependency Injection (DI), Brandon will walk through using Structure...
-
ASP.NET MVC With Community Tools Part 5: MvcContrib's WatiN Test Helpers
Avg Rating: 0
In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of MvcContrib's WatiN test helpers, a set of helpers methods that speed up the creation of WatiN browser tests. Find out more about MvcContrib at http://mvccontrib.codeplex.com....
-
ASP.NET MVC With Community Tools Part 4: MvcContrib
Avg Rating: 5
(1)In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of MvcContrib, a set of community-created extensions for ASP.NET MVC applications. Find out more about MvcContrib at http://mvccontrib.codeplex.com.
For other episodes...
-
ASP.NET MVC With Community Tools Part 3: More Spec Flow and WatiN
Avg Rating: 0
In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an second episode on SpecFlow and WatiN, a BDD tool and a browser automation tool that, together, can be used for rich, end-to-end acceptance test driven development. You can find...
-
ASP.NET MVC With Community Tools Part 2: Spec Flow and WatiN
Avg Rating: 4
(1)In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an exploration of SpecFlow and WatiN, a BDD tool and a browser automation tool that, together, can be used for rich, end-to-end acceptance test driven development.
For other episodes...
Staff
Here is a list of Channel 9 staff members.
ASP.NET MVC With Community Tools Part 10: AutoMapper
Jun 13, 2011 at 5:18 PM@Vivek, sorry you find the music distracting. The music fades out past the first few minutes, so you can jump forward right to the demo if you wish.
In the meantime, I'll double-check the audio volume and see if it should be changed.
ASP.NET MVC With Community Tools Part 10: AutoMapper
Jun 13, 2011 at 7:45 AM@the dude, sorry about that. Tried to get the audio a low as possible to not be distracting.
ASP.NET MVC With Community Tools Part 7: ie9ify
Mar 30, 2011 at 8:30 AMFor reference, the demo source for this screencast can be found at: https://bitbucket.org/csell5/wm2mvc/src/247b74034f46/after/PhotoGallery/PhotoGallery/
And here's a link to the _Layout.cshtml that holds my ie9ify script: https://bitbucket.org/csell5/wm2mvc/src/247b74034f46/after/PhotoGallery/PhotoGallery/Views/Shared/_Layout.cshtml
ASP.NET MVC With Community Tools Part 7: ie9ify
Mar 30, 2011 at 5:14 AM@S52M3: Thanks for that, I hadn't gotten to the plugins site yet, that's fixed now, so thanks for letting me know. Thanks for the feedback and we'll keep looking at your issue over on the project site.
ASP.NET MVC With Community Tools Part 7: ie9ify
Mar 29, 2011 at 1:16 PM@S52M3, Thanks for the comment. I saw that you modified this from when I read it earlier, but I can tell you that I do have an MVC-specific sample that is a bit-more in-depth than the basic sample included with the source. I'll push that to BitBucket today or tomorrow and post a link here.
Also, sorry to hear you had an issue with an earlier version. Where did you get it? Do let me know if I have a pointer wrong somewhere and I'll correct it.
ASP.NET MVC With Community Tools Part 1: NuGet
Mar 07, 2011 at 12:33 PM@test: Check out http://nuget.codeplex.com/wikipage?title=Finding%20and%20Installing%20a%20Package%20Using%20the%20Package%20Manager%20Console
The commands have changed a bit since the release of NuGet. list-package is now get-package -remote
UML with VS 2010 Part 9: Organizing and Managing Your Models
Jul 30, 2010 at 5:43 AMGood stuff, Clint! Thanks for putting these videos together!
+1 on the Domain-Driven Design recommendation.