Skip to content
/ ERent Public

N-Layer MVC5 project (some key code snippets)

Notifications You must be signed in to change notification settings

w55/ERent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERent

N-layer ASP.NET MVC5 application using frameworks: EntityFramewok, Ninject, Ninject.MVC5 and Automapper.


Some key code snippets only
This is a 3-layer MVC5 application contains DAL, BLL and WEB layers with this schema:

schema


Take a look at layers code:

DAL (Data Access Layer):

BLL (Business Logic Layer):

WEB (Presentation Layer):


Here are some screenshots:

Index view:
Index_html.jpg


Details view:
Details_html.jpg

About

N-Layer MVC5 project (some key code snippets)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages