An open API service indexing awesome lists of open source software.

https://github.com/damiangreen/envoycustomerregistration

Tech test that uses NHibernate, Bootstrap and MVC to allow a user to create a registration
https://github.com/damiangreen/envoycustomerregistration

Last synced: 10 months ago
JSON representation

Tech test that uses NHibernate, Bootstrap and MVC to allow a user to create a registration

Awesome Lists containing this project

README

          

EnvoyCustomerRegistration
=========================

Tech test that uses NHibernate, Bootstrap and MVC to allow a user to create a registration
Test outlined below:

Simple user registration:
- Capture Name, Email address and address (Line1, Line2, PostCode). All fields required.
- Store this data using nHibernate (Dummy Call is fine)

The solution and project structure should be designed for a medium size project with multiple developers working on. The architecture of the code is what is being reviewed here.

Musts haves:
VS2012+
Fluent nHibernate
Dependency Injection

Nice to haves:
Angular JS
Bootstrap