- Posted by SondreB on August 10, 2010
-
Here is my analysis of the recently “released” (embedded) Microsoft.Data.dll assembly, the namespace and the types it includes. It’s been the topic of a lot of heated debate recently, with viewpoints I’m unable to relate to and understand just from reading, so I needed to u...
[More]
- Posted by SondreB on January 5, 2010
-
During the winter I’ve been working on a new project called Boks. Boks is a rich interactive application that helps you organize all your stuff. Stuff such as books, movies, games and more. Boks runs entirely in the cloud, that means all your stuff is stored online and there is never any need for ...
[More]
- Posted by SondreB on December 13, 2009
-
Here is an example that show how you can extend your Entity Framework entities with properties, which you might return from a stored procedure, a database view or inline SQL. The use case if when you want and need to return more data from your database than what is in your 1:1 mapped entity models. ...
[More]