Illegal attempt to associate a collection with two open sessions

by Matt 2. September 2011 15:00
Some development I was working on threw an exception moments ago that I had never seen before: Illegal attempt to associate a collection with two open sessions. [More]
Tags: ,
Categories: .NET | ASP.NET | C# | NHibernate

CRM 4.0 opportunityclose Object

by Matt 5. February 2011 13:30
Programmatically closing an Opportunity object is pretty easy in CRM 4.0, although it took me some time to figure out how to do it correctly. [More]
Tags: , , ,
Categories: .NET | C# | CRM

Recaptcha In MVC

by Matt 21. August 2009 19:17
So you want to add a recaptcha to your MVC project, and don't know where to start.  Don't worry, I was there a couple of months ago, having never used a captcha before. [More]
Tags: , ,
Categories: ASP.NET | C# | MVC