About

This is a project using Visual Studio 2010, Dot Net 4.0 and Sql Compact 4.0 and the Entity Framework.
The following functions have been enabled.

1. Membership Providor & Roles Management
Users are allowed into the Pages where editing is allowed.
Anonyous users are allowed into read only pages
Admin may manage users for Roles management and Lockout
Anonyous users may register, and upon approval may access Data Functrions


2. Data Functions are Implemented Using the Entity Framework
Database is Implemented using the SqlCe Provider for Sql Compact 4.0 Database File


3. Future Implemention will include all Northwind Data as a Read Only
Registered Users will have access to Editing Functions for Northwind Data
This is implemented as a Learning and Demonstration Project