DotNetShoutout - Stories tagged with entity framework 4.0
3
Shouts

Entity Framework 4.0 - Learn to Create Databases from the Model

posted by himanethimanet 676 days, 21 hours, 4 minutes ago
Friday, July 15, 2011 12:08:26 PM GMT
Av rating: Total votes: 18 Total comments: 13  send to a friend  printer friendly version Entity Framework 4.0 - Learn to Create Databases from the Model14 July 2011by Hima Bindu Vejella For application developers focusing on the needs of their code, rather than worrying about the complexities of data representation, the Entity Framework’s abstractions are essential. But eventually a database needs to be created, and Hima is here to show us how it’s done. The ADO.NET Ent... (more)
category: Web Dev | clicked: 3 | comment | | source: www.simple-talk.com
tags: entity framework 4.0
2
Shouts

MSDN Magazine: Data Points - Demystifying Entity Framework Strategies: Loading Related Data

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 709 days, 9 hours, 59 minutes ago
Sunday, June 12, 2011 11:13:22 PM GMT
With the Entity Framework, modeling the data is just a first step. You'll also need to use the right tools for querying and loading your data. We'll show you the options and help you choose the right ones for your application (more)
category: Data | clicked: 21 | comment | | source: msdn.microsoft.com
tags: entityframework4, EF4, MSDN, entityframework4.0, entity framework 4.0, Entity Framework 4, MSDN Magazine
4
Shouts

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

published 741 days, 7 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 741 days, 10 hours, 53 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

How to: Pre-Generate Views to Improve Query Performance

published 792 days, 12 hours, 5 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 793 days, 9 hours, 44 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Sunday, March 20, 2011 11:27:41 PM GMT
Before the Entity Framework can execute a query against a conceptual model or save changes to the data source, it must generate a set of local query views to access the database. The views are part of the metadata which is cached per application domain. If you create multiple object context instances in the same application domain, they will reuse vi... (more)
category: Data | clicked: 13 | comment | | source: msdn.microsoft.com
tags: entityframework4, Entity Framework, EF4, EF 4.0, entityframework, entity framework 4.0, Entity Framework 4
5
Shouts

My .NET Technology picks for 2011 - Shiju Varghese's Blog

published 882 days, 6 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 883 days, 5 hours, 37 minutes ago
Wednesday, December 22, 2010 9:06:10 AM GMT Tuesday, December 21, 2010 3:35:24 AM GMT
My Technology predictions for 2011 Cloud computing and Mobile application development will be the hottest trends for 2011. I hope that Windows Azure will be very hot in year 2011 and lot of cloud computing adoption will be happen with Windows Azure on 2011. Web application scalability will be the big challenge for Architects in the next year and architecture approaches like CQRS will get some attention on next year. Architects will look on different options for web application scalability and adoption o... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, .NET, Silverlight, .Net 4.0, entity framework 4.0, ASP.NET
6
Shouts

Announcing Entity Framework Code-First (CTP5 release) - ScottGu's Blog

published 892 days, 16 hours, 24 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 895 days, 20 hours, 8 minutes ago
Saturday, December 11, 2010 4:47:49 PM GMT Wednesday, December 08, 2010 1:04:29 PM GMT
This week the data team released the CTP5 build of the new Entity Framework Code-First library.  EF Code-First enables a pretty sweet code-centric development workflow for working with data.  It enables you to:Develop without ever having to open a designer or define an XML mapping file Define model objects by simply writing “plain old classes” with no base classes required Use a “convention over configuration” approach that enables database persistence without explicitly configuring anything Optionally o... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: Code first, entity framework 4.0
2
Shouts

Entity Framework CTP 4.0 – Many To Many Mappings « Sankarsan’s Journal

published 941 days, 11 hours, 44 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 941 days, 20 hours, 24 minutes ago
Saturday, October 23, 2010 9:27:43 PM GMT Saturday, October 23, 2010 12:48:19 PM GMT
In my last post I had discussed about entity relationships,navigational properties and how we can fetch data from database into the entities.In this post we will examine the many to many relationships and how this can be modeled using POCO and the CTP 4.0 Code First Approach.We will consider three tables Person,Club and ClubMember where each Person can belong to multiple Clubs as shown below: (more)
category: How To | clicked: 1 | comment | | source: sankarsan.wordpress.com
tags: CTP 4.0, entity framework 4.0
2
Shouts

Entity Framework CTP 4.0 – Data Fetching « Sankarsan’s Journal

published 947 days, 18 hours, 28 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 947 days, 23 hours, 3 minutes ago
Sunday, October 17, 2010 2:44:08 PM GMT Sunday, October 17, 2010 10:09:22 AM GMT
In the last two posts I have discussed about Entity Framework CTP 4.0 Code First Approach and Database Initialization.Now we will take a look at how to define relationships and navigational properties between the Entities and how data fetching is impacted by these. (more)
category: How To | clicked: 0 | comment | | source: sankarsan.wordpress.com
tags: CTP 4.0, entity framework 4.0
3
Shouts

Entity Framework CTP 4.0 – Database Initialization « Sankarsan’s Journal

published 950 days, 18 hours, 34 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 951 days, 6 hours, 14 minutes ago
Thursday, October 14, 2010 2:37:39 PM GMT Thursday, October 14, 2010 2:58:18 AM GMT
In the last post we discussed about the basic steps involved in working with the new Entity Framework CTP 4.0 Code First Approach.Now we will take a look at each of these steps in a bit more detail.We will start with database initialization. (more)
category: How To | clicked: 0 | comment | | source: sankarsan.wordpress.com
tags: CTP 4.0, entity framework 4.0
2
Shouts

Entity Framework CTP 4.0 – Code First Approach « Sankarsan’s Journal

posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 961 days, 12 hours, 51 minutes ago
Sunday, October 03, 2010 8:21:09 PM GMT
It has been a month or two  that Entity Framework CTP 4.0 bits have released.I had read through the feature list back then but could not manage time to take a detailed look until this weekend.I always felt that Entity Framework’s approach towards handling of configuration(object relational mappings) and plain .NET objects was bit restrictive and cumbersome respectively.The mappings are needed to be stored in Entity Data Model(.edmx) files which are nothing but xml files with object to relational store ma... (more)
category: How To | clicked: 1 | comment | | source: sankarsan.wordpress.com
tags: CTP 4.0, entity framework 4.0
3
Shouts

ADO.NET Mocking Context Generator

posted by iepureiepure 1006 days, 10 hours, 24 minutes ago
Thursday, August 19, 2010 10:48:29 PM GMT
Not really a story, but nonetheless an EDMX code generator that should make your life easier. (more)
category: Agile | clicked: 5 | comment | | source: visualstudiogallery.msdn.microsoft.com
tags: ADO.NET, T4, C#, entity framework 4.0
12
Shouts

ASP.NET MVC 2.0 and ADO.NET Entity Framework - Part 1

published 1029 days, 23 hours, 20 minutes ago posted by sonukapoorsonukapoor 1033 days, 21 hours, 19 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Friday, July 23, 2010 11:53:05 AM GMT
In this article, we'll examine using the ADO.NET Entity Framework (ADO.NET EF). The 4.0 version has received some major upgrades, with some major API enhancements and fixes for most of the pain points within the designer. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ADO.NET, entity framework 4.0, ASP.NET
8
Shouts

EF4 T4 Templates

published 1052 days, 18 hours, 36 minutes ago posted by http://rickrat.myopenid.com/http://rickrat.myopenid.com/ 1054 days, 43 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Saturday, July 03, 2010 8:28:37 AM GMT
EF4 Templates uses T4toolbox to generate POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF. (more)
category: Architecture | clicked: 3 | comment | | source: blogs.compdj.com
tags: EF4, T4 Toolbox, entity framework 4.0, T4 Templates
4
Shouts

Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 1– Part 1

published 1066 days, 21 hours, 20 minutes ago posted by kitchaiyongkitchaiyong 1067 days, 23 hours, 58 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Saturday, June 19, 2010 9:13:41 AM GMT
This post will introduce the Entity Framework 4.0, its features and its comparison to Entity Framework 3.5 (more)
category: Architecture | clicked: 1 | comment | | source: www.kitchaiyong.net
tags: Repository, Specification, Unit of Work, entity framework 4.0
5
Shouts

Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2

published 1066 days, 21 hours, 20 minutes ago posted by kitchaiyongkitchaiyong 1068 days, 1 minute ago
Sunday, June 20, 2010 11:51:48 AM GMT Saturday, June 19, 2010 9:10:38 AM GMT
This is my second post on one of the ways of applying the Repository, Specification and Unit of Work pattern using the persistence ignorance POCO with the upcoming ADO.NET Entity Framework 4.0. This post will explain how to implement the Repository, Specification & Unit of Work with Entity Framework 4.0. Sample project codes included. (more)
category: Architecture | clicked: 6 | 1 comment | | source: www.kitchaiyong.net
tags: Repository, Specification, Unit of Work, entity framework 4.0
3
Shouts

ADO.NET Entity Framework Data Loading – Part 2 « Sankarsan’s Journal

published 1107 days, 22 hours, 11 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1108 days, 22 hours, 35 minutes ago
Monday, May 10, 2010 11:01:12 AM GMT Sunday, May 09, 2010 10:36:49 AM GMT
In my last post we have discussed about how to explicitly load data into related objects using EntityReference class.However in .NET Framework 4.0 there is another new way to explicitly load data into related objects using the LoadProperty method of the System.Data.Objects.ObjectContext as shown below: (more)
category: How To | clicked: 0 | comment | | source: sankarsan.wordpress.com
tags: ADO.NET, entity framework 4.0
6
Shouts

MsHelp » Entity Framework 4.0 – Part3: Complex types

published 1154 days, 20 hours, 2 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1156 days, 10 hours, 24 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Monday, March 22, 2010 10:48:35 PM GMT
Entity Framework 4.0 – Part3: Complex types Posted by Sven on March 22nd 2010 to .NET 4.0, ADO.NET, Entity Framework These tutorials are built using Visual Studio 2010 RC and .NET 4.0. RC. This means that Entity Framework 4.0 is used. At the moment of writing this, VS2010 and .NET 4.0 are not yet released as RTM so information provided in this post could change in the future. A complex type is a set of properties that you group together. Sometimes your code becomes more clear when you... (more)
category: Data | clicked: 0 | comment | | source: mshelp.be
tags: ADO.NET, ADO.NET ENTITY FRAMEWORK, Visual Studio 2010, entity framework 4.0
8
Shouts

Entity Framework 4.0: Creating objects of correct type when using lazy loading

published 1156 days, 20 hours, 6 minutes ago posted by gpeipmangpeipman 1158 days, 8 hours, 58 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Sunday, March 21, 2010 12:14:17 AM GMT
In my posting about Entity Framework 4.0 and POCOs I introduced lazy loading in EF applications. EF uses proxy classes for lazy loading and this means we have new types in that come and go dynamically in runtime. We don’t have these types available when we write code but we cannot forget that EF may expect us to use dynamically generated types. In this posting I will give you simple hint how to use correct types in your code. (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: entity framework 4.0
9
Shouts

Entity Framework 4.0: Optimal and horrible SQL

published 1160 days, 20 hours, 31 minutes ago posted by gpeipmangpeipman 1162 days, 22 hours, 13 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 10:59:22 AM GMT
Lately I had Entity Framework 4.0 session where I introduced new features of Entity Framework. During session I found out with audience how Entity Framework 4.0 can generate optimized SQL. After session I also showed guys one horrible example about how awful SQL can be generated by Entity Framework. In this posting I will cover both examples. (more)
category: How To | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: OR/M, SQL, entity framework 4.0
6
Shouts

Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2 - Code Update

published 1167 days, 20 hours, 56 minutes ago posted by kitchaiyongkitchaiyong 1169 days, 4 hours, 56 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 4:15:51 AM GMT
Code Re-factoring for the sample project attached with the post Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2. Brief explanation of the changes are included. (more)
category: Architecture | clicked: 3 | comment | | source: www.kitchaiyong.net
tags: Repository, Specification, Unit of Work, entity framework 4.0
Previous 1 2 Next