Skip to content

Example of integration between Cfe, MVC while using AspNet identity

Notifications You must be signed in to change notification settings

oromand/MvcCodeFluent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvcCodeFluent

Example of integration between standard MVC with the (great) help of CodeFluentEntities.

Authentication

Code Fluent Entities is being used to replace EntityFramework thanks to the AspNetIdentity producer. See here: https://github.com/SoftFluent/CodeFluent-Entities/tree/master/Extensions/SoftFluent.AspNetIdentity

Controller

We integrated CodeTemplates folder so that you can generate Controller using the standard scaffolding feature and be plugged with CFE straight away.

View

View have been customized. Standard CFE properties have been taken into account while generating views (EntityState, RaisePropertyChangedEvents and RowVersion when needed)

Build & Run

SQL Producer is defaulting to MSSql in localhost. Set up your web.config and the producer connection string accordingly to run the solution

About

Example of integration between Cfe, MVC while using AspNet identity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published