The Basics of EF Validation: IDataErrorInfo

When you’re adding or updating data in your database, you really want to make sure that the data being sent to the database is good and true. Often,...
When you’re adding or updating data in your database, you really want to make sure that the data being sent to the database is good and true. Often,...
Imagine a very simple EDM to describes web advertisements: Now imagine that I’d like to build a web application to manage instances of the Ad...
I’m a big fan of the SQL Server profiler for figuring out what the Entity Framework (EF) is really doing on the wire. If you’re unfamiliar with how...
I was doing something quite innocent the other day: I was trying to provide authentication on top of the .NET 4.0 WCF Data Services (DS) on a per...
I can’t imagine anyone reading this blog needs to read this, but I can’t help myself. When I was just a wee lad, probably the most valuable thing I...
Years ago, when I was on my T-Mobile Dash, I would purchase a new phone every quarter or so, just to see if something better had come along. Always,...
I’m fond of quoting my father to my sons. I have a terrible memory for these kinds of things in general, but what he says sticks with me:...
I’ve been playing around with JavaScript a great deal lately and trying to find my way. I last programmed JS seriously about 10 years ago and it’s...