开发者

Looking for n-tier C# 4 tutorial: stored procs, Entity Framework, pocos, business logic, UI [closed]

开发者 https://www.devze.com 2023-01-24 07:21 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

开发者_如何学Python Improve this question

I've been tasked with investigating n-tier architecture/design for a new C#.NET winforms project (produce a small app to prototype the proposed approach).

We have lots of stored procs which we want to keep.

We want to learn ORM and Entity Framework has been selected.

We want to keep business objects (pocos) separate from business logic.

We want the UI to be separate, obviously.

Any good on line tutorials which incorporate all these elements? Thanks!


UPDATE: maybe a one-size-fits-all tutorial is too ambitious. How about a tutorial about Entity Framework that covers the issues of keeping business objects (pocos) separate from business logic classes?


The Data Developer Center has a large collection of documents and tutorials that might help.

Data Developer Center: http://msdn.microsoft.com/en-us/data/ee712908.aspx

Technical articles @ DDC: http://msdn.microsoft.com/en-us/data/aa937699.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消