bradygaster.com

fewer resources, less time, more features

VS2K8 Crashing on Multi-Monitor Setup

January 20 2010
Posted to: ,
I'm having this odd problem when I use Visual Studio 2008 in a multi-monitor situation. Should anyone have any stories on how they could fix this issue or prevent it from happening, I’m all ears. I’ve got two monitors. One of them is my laptop screen, another is a monitor connected via ... [More]
Comments Email Permalink Bookmark and Share kick it

Taming NHibernate Child Collection Persistence

January 1 2010
Posted to: , ,
I’ve been using [hacking at] NHibernate as my main ORM choice for just over a year and I’ve been exceptionally happy with the growing number of projects to augment it’s functionality, especially the Fluent NHibernate and LINQ-to-NHibernate contributions. NH isn’t exactly a si... [More]
Comments Email Permalink Bookmark and Share kick it

Testing ASP.NET MVC with QUnit - Part 2

February 20 2009
Posted to: ,
In Part 1 of this series I demonstrated how QUnit can be used to test JsonResult action methods in ASP.NET MVC applications. Part 2 will take the idea a little further by showing an example of how QUnit can be used to inspect potential user-input areas on your MVC forms and to use those values in te... [More]
Comments Email Permalink Bookmark and Share kick it

Testing ASP.NET MVC with QUnit - Part 1

February 20 2009
Posted to: ,
One of the problems that face any web developer is their ability to properly test the GUI components of their sites. A few options exist, specifically Watin, with varying degrees of success. Now that I've been experimenting with the ASP.NET MVC framework I've modified a good deal of my GUI work in s... [More]
Comments Email Permalink Bookmark and Share kick it

Lightweight Process Question

February 17 2009
Posted to: , , ,
I think there exists some value in a direct mapping between your software's system roles, the functions provided to each role, and the tests one writes to verify that each type of user can perform each task with the same desired outcome. Albeit a simplistic (or trite) view of the process of creating... [More]
Comments Email Permalink Bookmark and Share kick it

Visual Studio Tricks

January 12 2009
Posted to: , ,
My good friend Scott Cate has launched a really helpful blog called VSTricks.com. Each post has video demonstrations of how to accomplish various helpful functions using Visual Studio. Super-helpful site. You should check it out.
Comments Email Permalink Bookmark and Share kick it

Dictionary Extension Method - Append

December 17 2008
Posted to: ,
I've been creating a few extension methods here and there recently and figured I'd share one of the ones I'm using in a lot of places. This one is an extension method named Append that you can use with a generic IDictionary implementor to do quick-and-dirty creations of the object. I've found this t... [More]
Comments Email Permalink Bookmark and Share kick it

ASP.NET MVC Model Binding Example

October 18 2008
Posted to: ,
Scott does an excellent job in his introduction blog post to the new features in the ASP.NET MVC beta release. The Model Binder support is an excellent feature for which I wanted to put forth a simple example.  In essence, Model Binding allows you to pass an object into your controller methods... [More]
Comments Email Permalink Bookmark and Share kick it

El Cheapo Service Container

September 27 2008
Posted to:
A few days ago a collegaue of mine blogged about performing DI on the cheap. His post got me to thinking about the various IoC containers and DI frameworks that have sprung up (no pun intended, sorry for that heinous attempt at geek humor). As I've been working through the Social Timeline architectu... [More]
Comments Email Permalink Bookmark and Share kick it

Social Timeline Updates

September 26 2008
Posted to: ,
Made some improvements in the GUI for the Social Timeline and fixed a few bugs in the XML retrieval. Next step is to add additional provider support. I think I might use Unity for this to learn a little more about implementing IoC using it. I've been using Spring so far and love it but I'd like to t... [More]
Comments Email Permalink Bookmark and Share kick it