Mike Bosch's Blog on .NET

Agile enterprise architecture in .NET, SOA, WCF, WS-*, AJAX, MVC, Sharepoint and more...

Browse by Tags

All Tags » .NET (RSS)
Fluent Filters, IQueryable and Linq To Sql for Easy Data Access
Inspired by Rob Conery's great work on his MVC Storefront screencasts, I decided to look into his Pipes and Filters implementation and attempt to create my own. Although there was a lot of critical commentary on some of the design decisions, I found myself...
Posted: Jul 31 2008, 09:00 AM by MikeBosch | with 8 comment(s)
Filed under: ,
Using mbUnit's RowTest Attribute in a TDD Scenario
Part of a project I'm working on requires users to tag certain items. These tags are subscribed to by other systems and are also used to provide some neat auto-complete features for other inputs throughout the site. Since new tags can be added by a user...
Posted: Jul 30 2008, 10:00 AM by MikeBosch | with 2 comment(s)
Filed under: ,
Debugging Running Processes in Visual Studio
I recently was overhearing the conversation a colleague of mine was having about debugging a large Win Forms application. It seems he was jumping through some major hoops to be able to debug the application. Without getting too much into the architecture...
Posted: Jun 20 2008, 08:30 AM by MikeBosch | with no comments
Filed under:
A "Friday the Thirteenths" Solution
There was a recent post on LessThanDot to create a small application to find all the "Friday the 13th's" occuring in a range of dates. Here is my simple solution to the challenge. I also made it flexible enought to find any occurrence of a day / day of...
Posted: Jun 09 2008, 12:26 PM by MikeBosch | with 2 comment(s)
Filed under:
Opening the door to .NET 3.5
My first "official" blog post and what exciting news to report! First of all, a big thank you is in order to Joe Stagner for helping me set this up. It's a huge honor to have found a new home here. Scott Guthrie has just announced that Microsoft will...
More Posts