For most of my projects, at least since I’ve moved to NHibernate/Fluent NHibernate, I’ve been trapped using the existing data structures of prior iterations. Funky naming conventions… more →
Ramblings of the Sleepy...David wrote 1 week ago: For most of my projects, at least since I’ve moved to NHibernate/Fluent NHibernate, I’ve … more →
David wrote 1 week ago: I’ve been digging through the Interwebs for a while now and, I thought, had worked out all of … more →
David wrote 3 weeks ago: Yesterday, I wrote about setting up NHibernate to query up, group, count, and transform results and … more →
David wrote 3 weeks ago: Okay, I’ve got to be doing this wrong. Call it premature optimization, but I forsee an old LIN … more →
David Wetzel wrote 3 weeks ago: I originally started out with the intention on describing how to make an image or image and text dis … more →
David wrote 3 weeks ago: As I’ve discussed in the past, a few of my repository pattern practices are borrowed and built … more →
arcanecode wrote 1 month ago: In the previous entry we covered how to upload a file to SQL Server using the FILESTREAM, new to SQL … more →
arcanecode wrote 1 month ago: The best way to work with documents in a database is via a .Net application. I created a simple Wind … more →
Noldorin wrote 1 month ago: LINQ to XML is one of the many technologies introduced with the .NET Framework 3.5, and one that is … more →
Mike Malter wrote 1 month ago: I ran into a problem when I started to host WCF services on Server 2008 in that I kept getting the n … more →
David wrote 1 month ago: I’m working out some business rules for an application that allows the end user to specify whe … more →
Mike Malter wrote 1 month ago: I have some time now as the market is slow to take a step back and brush up on WCF. You know how it … more →
Noldorin wrote 2 months ago: As part of a project on which I’ve recently started working, I found it necessary to write a c … more →
Usman Afzal wrote 2 months ago: I will be shortly writing about following C# language feauters available in .net framework 3.5. 1. A … more →
David wrote 2 months ago: I’d like to preface this by the fact that this “works” doesn’t mean it … more →
marlongrech wrote 2 months ago: This last 2 weeks, us WPF Disciples have been talking a lot about the Mediator pattern for MVVM appl … more →
mvijayreddy wrote 2 months ago: If you want more information use this Url http://msdn.microsoft.com/en-us/library/bb397687.aspx … more →
mvijayreddy wrote 2 months ago: The lambda must contain the same number of parameters as the delegate type. Each input parameter in … more →
mvijayreddy wrote 2 months ago: I got this code from this site http://www.codeproject.com/KB/dotnet/LINQ2SQLSamples.aspx // Basic … more →