DotNetShoutout - Stories tagged with EF
5
Shouts

Entity Framework vs. LightSpeed - a comparison

published 476 days, 11 hours, 19 minutes ago posted by traskjdtraskjd 478 days, 22 hours, 50 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Tuesday, January 31, 2012 5:35:21 AM GMT
Recently an article was posted on InfoQ about the seven most requested features in the Entity Framework. This post explores them and why developers do not need to wait for Entity Framework to catch up and compares the requested features to the Mindscape LightSpeed Object Relational Mapper. (more)
category: How To | clicked: 98 | 1 comment | | source: www.mindscapehq.com
tags: EF, Entity Framework, Comparison, LightSpeed, Mindscape
4
Shouts

MSDN Magazine: Data Points - Demystifying Entity Framework Strategies: Model Creation Workflow

published 742 days, 19 hours, 20 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 743 days, 6 hours, 6 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Wednesday, May 11, 2011 10:19:18 PM GMT
The Entity Framework now includes more ways than ever to create a conceptual model, starting first with just your code, a model created with the visual designer, or a legacy database. We help you choose which one’s right for you. (more)
category: Architecture | clicked: 1 | comment | | source: msdn.microsoft.com
tags: Ef4.0, EF, entityframework4, EF4, entityframework4.0, entity framework 4.0, Entity Framework 4
4
Shouts

MSDN Magazine: Entity Framework - Code First in the ADO.NET Entity Framework 4.1

published 741 days, 2 hours, 20 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 743 days, 6 hours, 8 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Wednesday, May 11, 2011 10:18:11 PM GMT
The latest version of the Entity Framework includes two new main features: the DbContext API and the Code First development pattern. We show you how to use these to develop applications, starting with the basics and moving on to more advanced techniques. (more)
category: Architecture | clicked: 14 | 1 comment | | source: msdn.microsoft.com
tags: Ef4.0, Code-first, EF, EF4, Entity Framework 4.1, entityframework
6
Shouts

Spatial Types in the Entity Framework - Entity Framework Design

published 744 days, 3 hours, 19 minutes ago posted by StevesSteves 748 days, 3 hours, 59 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Saturday, May 07, 2011 12:26:26 AM GMT
ne of the highly-anticipated features coming in the next version of Entity Framework is Spatial support. The team has been hard at work designing a compelling story for Spatial, and we would love to get your feedback on it. In this post we will cover: The basics of SQL Server’s spatial support Design goals Walkthrough of design: CLR types, Metadata, Usage, WCF Serialization, Limitations Questions (we want to hear from you!) This entry will not cover the tools experience as we want to focus on what is... (more)
category: Architecture | clicked: 10 | comment | | source: blogs.msdn.com
tags: EF, Entity Framework, EF 4.1, EF 4.0, Entity Framework 4.1, Entity Framework 4
2
Shouts

Bring Bulk insert into the ORM era - [Export] Bnaya Eshet

posted by bnayabnaya 766 days, 17 hours, 58 minutes ago
Monday, April 18, 2011 10:27:18 AM GMT
Bring Bulk insert into the ORM eraBring Bulk insert into the ORM era modern application increasingly drifting toward Object Relational Mapping (ORM). but ORMs does not designed for bulk Insert operations, there were a few community solution, including this one, which deal with the issue, those solution are using the old ugly DataTable, which means ugly mapping from DTO to DataTable (and potential memory leak if the DataTable does not disposed).   this post will suggest alternative solution whic... (more)
category: Architecture | clicked: 4 | comment | | source: blogs.microsoft.co.il
tags: Entity Frameworks, EF, DataReader, bulk insert, IDataReader, ORM
7
Shouts

MVC Entity Framework Tutorials Published - ASP.NET and Web Tools Developer Content Team

published 767 days, 16 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 768 days, 9 hours, 22 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:03:42 PM GMT
The third series of Entity Framework tutorials, Getting Started with the Entity Framework Using ASP.NET MVC, has been published on the ASP.NET site. The tutorials create a sample application similar to the one that the two Web Forms series (Getting Started with the Entity Framework and Continuing with the Entity Framework) create. You can download a Visual Studio project that is a finished version of the series. Besides using MVC rather than Web Forms, this series is also different in that it uses the C... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: blogs.msdn.com
tags: EF, Entity Framework, MVC
9
Shouts

F# Code-First Development with Entity Framework 4.1 - The Visual Studio Blog

published 772 days, 7 hours, 24 minutes ago posted by StevesSteves 778 days, 12 hours, 55 minutes ago
Tuesday, April 12, 2011 9:01:54 PM GMT Wednesday, April 06, 2011 3:30:34 PM GMT
As the word “code-first” implies, the EF 4.1 offers a code centric data programming paradigm. From a coder’s point of view, it requires little effort to map a very clean object model to a database. This style of programming is idea for explorative, bottom-up kind fsharp programmers. Since EF 4 CTP4 release, there have already been many buzzes. The following two blogs have in-depth EF 4.1 feature overview... (more)
category: Architecture | clicked: 13 | comment | | source: blogs.msdn.com
tags: EF, Entity Framework, EF 4.1, Entity Framework 4.1, Entity Framework 4
11
Shouts

Entity Framework 4.1 Release Candidate with Go-Live (with Final Release to follow in a month) - Scott Hanselman

published 796 days, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 798 days, 13 hours, 6 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Thursday, March 17, 2011 3:19:45 PM GMT
I was in Redmond this last week and talked to Jeff Derstadt, the Lead Developer on Entity Framework Code First (or, as I say, EF Magic Unicorn). What's the deal with this new feature in Entity Framework? What about the bad rap that EF got back in the day? What's new in EF4 and how does EF Code First sit on that? Which is the right choice, Model First, Database First or Code First? All of this plus demos in this off-the-cuff interview. There's lots of good info in this video including some insight into mu... (more)
category: Architecture | clicked: 4 | comment | | source: www.hanselman.com
tags: EF, Entity Framework, EF 4.1, Entity Framework 4.1, Entity Framework 4.1 Release Candidate
7
Shouts

Generating EF Code First model classes from an existing database - Jon Galloway

published 806 days, 13 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 807 days, 12 hours, 2 minutes ago
Wednesday, March 09, 2011 2:46:54 PM GMT Tuesday, March 08, 2011 4:23:23 PM GMT
Generating EF Code First model classes from an existing database Entity Framework Code First is a lightweight way to "turn on" data access for a simple CLR class. As the name implies, the intended use is that you're writing the code first and thinking about the database later. However, I really like the Entity Framework Code First works, and I want to use it in existing projects and projects with pre-existing databases. For example, MVC Music Store comes with a SQL Express database that's pre-loaded wi... (more)
category: How To | clicked: 4 | comment | | source: weblogs.asp.net
tags: EF, Entity Framework, CLR, Database
8
Shouts

EF 4.1 Is Coming (DbContext API & Code First RTW) - ADO.NET team blog

published 808 days, 9 hours, 54 minutes ago posted by iftekharahmedamitiftekharahmedamit 809 days, 4 hours, 38 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:47:51 PM GMT
Our latest EF Feature Community Technology Preview (CTP5) has been out for a few months now. Since releasing CTP5 our team has been working hard on tidying up the API surface, implementing changes based on your feedback and getting the quality up to production ready standards. At the time CTP5 was released we also announced that we would be releasing a production ready go-live in Q1 of 2011 and we are on track to deliver on the commitment. .. (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: ADO.NET, EF, Entity Framework, EF 4.1, Entity Framework 4.1
5
Shouts

Entity Framework: Intro to Model First Design

published 869 days, 10 hours, 14 minutes ago posted by derikwhittakerderikwhittaker 871 days, 8 hours ago
Wednesday, January 05, 2011 6:11:52 PM GMT Monday, January 03, 2011 8:26:06 PM GMT
Take a look at how to use the Entity Framework via its model first design concepts. When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your entity model and build out your database. (more)
category: Screencast | clicked: 5 | comment | | source: dimecasts.net
tags: EF, Entity Framework, DimeCasts.net
5
Shouts

Class-Level Model Validation with EF Code First and ASP.NET MVC 3 - ScottGu's Blog

published 892 days, 2 hours, 27 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 894 days, 10 hours, 25 minutes ago
Tuesday, December 14, 2010 1:58:42 AM GMT Saturday, December 11, 2010 6:00:48 PM GMT
Earlier this week the data team released the CTP5 build of the new Entity Framework Code-First library.  In my blog post a few days ago I talked about a few of the improvements introduced with the new CTP5 build.  Automatic support for enforcing DataAnnotation validation attributes on models was one of the improvements I discussed.  It provides a pretty easy way to enable property-level validation logic within your model layer. You can apply validation attributes like [Required], [Range], and [Regular... (more)
category: Architecture | clicked: 1 | comment | | source: weblogs.asp.net
tags: EF, Entity Framework, Code first, Entity Framework 4
3
Shouts

Looking at EF4 CTP5 in Parts: Part 1 - A New T4 Template : Don't Be Iffy

published 896 days, 20 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 17 hours, 54 minutes ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:31:47 AM GMT
The Entity Framework 4 CTP5 was just released. There are lots of new features that affect the core use of Entity Framework as well as Code First. I’ll run through some of these features one blog post at a time. The first is the new T4 Template that gets installed, the ADO.NET DbContext Generator.   This creates a more lightweight context that inherits from DbContext. DbContext was introduced in CTP4 and exposes a simpler way of working with most commonly used features of ObjectContext.   The POCO ... (more)
category: Architecture | clicked: 0 | comment | | source: thedatafarm.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, ef code first, Entity Framework 4
3
Shouts

Looking at EF4 CTP5 in Parts: Part 4–Working with New and Existing Databases in Code First : Don't Be Iffy

published 896 days, 20 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 17 hours, 57 minutes ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:28:55 AM GMT
One of the neat features of Code First  in CTP5 for those who are starting from total scratch…no database at all.. is that there is default behavior for working with a database. You don’t even need a database connection string. If you do not specify a connection string anywhere …code or config…then Code First will make a presumption about the database.  THe default presumption is that the database is the same name as your context class and is a local SQL Server Express instance. Here’s an example. I’ve... (more)
category: Architecture | clicked: 0 | comment | | source: thedatafarm.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, ef code first, Entity Framework 4
3
Shouts

Looking at EF4 CTP5 in Parts: Part 3–Easy Access to In-Memory Entities : Don't Be Iffy

published 896 days, 20 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 17 hours, 58 minutes ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:28:06 AM GMT
One of my most oft-repeated bits of EF guidance is that “a query’s job is to execute”. If you write a query such as var myquery=context.Customers.Where(c=>Id==24); Any time you do soomthing with myquery, such as call ToList or Count or bind it to a databinding control, it will be exeucted on the database. (more)
category: Architecture | clicked: 0 | comment | | source: thedatafarm.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, ef code first, Entity Framework 4
4
Shouts

Looking at EF4 CTP5 in Parts: Part 2–Internal Validation : Don't Be Iffy

published 896 days, 20 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 17 hours, 59 minutes ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:26:52 AM GMT
CTP5 provides validation for validator attributes in your classes. (more)
category: Architecture | clicked: 0 | comment | | source: thedatafarm.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, ef code first, Entity Framework 4
5
Shouts

EF Feature CTP5 Released! - ADO.NET team blog - Site Home - MSDN Blogs

published 896 days, 20 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 18 hours ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:25:46 AM GMT
The latest Entity Framework Feature Community Technology Preview (CTP5) is now available for download. This CTP includes updates to the Code First feature and the simplified API surface (DbContext). (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, ef code first, Entity Framework 4
5
Shouts

EF Feature CTP5: Code First Walkthrough - ADO.NET team blog - Site Home - MSDN Blogs

published 896 days, 20 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 18 hours, 1 minute ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:24:53 AM GMT
This post will provide an introduction to Code First development. Code First allows you to define your model using C# or VB.Net classes, optionally additional configuration can be performed using attributes on your classes and properties or by using a Fluent API. Your model can be used to generate a database schema or to map to an existing database. (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, ef code first, Entity Framework 4
3
Shouts

EF Feature CTP5: Model & Database First with DbContext - ADO.NET team blog - Site Home - MSDN Blogs

published 896 days, 20 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 18 hours, 2 minutes ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:23:48 AM GMT
This post will provide an introduction to Model First and Database First development using the Entity Data Model Designer in Visual Studio. (more)
category: Architecture | clicked: 3 | comment | | source: blogs.msdn.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, Entity Framework 4
5
Shouts

MSDN Magazine: Data Points - Profiling Database Activity in the Entity Framework

published 899 days, 10 hours, 40 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 901 days, 5 hours, 40 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:45:50 PM GMT
It’s important to profile your database queries to see what happens in response to Entity Framework queries and other data access activities, says Julie Lerman, who gives you the details on several profiling options to improve you coding. (more)
category: Data | clicked: 0 | comment | | source: msdn.microsoft.com
tags: EF, entityframework, MSDN, MSDN Magazine
Previous 1 2 3 Next