I was commissioned to research the n-level architecture / design for the new winforms C # .NET project (to create a small application to prototype the proposed approach).
We have many stored processes that we want to save.
We want to learn ORM and Entity Framework.
We want to keep business objects (pocos) separate from business logic.
We want the user interface to be separate.
Any good online guides that include all of these elements? Thank!
UPDATE: perhaps a textbook of the same size is too ambitious for everyone. What about an Entity Framework tutorial that covers preserving business objects (pocos) separately from business logic classes?
source
share