Working With SQL Server HierarchyId Data Type In .NET Application
- By Deepak
- 19 November, 2010
- 2 Comments
Recently I was working with some hierarchical data stored in SQL Server. The data was related to products where each product is a package which includes other packages which in … Continue Reading →
Use LINQPad To Query Entity Framework
LINQPad is a must have tool for all .NET developers who write LINQ queries. It allows you to write and execute LINQ queries without compiling your code. In this post … Continue Reading →
Generate SQL Server Database From Entity Data Model
- By Deepak
- 12 November, 2010
- No Comments
In an earlier post we looked at how to generate an Entity Data Model using Visual Studio 2010. The data model we created was not generated from a database. This … Continue Reading →
Book Review Programming Entity Framework Second Edition
- By Deepak
- 11 November, 2010
- No Comments
Few days ago I finished reading Programming Entity Framework Second Edition by Julia Lerman. This is a review of the book. Julia has written a book which targets a broad … Continue Reading →
Creating Entity Data Model Without A Database With Entity Framework 4
- By Deepak
- 10 November, 2010
- 7 Comments
This article shows you how to generate an Entity Data Model for Entity Framework 4 using Visual Studio 2010. Entity Data Model is widely known by its acronym EDM. A … Continue Reading →
Presenting Entity Framework At WDNUG
- By Deepak
- 9 September, 2008
- No Comments
Tomorrow i.e. Wednesday 10th September, I will present Entity Framework at Wollongong .NET User Group (WDNUG). My presentation will focus on What, Why and How of Entity Framework. WDNUG meets … Continue Reading →
Use EDMGEN To Generate Entity Framework Model
- By Deepak
- 1 September, 2008
- No Comments
.NET Framework 3.5 SP1 ships with a tool called edmgen. This tool can be used to generate the EDM (Entity Data Model). Being a command line tool it can be … Continue Reading →





Copyright © 2013