| |
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.
|
6 Articles match "ADO.Net","Entity Framework"
| Related DevelopMentor Courses | MORE | | Entity Framework 5 is available Entity Framework 5 is included in Visual Studio 2012, but is also available to users of Visual Studio 2010 (as a NuGet package: [link] ). Note: Some Entity Framework 5 features are only available when writing an application that targets.NET 4.5. Read more about what is new on the MSDN ADO.NET blog: [link]. Entity FrameworkThis includes enum support, spatial data types, table-valued functions and the performance improvements. DevelopMentor Courses - Sunday, August 26, 2012 Mark Blomsma: Entity Framework 5 is available Entity Framework 5 is included in Visual Studio 2012, but is also available to users of Visual Studio 2010 (as a NuGet package: [link] ). Note: Some Entity Framework 5 features are only available when writing an application that targets.NET 4.5. Read more about what is new on the MSDN ADO.NET blog: [link]. This includes enum support, spatial data types, table-valued functions and the performance improvements. Update [08-27-2012] : Julie Lerman has an excellent post describing the difference between running EF5 in a.NET 4 versus a.NET 4.5 DevelopMentor Courses - Sunday, August 26, 2012 Essential Entity Framework 4.0 with Data Services Training 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 You'll get answers to these questions: When should I use LINQ instead of "classic" ADO.NET? DevelopMentor Courses - Wednesday, February 22, 2012 |
21 Articles match "ADO.Net","Entity Framework"
| The Latest from DevelopMentor | MORE | | Mark Blomsma: Entity Framework 5 is available Entity Framework 5 is included in Visual Studio 2012, but is also available to users of Visual Studio 2010 (as a NuGet package: [link] ). Note: Some Entity Framework 5 features are only available when writing an application that targets.NET 4.5. Read more about what is new on the MSDN ADO.NET blog: [link]. This includes enum support, spatial data types, table-valued functions and the performance improvements. Update [08-27-2012] : Julie Lerman has an excellent post describing the difference between running EF5 in a.NET 4 versus a.NET 4.5 DevelopMentor Courses - Sunday, August 26, 2012 Entity Framework 5 is available Entity Framework 5 is included in Visual Studio 2012, but is also available to users of Visual Studio 2010 (as a NuGet package: [link] ). Note: Some Entity Framework 5 features are only available when writing an application that targets.NET 4.5. Read more about what is new on the MSDN ADO.NET blog: [link]. Entity FrameworkThis includes enum support, spatial data types, table-valued functions and the performance improvements. DevelopMentor Courses - Sunday, August 26, 2012 Screencast: Real-World MVVM with WCF RIA Services Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. WCF RIA Services projects entity classes to a Silverlight client app, where they are change-tracked so inserts, updates and deletes can be sent to the service where they are persisted in a single transaction. Service agents are injected by a ViewModel locator with MEF (Managed Extensibility Framework) using declarative attributes. Add an ADO.NET Entity Data Model to the Web project. Great news! Enjoy Tony and Zuzana's World - Thursday, April 28, 2011 | -
| The Best from DevelopMentor | MORE | - Entity Framework 5 is available
Entity Framework 5 is included in Visual Studio 2012, but is also available to users of Visual Studio 2010 (as a NuGet package: [link] ). Note: Some Entity Framework 5 features are only available when writing an application that targets.NET 4.5. Read more about what is new on the MSDN ADO.NET blog: [link]. Entity FrameworkThis includes enum support, spatial data types, table-valued functions and the performance improvements. DevelopMentor Courses - Sunday, August 26, 2012 - 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 - Trying the WF ADO.NET Activity Pack CTP 1
Recently the workflow team at Microsoft released a first CTP to the ADO.NET Activity Pack. This will install the activities in the folder C:Program Files (x86)Microsoft WF ADO.NET Activity PackCTP 1 and register them with VS2010 so they automatically appear in the toolbox. If we start VS2010 and create a new workflow project the 3 ADO.NET activities are right there in the toolbox. These activities work well enough but result in using plain old ADO.NET. In this blog post I am going to take a quick look at how to get started with these activities. Quite primitive [:(]. The Problem Solver - Tuesday, April 27, 2010 - 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. The team has also published a series of posts on new features on the ADO.NET Team Blog. Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. Tony and Zuzana's World - Thursday, July 9, 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. The team has also published a series of posts on new features on the ADO.NET Team Blog. Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. Tony and Zuzana's World - Thursday, July 9, 2009 - Windows Workflow Foundation futures and database access
Not only does this feel like stepping 5 years back in time, back to plain ADO.NET, it also means that we get no compile time checking or IntelliSense whatsoever. The fact that we can’t do so in a workflow but have to revert back to basic ADO.NET as it was released with.NET 1.0 The fact that it uses plain old ADO.NET means it can use the asynchronous model of calling the database, something still very much missing from the Entity Framework today. Another benefit is we can use any ADO.NET provider out there. nearly 10 years ago feels bad. The Problem Solver - Saturday, November 20, 2010 - WCF Data Services versus WCF Soap Services
This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. The resulting XML is used to populate client-side entities, which are change-tracked. Scott Hanselman Interview with Pabro Castro on OData Open Data Protocol (OData) WCF Data Services Team Blog Entity Framework 4.0 Whether that’s good or bad depends entirely on your point of view. Sweet. Tony and Zuzana's World - Tuesday, April 13, 2010 %>
| | |