Archive For The “Software development” Category
You might have read my previous entries about the Unit of Work and Repository design patterns. If not, you might want to check them out before reading the rest of this article. Unit of Work & Repository support for multiple frameworks Letting your Unit of Work & Repositories support multiple frameworks A little while ago, [...]
I’ve recently switched to a new employer and only now I realize how much I loved working with the Telerik‘s product suite. I no longer have access to all the goodies Telerik offers. My previous two employers had licenses for either the Ultimate Collection for .NET or just the ASP.NET AJAX components. That’s roughly five [...]
Quite a while ago I made a post about creating a unit of work and a repository that would allow me to swap between Entity Framework and NHibernate relatively quickly. In the past few weeks (or have they turned into months already?!), I received a few requests for a sample project to show how this can [...]
If this exception message pops up when using NHibernate, make sure to check the following: The mapping file is set as embedded resource; The name of the mapping file ends with .hbm.xml instead of .xml; I just spent two days wondering why this message kept occurring. Turns out that I had named my mapping file: [...]



