Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 453 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 453 Bytes

IoCIdentitySample

Sample ASP.Net MVC project with Identity Framework and DI container configuration. This is full source code of the sample application developed in blog-post: http://tech.trailmax.info/2014/09/aspnet-identity-and-ioc-container-registration/ The sample is to show how to register AspNet Identity components with IoC container. Unity was chosen for this case because I have no experience with it and wanted to try it.