Download CodeFirstMVC3

Description

Hey guys, after reading custom authentication and membership and domain driven design and many multi layer application, i develop a best practice (based on my knowledge ;) ) for authentication and authorization based of Code first and MVC3 for Multi layers application.

Icons

CodeFirstMVC3

Source Files

The download file codefirstmvc3.zip has the following entries.


Source/CodeFirstMVC3.sln/* ww w  .  j  a  v a2s .  c o  m*/
Source/CodeFirstMVC3.suo
Source/Common/ObjectHelper.cs
Source/Common/PasswordGenerator.cs
Source/Common/Properties/AssemblyInfo.cs
Source/Common/Utiliy.csproj
Source/Core/ApplicationSettings.cs
Source/Core/Core.csproj
Source/Core/Properties/AssemblyInfo.cs
Source/Core/RoleType.cs
Source/Core/Validation/IValidationMessage.cs
Source/Core/Validation/MessageType.cs
Source/Core/Validation/ValidationMessage.cs
Source/DataAccess/DataAccess.csproj
Source/DataAccess/Model/CodeFirstDbContext.cs
Source/DataAccess/Model/Job.cs
Source/DataAccess/Model/Member.cs
Source/DataAccess/Model/Role.cs
Source/DataAccess/Model/User.cs
Source/DataAccess/Properties/AssemblyInfo.cs
Source/DataAccess/Repository/Repository.cs
Source/Domain/DataAccess/IDbContext.cs
Source/Domain/DataAccess/IRepository.cs
Source/Domain/Domain.csproj
Source/Domain/Model/IJob.cs
Source/Domain/Model/IMember.cs
Source/Domain/Model/IRole.cs
Source/Domain/Model/IUser.cs
Source/Domain/Properties/AssemblyInfo.cs
Source/Domain/Service/IJobService.cs
Source/Domain/Service/IMemberService.cs
Source/Domain/Service/IRoleService.cs
Source/Domain/Service/IUserService.cs
Source/Service/JobService.cs
Source/Service/MemberService.cs
Source/Service/Properties/AssemblyInfo.cs
Source/Service/RoleService.cs
Source/Service/Service.csproj
Source/Service/UserService.cs
Source/Web/Areas/Dashboard/DashboardAreaRegistration.cs
Source/Web/Areas/Dashboard/Views/Web.config
Source/Web/Common/AjaxMessage.cs
Source/Web/Common/PagingInfo.cs
Source/Web/Common/The.cs
Source/Web/Content/Site.css
Source/Web/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Source/Web/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Source/Web/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Source/Web/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Source/Web/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Source/Web/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Source/Web/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Source/Web/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Source/Web/Content/themes/base/images/ui-icons_222222_256x240.png
Source/Web/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Source/Web/Content/themes/base/images/ui-icons_454545_256x240.png
Source/Web/Content/themes/base/images/ui-icons_888888_256x240.png
Source/Web/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Source/Web/Content/themes/base/jquery-ui.css
Source/Web/Controllers/AccountController.cs
Source/Web/Controllers/HomeController.cs
Source/Web/Global.asax
Source/Web/Global.asax.cs
Source/Web/Infrastructure/AccountValidation.cs
Source/Web/Infrastructure/BaseController.cs
Source/Web/Infrastructure/CodeFirstDbInitializer.cs
Source/Web/Infrastructure/CookiePersister.cs
Source/Web/Infrastructure/IMemberProvider.cs
Source/Web/Infrastructure/ISitePrincipal.cs
Source/Web/Infrastructure/IoC.cs
Source/Web/Infrastructure/MemberProvider.cs
Source/Web/Infrastructure/SessionPersister.cs
Source/Web/Infrastructure/SiteIdentity.cs
Source/Web/Infrastructure/SitePrincipal.cs
Source/Web/Infrastructure/SmDependencyResolver.cs
Source/Web/Properties/AssemblyInfo.cs
Source/Web/Resource/MessageResource.Designer.cs
Source/Web/Resource/MessageResource.resx
Source/Web/Scripts/MicrosoftAjax.debug.js
Source/Web/Scripts/MicrosoftAjax.js
Source/Web/Scripts/MicrosoftMvcAjax.debug.js
Source/Web/Scripts/MicrosoftMvcAjax.js
Source/Web/Scripts/MicrosoftMvcValidation.debug.js
Source/Web/Scripts/MicrosoftMvcValidation.js
Source/Web/Scripts/jquery-1.4.4-vsdoc.js
Source/Web/Scripts/jquery-1.4.4.js
Source/Web/Scripts/jquery-1.4.4.min.js
Source/Web/Scripts/jquery-ui.js
Source/Web/Scripts/jquery-ui.min.js
Source/Web/Scripts/jquery.unobtrusive-ajax.js
Source/Web/Scripts/jquery.unobtrusive-ajax.min.js
Source/Web/Scripts/jquery.validate-vsdoc.js
Source/Web/Scripts/jquery.validate.js
Source/Web/Scripts/jquery.validate.min.js
Source/Web/Scripts/jquery.validate.unobtrusive.js
Source/Web/Scripts/jquery.validate.unobtrusive.min.js
Source/Web/ViewModel/ChangePasswordModel.cs
Source/Web/ViewModel/LogOnViewModel.cs
Source/Web/ViewModel/RegisterViewModel.cs
Source/Web/Views/Account/ChangePassword.cshtml
Source/Web/Views/Account/ChangePasswordSuccess.cshtml
Source/Web/Views/Account/LogOn.cshtml
Source/Web/Views/Account/Register.cshtml
Source/Web/Views/Home/About.cshtml
Source/Web/Views/Home/Index.cshtml
Source/Web/Views/Shared/Error.cshtml
Source/Web/Views/Shared/_Layout.cshtml
Source/Web/Views/Shared/_LogOnPartial.cshtml
Source/Web/Views/Web.config
Source/Web/Views/_ViewStart.cshtml
Source/Web/Web.Debug.config
Source/Web/Web.Release.config
Source/Web/Web.config
Source/Web/Web.csproj
Source/Web/Web.csproj.user
Source/Web/bin/CodeFirstMVC3.Core.dll
Source/Web/bin/CodeFirstMVC3.Core.pdb
Source/Web/bin/CodeFirstMVC3.DataAccess.dll
Source/Web/bin/CodeFirstMVC3.DataAccess.pdb
Source/Web/bin/CodeFirstMVC3.Domain.dll
Source/Web/bin/CodeFirstMVC3.Domain.pdb
Source/Web/bin/CodeFirstMVC3.Service.dll
Source/Web/bin/CodeFirstMVC3.Service.pdb
Source/Web/bin/CodeFirstMVC3.Utiliy.dll
Source/Web/bin/CodeFirstMVC3.Utiliy.pdb
Source/Web/bin/CodeFirstMVC3.Web.dll
Source/Web/bin/CodeFirstMVC3.Web.pdb
Source/Web/bin/StructureMap.dll
Source/Web/bin/StructureMap.xml
Source/Web/connectionstring.config
Source/Web/settings.config
code prject research link.txt

Download

Click the following link to download codefirstmvc3.zip.

codefirstmvc3.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML