| |
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.
|
7 Articles match "Class Library","Entity Framework"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training Multithreading : Use PFx as a unifying library for all your multithreading needs. EF : Decouple your entity model from the data using Plain Old CLR Objects (POCOs). EF : Write classes that can track changes to their own state for n-tier development with Entity Framework. MEF : Leverage Managed Extensibility Framework (MEF),NET 4's built-in dependency management system, to implement DI and IoC seamlessly in your applications. Learn to write code using new.NET class libraries like LINQ and Silverlight. dynamic typing from C# 4.0, and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Use PFx as a unifying library for all your multithreading needs. Create declarative services using workflow that can be deployed as simple text files Decouple your entity model from the data using Plain Old CLR Objects (POCOs). Create robust code using unit testing frameworks and mocking Simplify your service deployment with zero config services with WCF 4.0. Learn to write code using new.NET class libraries like PFx. What does Entity Framework do for me and how can I use it effectively? How can I make sure people use my libraries correctly? DevelopMentor Courses - Tuesday, March 1, 2011 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). As a.NET developer using Visual Studio 2005 or 2008, you will learn about new features of the C# programming language that allow you to do more with less code and have improved interoperability with COM libraries, MS Office and other programming languages. DevelopMentor Courses - Wednesday, February 22, 2012 |
3 Articles match "Class Library","Entity Framework"
| The Latest from DevelopMentor | MORE | | Join Me at Guerrilla.NET in November If you haven’t been to Guerrilla.NET, it’s a very unique and memorable event – it’s unlike almost any other training class you’ve seen. in Los Angeles. Newly Updated with: Windows 8, VS 2012, MVC 4 and Entity Framework 5. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). LINQ and Entity Framework 5. Entity Framework 5 and Code First. PFx: The Parallel Class and Concurrent Data Structures. mkennedy. C# 5.0. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 T4 Supplement to Add Service Reference Not long ago I had a specific need to to this when creating a client-side T4 template for my Trackable DTO’s project with Entity Framework 4.0. Instead of relying solely on “Add Service Reference” in Visual Studio to generate client-side POCO classes, I wanted to generate the classes myself, hooking into a change-tracking mechanism and injecting data binding code. The way that Self-Tracking Entities in EF4 accomplishes this is to add a class library project with a T4 template the inspects an entity data model (edmx file). Enjoy. Tony and Zuzana's World - Monday, April 12, 2010 EF 4.0 N-Tier Support: Take 2 Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0, which includes enhancements to self-tracking entities. As the name implies, self-tracking entities know how to track their own state , so that it can be transmitted across service boundaries in an n-tier application. Basically, I proposed attaching a property to each entity indicating its change-state (added, modified, deleted), and I supplied a custom collection capable of setting each entity’s change-state whenever it is added, modified or deleted. Tony and Zuzana's World - Thursday, November 12, 2009 | -
| The Best from DevelopMentor | MORE | - Join Me at Guerrilla.NET in November
If you haven’t been to Guerrilla.NET, it’s a very unique and memorable event – it’s unlike almost any other training class you’ve seen. in Los Angeles. Newly Updated with: Windows 8, VS 2012, MVC 4 and Entity Framework 5. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). LINQ and Entity Framework 5. Entity Framework 5 and Code First. PFx: The Parallel Class and Concurrent Data Structures. mkennedy. C# 5.0. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 - T4 Supplement to Add Service Reference
Not long ago I had a specific need to to this when creating a client-side T4 template for my Trackable DTO’s project with Entity Framework 4.0. Instead of relying solely on “Add Service Reference” in Visual Studio to generate client-side POCO classes, I wanted to generate the classes myself, hooking into a change-tracking mechanism and injecting data binding code. The way that Self-Tracking Entities in EF4 accomplishes this is to add a class library project with a T4 template the inspects an entity data model (edmx file). Enjoy. Tony and Zuzana's World - Monday, April 12, 2010 - EF 4.0 N-Tier Support: Take 2
Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0, which includes enhancements to self-tracking entities. As the name implies, self-tracking entities know how to track their own state , so that it can be transmitted across service boundaries in an n-tier application. Basically, I proposed attaching a property to each entity indicating its change-state (added, modified, deleted), and I supplied a custom collection capable of setting each entity’s change-state whenever it is added, modified or deleted. Tony and Zuzana's World - Thursday, November 12, 2009 %>
| | |