Clean Coders: Code-casts for Software Professionals
This is a new production by Uncle Bob Martin, author of Clean Code and other books. This website was just launched today and looks pretty promising. The production style is unusual but fun. I’m looking forward to watching more than just the first video. Follow Uncle Bob on twitter, @unclebobmartin.
Reference: Powershell profiles
This is not a page that I use very often, but it’s something that I do reference occasionally. Hopefully putting it here will make it easier for me to locate it, and it may be helpful to someone else out there that hasn’t seen it before.
git-tfs; using Git and TFS together
This is an interesting blog post that talks about how to use git and TFS together. It’s seems to be a pretty good option for improving local development, while still using TFS for managing the team branches of code. I’m going to give this a shot myself, as we move to TFS at work.
Videos from mvcConf
These are the videos from the virtual conference based on ASP.Net MVC. The conference took place earlier this month, and it sounds like it was a great event. There were definitely a bunch of positive reviews on twitter.
dofactory – design patterns
This is a decent resource for learning more about design patterns, especially in relation to .NET. Covers the same design patterns found in the Gang of Four’s book.
Editing variable length lists in ASP.NET MVC 2
A blog post by Steven Sanderson, which he referenced in the TekPub video series on ASP.NET MVC 2.