|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
17 Articles match "Entity Framework"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Learn to develop applications for EF and LINQ to Entities and employ ADO.NET Data Services to integrate data from the Internet cloud. How is LINQ to Entities different from LINQ to SQL? How do I build real-world n-tier applications using LINQ and the Entity Framework? Come and learn to take advantage of LINQ and the Entity Framework in your applications today! Essential LINQ with the Entity Framework Day 1 New Features of C# 3.0 In this course, you learn to: Leverage new features of C# 3.0, When should I choose one over the other?
DevelopMentor Courses
- Friday, June 12, 2009
Essential LINQ with the Entity Framework 4.0
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 How is LINQ to Entities different from LINQ to SQL? which ship as part of.NET 4.0
DevelopMentor Courses
- Monday, October 12, 2009
Essential Entity Framework 4.0 with Data Services
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Write LINQ to XML queries to search XML documents and save them to the file system Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Build a rich conceptual entity model using the EF and visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 How is LINQ to Entities different from LINQ to SQL? Leverage new features of C# 3.0,
DevelopMentor Courses
- Friday, May 7, 2010
|
49 Articles match "Entity Framework"
|
The Latest from DevelopMentor
|
MORE
|
|
Setting up SQL Server 2008 Express with Profiler
When I teach my DevelopMentor course on Entity Framework 4.0 and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. In addition, the setup folks often have a hard time getting the permissions right. So I wrote a script that first installs just the tools from a trial version of the Developer Edition, which include both SQL Management Studio and SQL Profiler. Click on the Eval X86 Executable link to download SQLFULL_x86_ENU.exe.
Tony and Zuzana's World
- Thursday, August 5, 2010
Software Architecture 2010
Rich and myself will be spending a day talking about how to use various bits of.NET 4 technology to build a MVC, WF and Entity Framework based application. Myself and other Rock Solid Knowledge guys have had various talks accepted for Software Architecture conference this October in London. The aim to build the app live, so you really get to see how this tech actually ticks. Through out the week I’ll be doing stuff on Patterns, and Parallel programming. Finishing the week with another day with Rich talking about parallel programming, all using the latest bits of.NET 4.
.NET Mutterings
- Friday, June 4, 2010
Trying the WF ADO.NET Activity Pack CTP 1
Now there is nothing wrong with plain ADO.NET but with the current emphasis on Object Relational Mappers like the Entity Framework this seems a bit out of place. Recently the workflow team at Microsoft released a first CTP to the ADO.NET Activity Pack. In this blog post I am going to take a quick look at how to get started with these activities. First step is installing the activity pack. Download the setup MSI from [link] and run the installer. Note that the main assembly containing the activities is called Microsoft.Data.Activities.dll. public string CustomerId { get; set; }.
The Problem Solver
- Tuesday, April 27, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
So Cal Code Camp Session on Entity Framework 4.0
I’ll be presenting a session at Southern California Code Camp entitled “ What’s New in Entity Framework 4.0 ” on Sunday Nov 22nd. Tags: Technical Entity Framework Hope to see you there!
Tony and Zuzana's World
- Wednesday, November 18, 2009
-
Top Ten New Features in Entity Framework 4.0
The Entity Framework team at Microsoft has been extremely busy this past year to get a new version of the Entity Framework out the door. In response, the EF team published an Entity Framework Design Blog , soliciting feedback from the community on critical design decisions. Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. The tools fix up entity names in case database tables are in plural form (Northwind!).
Tony and Zuzana's World
- Thursday, July 9, 2009
-
Entity Framework Preview
The Entity Framework team just released CTP 1 of the Entity Framework for.NET 4.0 The next version of the Entity Framework has a bunch of cool features a lot of have been clamoring for, such as support for POCO (Plain Old CLR Objects), lazy loading, and n-tier scenarios. The team has also posted a series of walkthroughs you can try out: Self-Tracking Entities. Beta 1. POCO Templates. Code-Only Design. Enjoy.
Tony and Zuzana's World
- Saturday, June 27, 2009
-
Entity Framework Preview
The Entity Framework team just released CTP 1 of the Entity Framework for.NET 4.0 The next version of the Entity Framework has a bunch of cool features a lot of have been clamoring for, such as support for POCO (Plain Old CLR Objects), lazy loading, and n-tier scenarios. Self-Tracking Entities. Beta 1. The team has also posted a series of walkthroughs you can try out:rn. POCO Templates. Code-Only Design. Enjoy.
Tony and Zuzana's World
- Saturday, June 27, 2009
-
Learn What’s New in Entity Framework 4.0!
I’ll be presenting a free DevelopMentor web cast on Tuesday Dec 8, 2009 at 9:00 am (Pacific Standard Time) on new features in Entity Framework 4.0. The web cast includes slides and demos , as well as question-and-answer periods in which we’ll discuss some of the other new features coming in Entity Framework 4.0. If you would like to get a complete in-depth treatment of everything Entity Framework has to offer, sign up for my DevelopMentor course, Essential LINQ with Entity Framework 4.0 , running in Los Angeles, Boston and London.
Tony and Zuzana's World
- Saturday, December 12, 2009
-
Top Ten New Features in Entity Framework 4.0
The Entity Framework team at Microsoft has been extremely busy this past year to get a new version of the Entity Framework out the door. In response, the EF team published an Entity Framework Design Blog , soliciting feedback from the community on critical design decisions. Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. The tools fix up entity names in case database tables are in plural form (Northwind!).
Tony and Zuzana's World
- Thursday, July 9, 2009
-
Better N-Tier Concurrency Management for the Entity Framework
I just wrote an article for MSDN Magazine (due out in December) about developing n-tier applications for both LINQ to SQL and the Entity Framework. While researching the topic, I noticed a certain awkwardness with the Entity Framework API when it came to managing concurrency with a timestamp fields, as compared with LINQ to SQL. The Entity Framework, on the other hand, requires attaching the original unmodified entity, then calling ApplyAllChanges, passing in the modified entity. Although v.2 Order UpdateOrder(DTO. CreateEntityFromObject.
Tony and Zuzana's World
- Saturday, November 8, 2008
|
|
|