I have been working with MongoDB for the past year or so and I feel as if I have earned the right to have an […]
How to use Excel and tSQL to help you Generate Code
Introduction It’s amazing to me the reactions I get when I show people seemingly simple tricks on how to automate or generate code and/or script […]
TSQL: Passing objects to stored procedures via XML
Introduction This is a subject I have heard about repeatedly, but I never bothered looking into it until recently. I was told that writing hard […]
ObjectDataSource has no values to insert. Check that the ‘values’ dictionary contains values
The Gripe “ObjectDataSource ‘odsNameHere’ has no values to insert. Check that the ‘values’ dictionary contains values” This runtime error is quite confusing and obnoxious to […]
GridView does not have a default Insert Support
Here is a fun fact for you. The ASP.NET GridView control does not have default Insert Support for your objects, even if you are using […]
Entity Framework: Basic CRUD Operations
I like Entity Framework (EF), I think it is a little too rigid sometimes and it would be very nice if there was a very […]