Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Entity Framework   (RSS)
Sorry, but there are no more tags available to filter with.

Referring ADO.Net Entity project in a different project

QuickPost: I just now answered a question on the forum about one of the errors that might take you a while to figure out. Assume the following scenario, you have a Data Model Project designed as class library for EntityFramework and you have a middle
Posted by bindeshv | 0 Comments
Filed under:

Using EntityBag with EntityFramework over WCF

I was going through the article published in MSDN by Daniel Simmons about the N-Tier Patterns http://msdn.microsoft.com/en-us/magazine/dd882522.aspx and came across the EntityBag implementation. So I went through couple of posts by Daniel on the EntityBag
Posted by bindeshv | 1 Comments
Filed under:

Using Stored Procedures That Return Non Entity Type

In the previous post I explained how to use a Stored Procedure in Entity Framework that returns an Entity Type. However, if you try to map a stored procedure that is of a scalar type or returns an Array or List type then this won't work automatically
Posted by bindeshv | 1 Comments
Filed under:

Using Stored Procedures in Entity Framework

Entity framework supports stored procedure. In this post I will explore how we can use stored procedures in entity framework. I have created a Windows based application with Northwind database model(EDMX) . And have the Customer and Orders table selected.
Posted by bindeshv | 5 Comments
Filed under:

Getting Started With EntityClient in EntityFramework

In this post I am going to illustrate how to use EdmGen and EntityClient to program with Entity Framework. EdmGen is utility shipped with Entity Framework for creation of the artifacts required for Entity Model Mapping viz the CSDL(Conceptual Schema Definition
Posted by bindeshv | 1 Comments
Filed under:
 
Page view tracker