项目作者: AhmetKuris

项目描述 :
NLayered Demo Bank Application
高级语言: C#
项目地址: git://github.com/AhmetKuris/NLayeredAppBank.git
创建时间: 2020-05-11T16:38:04Z
项目社区:https://github.com/AhmetKuris/NLayeredAppBank

开源协议:

下载


NLayeredApp_BankDemo

A Nlayered Bank Application Demo strictly following SOLID principles.

  • Repository pattern based
  • Multi-Layered
  • Separeate Logic and Data layers
  • Windows Forms UI but easily changable to other UI platforms.
  • Frequent use of interfaces for further customization
  • Integrated to Nortwhind Database sample. You can dowloand it here or you can use your own database.

Used technologies

  • Entity Framwework for ORM
  • FluentValidation for validaation
  • Ninject for IOC Container
  • NHibernate but not implemented