Giter Site home page Giter Site logo

templategrayskull's Introduction

alt tag

TemplateGraySkull

MVC Onion Architecture Template.

Technologies used

C# .Net 4

This has a number of layers just like an onion

http://www.develop.com/onionarchitecture

Not totaly like this version but I have taken what I like about it.

Domain

The core of the application the entities

Repository

The layer for connecting to the database / storage.

At this stage i have used SQL through Nhibernate.

I have kept this very simple and only have one repository class to access the data. This would probably need sepreate implemenations to deal with stored procedures effectively.

  • Nhibernate

Database

SQL server

Needs role and membership provider setting up see this

http://msdn.microsoft.com/en-us/library/ms229862(v=vs.100).aspx

Service

This is where the core functionality will sit. It deals with making the calls to the respositories.

What goes here

  • Calls to the repository

  • Business Logic

  • Registrations for dependency resolution

Technologies Used

  • Ninject (dependency resolution)

MVC Web Site

This is a straight up MVC site it should have no logic this should be in the service

Need to look at how to handle the mappings effectively between view models and domain models

Technologies Used

Users are delt with by membership, user management is built into the template.

Going Forward

Use these to help you design your site

alt tag

where to get your photos

-http://nos.twnsnd.co/ free old photos out of copywrite.

templategrayskull's People

Contributors

paulkgray avatar

Watchers

James Cloos avatar  avatar

templategrayskull's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.