| |
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.
|
9 Articles match "Entity Framework","Templates"
| Related DevelopMentor Courses | MORE | | Entity Framework 5 + Enumerations => What’s not to love? Entity Framework 5 now supports enumerations (when using Visual Studio 2012 and targeting the.NET 4.5 framework). Next we’ll generate an entity data model from the database. and choose “Run Custom Tool” in order for the T4 template to regenerate the classes. Using enumerations with Entity Framework 5. Entity Framework Visual Studio 2012So let’s have a look. We’ll create a table called Planet with a name and a field to indicate whether it is habitable. CREATE TABLE [dbo].[Planets]( Note: the data type for ‘Habitable’ is a smallint. DevelopMentor Courses - Sunday, September 2, 2012 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training Build N-Tier applications using Entity Framework 4.0 with POCO entities that can track their own state and perform multiple updates in a single transaction. Windows Presentation Foundation (WPF) and Silverlight (SL), Windows Communication Foundation (WCF), Entity Framework (EF) and WCF Data Services (OData). You will learn how to leverage features in Entity Framework 4.0 The Entity Framework seeks to overcome this barrier by mapping the database to a conceptual schema. Tier Development with Entity Framework Entity Framework 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 Essential Silverlight 5 Training How do I use styles and templates to customize the appearance of my application? This naturally leads to the user being able to "deep link" into the Silverlight content, and you will understand how this works, the issues that you need to address, and take a look at the extensibility points within the navigation framework. ? You will learn how to create and manage control templates using Expression Blend, and use Visual State Manager to reduce code and maximize design flexibility, implementing controls along the same M-V-VM model that underpins robust Silverlight applications. ? DevelopMentor Courses - Wednesday, February 22, 2012 |
18 Articles match "Entity Framework","Templates"
| The Latest from DevelopMentor | MORE | | Entity Framework 5 + Enumerations => What’s not to love? Entity Framework 5 now supports enumerations (when using Visual Studio 2012 and targeting the.NET 4.5 framework). Next we’ll generate an entity data model from the database. and choose “Run Custom Tool” in order for the T4 template to regenerate the classes. Using enumerations with Entity Framework 5. Entity Framework Visual Studio 2012So let’s have a look. We’ll create a table called Planet with a name and a field to indicate whether it is habitable. CREATE TABLE [dbo].[Planets]( Note: the data type for ‘Habitable’ is a smallint. DevelopMentor Courses - Sunday, September 2, 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! Bind controls to ViewModel properties. Tony and Zuzana's World - Thursday, April 28, 2011 Simple MVVM Toolkit: Ready for RIA Services All you have to do is create a ServiceAgent that uses the generated DomainContext class to load and persist entities from the RIA Services web app. You can start either with a plain vanilla Silverlight app by selecting the “Silverlight Application” Visual Studio project template, or you can choose the “Silverlight Business Application” template, which is based on the “Silverlight Navigation Application” template and has a few more bells and whistles (mainly user membership and authentication). Most of the time that would be from a database using the Entity Framework. Tony and Zuzana's World - Saturday, March 12, 2011 | -
| The Best from DevelopMentor | MORE | - Entity Framework 5 + Enumerations => What’s not to love?
Entity Framework 5 now supports enumerations (when using Visual Studio 2012 and targeting the.NET 4.5 framework). Next we’ll generate an entity data model from the database. and choose “Run Custom Tool” in order for the T4 template to regenerate the classes. Using enumerations with Entity Framework 5. Entity Framework Visual Studio 2012So let’s have a look. We’ll create a table called Planet with a name and a field to indicate whether it is habitable. CREATE TABLE [dbo].[Planets]( Note: the data type for ‘Habitable’ is a smallint. DevelopMentor Courses - Sunday, September 2, 2012 - Reporting using Entity Framework
Technologies like Entity Framework help us convert data in the database to.NET objects and add logic. 39: Next step is to create a WCF service application, add an Entity Framework model and drag the two views onto the model: Next we’ll implement two methods to use the Entity Framework model to select the data and return a list of CustomerView or OrderView objects. We can use any Windows or ASP.NET application and add start using the ReportViewerControl, but Visual Studio also offers a report application template. Life is good. 2: GO. 6: GO. The Blomsma Code - Wednesday, October 20, 2010 - 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. T4 Code-Generation Templates. 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. Create customized code generation templates (for example, POCO classes). Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. Lazy Loading. 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. Create customized code generation templates (for example, POCO classes). Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. Lazy Loading. Tony and Zuzana's World - Thursday, July 9, 2009 - Adding Your Own T4 Templates for EF4 to Visual Studio 2010
I’ve been missing the T4 template for POCO classes that shipped with CTP 1 of Entity Framework 4.0 posted a question to the EF4 Forum and was pointed to a link stating that the template name has to start with the string “ADONETArtifactGenerator_”. Armed with this information, I simply copied the installed template for self-tracking entities and replaced the.tt files with those of the POCO template from CTP 1. but was absent from CTP 2. Enjoy. Tony and Zuzana's World - Sunday, December 13, 2009 - EF4 Self Tracking Entities – the new DataSet?
So when I saw that Entity Framework 4.0 supports Self Tracking Entities (STEs) I was interested to see how they would work – after all, automated change tracking is one of the reasons people wanted to use DataSets in service contracts. The Entity Framework team has released a T4 Template to generate these STEs from an EDMX file and the nice thing is that the generated entities themselves have no dependency on the Entity Framework. The client, and the entities, remain ignorant of the persistence model. Entity Framework 4.0 .NET Meanderings - Friday, February 5, 2010 %>
| | |