Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Entity Framework in N-Tier Applications

Posted By: naag
Entity Framework in N-Tier Applications

Entity Framework in N-Tier Applications
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hours | 242 MB
Genre: eLearning | Language: English

Planning to use Entity Framework in a real-world business application? If so, then you have a steep learning curve ahead of you. Rather than connect to a database directly from a client application, where the DbContext is responsible for tracking changes to your entities, you’re going to need to place your data access code in a middle-tier services layer, where entities are disconnected from the DbContext. In addition, you’ll need to choose between Windows Communication Foundation and ASP.NET Web API. And you’ll face a number of other technical hurdles, such as customizing code-generation templates, handling cyclical references between entities, performing asynchronous operations, and selecting an efficient wire format to optimize performance. In this session, Tony provides the know-how you need to use Entity Framework effectively in N-Tier applications that are designed for testability, scalability, and performance.

Entity Framework in N-Tier Applications