| |
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 "LINQ","Service Orientation"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (UK) Training Understand the new features of the core.NET runtime services including the garbage collector. 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. Create REST based services based on the WCF and ASP.NET stacks. Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 DevelopMentor Courses - Tuesday, March 1, 2011 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training Use LINQ to query in-memory collections with SQL-like syntax, including groups, joins and aggregate functions. Perform custom serialization of objects using LINQ to XML for persisting application state. Learn best practices for building scalable WCF services hosted by Internet Information Services. Properly handle faults in WCF services and use diagnostic tools for tracking down exceptions. Learn the difference between WCF REST, Data and RIA Services and how to choose which is right for your application. Day 1: C# and LINQ C# 3.0 - 4.0 & 4.0 DevelopMentor Courses - Wednesday, February 22, 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 and WCF Data Services, which are included in.NET 4.0 Leverage new features of C# 3.0, DevelopMentor Courses - Wednesday, February 22, 2012 |
3 Articles match "LINQ","Service Orientation"
| The Latest from DevelopMentor | MORE | | Trackable DTO’s: Taking N-Tier a Step Further with EF4 Not long ago my friend and colleague Richard Blewett wrote a blog post on Self-Tracking Entities in EF4, in which he questioned the service-orientation of Self-Tracking Entities in EF4. While STE’s are placed in an assembly that does not reference the Entity Framework, the way in which change state is preserved in an STE is overly complex because it tries make it easier for EF to transmit those changes to the ObjectStateManager on the service side. Download code for this post here. Fast forward to Entity Framework 4.0 and Visual Studio 2010. NET client. Enjoy. Tony and Zuzana's World - Friday, February 19, 2010 EF 4.0 N-Tier Support: Take 2 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. However, because datasets are a.NET-specific type, it is not appropriate to expose them from services that should be platform-neutral. What we need is a service-oriented successor to the dataset that knows how to keep track of changes while remaining ignorant of how those changes will be persisted. Add a WCF service to the solution (this can be a console app). Entity Framework 4.0 Tony and Zuzana's World - Thursday, November 12, 2009 Hot Off the Presses: SOA Data Access! I wrote an article for the December issue of MSDN Magazine, which has just hit the streets: The title is: Flexible Data Access With LINQ To SQL And The Entity Framework , and you can download the accompanying code here. The purpose of the article is to provide a practical approach for developing real-world data-driven applications with either LINQ to SQL or the Entity Framework that use a layered, n-tier architecture. What we really need is a new standard, then the problem of tracking changes on the client and persisting them on the service become manageable. Tony and Zuzana's World - Thursday, December 4, 2008 | -
| The Best from DevelopMentor | MORE | - Trackable DTO’s: Taking N-Tier a Step Further with EF4
Not long ago my friend and colleague Richard Blewett wrote a blog post on Self-Tracking Entities in EF4, in which he questioned the service-orientation of Self-Tracking Entities in EF4. While STE’s are placed in an assembly that does not reference the Entity Framework, the way in which change state is preserved in an STE is overly complex because it tries make it easier for EF to transmit those changes to the ObjectStateManager on the service side. Download code for this post here. Fast forward to Entity Framework 4.0 and Visual Studio 2010. NET client. Enjoy. Tony and Zuzana's World - Friday, February 19, 2010 - EF 4.0 N-Tier Support: Take 2
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. However, because datasets are a.NET-specific type, it is not appropriate to expose them from services that should be platform-neutral. What we need is a service-oriented successor to the dataset that knows how to keep track of changes while remaining ignorant of how those changes will be persisted. Add a WCF service to the solution (this can be a console app). Entity Framework 4.0 Tony and Zuzana's World - Thursday, November 12, 2009 - Hot Off the Presses: SOA Data Access!
I wrote an article for the December issue of MSDN Magazine, which has just hit the streets: The title is: Flexible Data Access With LINQ To SQL And The Entity Framework , and you can download the accompanying code here. The purpose of the article is to provide a practical approach for developing real-world data-driven applications with either LINQ to SQL or the Entity Framework that use a layered, n-tier architecture. What we really need is a new standard, then the problem of tracking changes on the client and persisting them on the service become manageable. Tony and Zuzana's World - Thursday, December 4, 2008 %>
| | |