Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X
Link

Hanselman’d – How to take a good screenshot

This is a great blog post from Scott Hanselman. He’s got lots of tips on how to take screenshots that don’t look like pure garbage.

Link

Learning how to develop for SharePoint

Lots of stuff to learn!

Link

Agile whitepapers, etc from 21apps

This looks like a pretty good collection of resources for things pertaining to XP (Agile, TDD, CI, etc). What’s extra nice about this is the focus on these things in light of Sharepoint. I’ll be doing Sharepoint development with my new job, so this could be very useful for me.

Link

NIT Bracket

It can be very hard to keep up with the NIT tourney since it’s not the “Big Dance”. This page on ESPN shows the bracket with game results and links to the teams and game recaps.

Link

Git in colour

This is a way you can use colors in Git without including a third party utility. Pretty nifty.

Link

W3Fools

This is an interesting website aimed at correcting the misinformation that is shared by w3schools.com. Anyone doing web searches for html related content has undoubtedly seen w3schools. The problem is that much of the information is just not accurate.

Link

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.

Link

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.

Link

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.

Link

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.

Link

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.

Link

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.