1 / 14

Developing N-Tier Applications with C#, MSSQL 2005, and XML

Developing N-Tier Applications with C#, MSSQL 2005, and XML. By Jonas Stawski jstawski@aspsoft.com http://aspsoft.blogs.com/jonas/. N-Tier Application Architecture. What is it?. What is it?. More than simple code Flexible and reusable application Application break up into tiers UI Layer

fergus
Download Presentation

Developing N-Tier Applications with C#, MSSQL 2005, and XML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Developing N-Tier Applications with C#, MSSQL 2005, and XML By Jonas Stawskijstawski@aspsoft.com http://aspsoft.blogs.com/jonas/

  2. N-Tier Application Architecture What is it?

  3. What is it? • More than simple code • Flexible and reusable application • Application break up into tiers • UI Layer • Business Layer • Data Layer • Data Access Layer • … • N = any number. 2-tier, 4-tier, etc.

  4. N-Tier Application Architecture Pros

  5. Pros • Abstraction • Separation • More Secured • Easier for multiple developers environment • Reusability • Better maintainability

  6. N-Tier Application Architecture Cons

  7. Cons • Longer development • More complex • Less efficient • Overhead

  8. Demo Adventure Works

  9. Code 3 Technologies

  10. 3 Technologies • .Net (C#) • MSSQL 2005 • XML

  11. 3 Technologies XML MSSQL 2005 .NET .NET XML .NET .NET

  12. Demo Let’s dig into the code!

  13. Thank You

More Related