文件名称:EFMVC
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:5.77mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
EF+MVC的例子 很好用的学习entity的例子-entity mvc
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EFMVC/
EFMVC/EFMVC.CommandProcessor/
EFMVC/EFMVC.CommandProcessor/bin/
EFMVC/EFMVC.CommandProcessor/bin/Debug/
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.CommandProcessor.dll
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.CommandProcessor.pdb
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.CommandProcessor/Command/
EFMVC/EFMVC.CommandProcessor/Command/CommandHandlerNotFoundException.cs
EFMVC/EFMVC.CommandProcessor/Command/CommandResult.cs
EFMVC/EFMVC.CommandProcessor/Command/CommandResults.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommand.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommandHandler.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommandResult.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommandResults.cs
EFMVC/EFMVC.CommandProcessor/Command/IValidationHandler.cs
EFMVC/EFMVC.CommandProcessor/Command/ValidationHandlerNotFoundException.cs
EFMVC/EFMVC.CommandProcessor/Dispatcher/
EFMVC/EFMVC.CommandProcessor/Dispatcher/DefaultCommandBus.cs
EFMVC/EFMVC.CommandProcessor/Dispatcher/ICommandBus.cs
EFMVC/EFMVC.CommandProcessor/EFMVC.CommandProcessor.csproj
EFMVC/EFMVC.CommandProcessor/obj/
EFMVC/EFMVC.CommandProcessor/obj/Debug/
EFMVC/EFMVC.CommandProcessor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EFMVC/EFMVC.CommandProcessor/obj/Debug/EFMVC.CommandProcessor.csproj.FileListAbsolute.txt
EFMVC/EFMVC.CommandProcessor/obj/Debug/EFMVC.CommandProcessor.dll
EFMVC/EFMVC.CommandProcessor/obj/Debug/EFMVC.CommandProcessor.pdb
EFMVC/EFMVC.CommandProcessor/obj/Debug/ResolveAssemblyReference.cache
EFMVC/EFMVC.CommandProcessor/obj/Debug/TempPE/
EFMVC/EFMVC.CommandProcessor/Properties/
EFMVC/EFMVC.CommandProcessor/Properties/AssemblyInfo.cs
EFMVC/EFMVC.Core/
EFMVC/EFMVC.Core/bin/
EFMVC/EFMVC.Core/bin/Debug/
EFMVC/EFMVC.Core/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Core/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Core/Common/
EFMVC/EFMVC.Core/Common/Md5Encrypt.cs
EFMVC/EFMVC.Core/Common/ValidationResult.cs
EFMVC/EFMVC.Core/EFMVC.Core.csproj
EFMVC/EFMVC.Core/obj/
EFMVC/EFMVC.Core/obj/Debug/
EFMVC/EFMVC.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EFMVC/EFMVC.Core/obj/Debug/EFMVC.Core.csproj.FileListAbsolute.txt
EFMVC/EFMVC.Core/obj/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Core/obj/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Core/obj/Debug/TempPE/
EFMVC/EFMVC.Core/Properties/
EFMVC/EFMVC.Core/Properties/AssemblyInfo.cs
EFMVC/EFMVC.Data/
EFMVC/EFMVC.Data/App.config
EFMVC/EFMVC.Data/bin/
EFMVC/EFMVC.Data/bin/Debug/
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Data.dll
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Data.dll.config
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Data.pdb
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Model.dll
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Model.pdb
EFMVC/EFMVC.Data/bin/Debug/EntityFramework.Migrations.dll
EFMVC/EFMVC.Data/EFMVC.Data.csproj
EFMVC/EFMVC.Data/EFMVCDataContex.cs
EFMVC/EFMVC.Data/Infrastructure/
EFMVC/EFMVC.Data/Infrastructure/DatabaseFactory.cs
EFMVC/EFMVC.Data/Infrastructure/Disposable.cs
EFMVC/EFMVC.Data/Infrastructure/IDatabaseFactory.cs
EFMVC/EFMVC.Data/Infrastructure/IRepository.cs
EFMVC/EFMVC.Data/Infrastructure/IUnitOfWork.cs
EFMVC/EFMVC.Data/Infrastructure/PagedResult.cs
EFMVC/EFMVC.Data/Infrastructure/RepositoryBase.cs
EFMVC/EFMVC.Data/Infrastructure/UnitOfWork.cs
EFMVC/EFMVC.Data/Migrations/
EFMVC/EFMVC.Data/Migrations/Settings.cs
EFMVC/EFMVC.Data/obj/
EFMVC/EFMVC.Data/obj/Debug/
EFMVC/EFMVC.Data/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EFMVC/EFMVC.Data/obj/Debug/EFMVC.Data.csproj.FileListAbsolute.txt
EFMVC/EFMVC.Data/obj/Debug/EFMVC.Data.dll
EFMVC/EFMVC.Data/obj/Debug/EFMVC.Data.pdb
EFMVC/EFMVC.Data/obj/Debug/ResolveAssemblyReference.cache
EFMVC/EFMVC.Data/obj/Debug/TempPE/
EFMVC/EFMVC.Data/packages.config
EFMVC/EFMVC.Data/Properties/
EFMVC/EFMVC.Data/Properties/AssemblyInfo.cs
EFMVC/EFMVC.Data/Repositories/
EFMVC/EFMVC.Data/Repositories/CategoryRepository.cs
EFMVC/EFMVC.Data/Repositories/ExpenseCategory.cs
EFMVC/EFMVC.Data/Repositories/UserRepository.cs
EFMVC/EFMVC.Domain/
EFMVC/EFMVC.Domain/bin/
EFMVC/EFMVC.Domain/bin/Debug/
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.CommandProcessor.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.CommandProcessor.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Data.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Data.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Domain.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Domain.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Model.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Model.pdb
EFMVC/EFMVC.Domain/bin/Debug/EntityFramework.Migrations.dll
EFMVC/EFMVC.Domain/Commands/
EFMVC/EFMVC.Domain/Commands/Category/
EFMVC/EFMVC.Domain/Commands/Category/CreateOrUpdateCategoryCommand.cs
EFMVC/EFMVC.Domain/Commands/Category/DeleteCategoryCommand.cs
EFMVC/EFMVC.Domain/Commands/Expense/
EFMVC/EFMVC.Domain/Commands/Expense/CreateOrUpdateExpenseCommand.cs
EFMVC/EFMVC.Domain/Commands/Expense/DeleteExpenseCommand.cs
EFMVC/EFMVC.Domain/Commands/Security/
EFMVC/EFMVC.Domain/Commands/Security/
EFMVC/EFMVC.CommandProcessor/
EFMVC/EFMVC.CommandProcessor/bin/
EFMVC/EFMVC.CommandProcessor/bin/Debug/
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.CommandProcessor.dll
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.CommandProcessor.pdb
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.CommandProcessor/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.CommandProcessor/Command/
EFMVC/EFMVC.CommandProcessor/Command/CommandHandlerNotFoundException.cs
EFMVC/EFMVC.CommandProcessor/Command/CommandResult.cs
EFMVC/EFMVC.CommandProcessor/Command/CommandResults.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommand.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommandHandler.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommandResult.cs
EFMVC/EFMVC.CommandProcessor/Command/ICommandResults.cs
EFMVC/EFMVC.CommandProcessor/Command/IValidationHandler.cs
EFMVC/EFMVC.CommandProcessor/Command/ValidationHandlerNotFoundException.cs
EFMVC/EFMVC.CommandProcessor/Dispatcher/
EFMVC/EFMVC.CommandProcessor/Dispatcher/DefaultCommandBus.cs
EFMVC/EFMVC.CommandProcessor/Dispatcher/ICommandBus.cs
EFMVC/EFMVC.CommandProcessor/EFMVC.CommandProcessor.csproj
EFMVC/EFMVC.CommandProcessor/obj/
EFMVC/EFMVC.CommandProcessor/obj/Debug/
EFMVC/EFMVC.CommandProcessor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EFMVC/EFMVC.CommandProcessor/obj/Debug/EFMVC.CommandProcessor.csproj.FileListAbsolute.txt
EFMVC/EFMVC.CommandProcessor/obj/Debug/EFMVC.CommandProcessor.dll
EFMVC/EFMVC.CommandProcessor/obj/Debug/EFMVC.CommandProcessor.pdb
EFMVC/EFMVC.CommandProcessor/obj/Debug/ResolveAssemblyReference.cache
EFMVC/EFMVC.CommandProcessor/obj/Debug/TempPE/
EFMVC/EFMVC.CommandProcessor/Properties/
EFMVC/EFMVC.CommandProcessor/Properties/AssemblyInfo.cs
EFMVC/EFMVC.Core/
EFMVC/EFMVC.Core/bin/
EFMVC/EFMVC.Core/bin/Debug/
EFMVC/EFMVC.Core/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Core/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Core/Common/
EFMVC/EFMVC.Core/Common/Md5Encrypt.cs
EFMVC/EFMVC.Core/Common/ValidationResult.cs
EFMVC/EFMVC.Core/EFMVC.Core.csproj
EFMVC/EFMVC.Core/obj/
EFMVC/EFMVC.Core/obj/Debug/
EFMVC/EFMVC.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EFMVC/EFMVC.Core/obj/Debug/EFMVC.Core.csproj.FileListAbsolute.txt
EFMVC/EFMVC.Core/obj/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Core/obj/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Core/obj/Debug/TempPE/
EFMVC/EFMVC.Core/Properties/
EFMVC/EFMVC.Core/Properties/AssemblyInfo.cs
EFMVC/EFMVC.Data/
EFMVC/EFMVC.Data/App.config
EFMVC/EFMVC.Data/bin/
EFMVC/EFMVC.Data/bin/Debug/
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Data.dll
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Data.dll.config
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Data.pdb
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Model.dll
EFMVC/EFMVC.Data/bin/Debug/EFMVC.Model.pdb
EFMVC/EFMVC.Data/bin/Debug/EntityFramework.Migrations.dll
EFMVC/EFMVC.Data/EFMVC.Data.csproj
EFMVC/EFMVC.Data/EFMVCDataContex.cs
EFMVC/EFMVC.Data/Infrastructure/
EFMVC/EFMVC.Data/Infrastructure/DatabaseFactory.cs
EFMVC/EFMVC.Data/Infrastructure/Disposable.cs
EFMVC/EFMVC.Data/Infrastructure/IDatabaseFactory.cs
EFMVC/EFMVC.Data/Infrastructure/IRepository.cs
EFMVC/EFMVC.Data/Infrastructure/IUnitOfWork.cs
EFMVC/EFMVC.Data/Infrastructure/PagedResult.cs
EFMVC/EFMVC.Data/Infrastructure/RepositoryBase.cs
EFMVC/EFMVC.Data/Infrastructure/UnitOfWork.cs
EFMVC/EFMVC.Data/Migrations/
EFMVC/EFMVC.Data/Migrations/Settings.cs
EFMVC/EFMVC.Data/obj/
EFMVC/EFMVC.Data/obj/Debug/
EFMVC/EFMVC.Data/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EFMVC/EFMVC.Data/obj/Debug/EFMVC.Data.csproj.FileListAbsolute.txt
EFMVC/EFMVC.Data/obj/Debug/EFMVC.Data.dll
EFMVC/EFMVC.Data/obj/Debug/EFMVC.Data.pdb
EFMVC/EFMVC.Data/obj/Debug/ResolveAssemblyReference.cache
EFMVC/EFMVC.Data/obj/Debug/TempPE/
EFMVC/EFMVC.Data/packages.config
EFMVC/EFMVC.Data/Properties/
EFMVC/EFMVC.Data/Properties/AssemblyInfo.cs
EFMVC/EFMVC.Data/Repositories/
EFMVC/EFMVC.Data/Repositories/CategoryRepository.cs
EFMVC/EFMVC.Data/Repositories/ExpenseCategory.cs
EFMVC/EFMVC.Data/Repositories/UserRepository.cs
EFMVC/EFMVC.Domain/
EFMVC/EFMVC.Domain/bin/
EFMVC/EFMVC.Domain/bin/Debug/
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.CommandProcessor.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.CommandProcessor.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Core.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Core.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Data.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Data.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Domain.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Domain.pdb
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Model.dll
EFMVC/EFMVC.Domain/bin/Debug/EFMVC.Model.pdb
EFMVC/EFMVC.Domain/bin/Debug/EntityFramework.Migrations.dll
EFMVC/EFMVC.Domain/Commands/
EFMVC/EFMVC.Domain/Commands/Category/
EFMVC/EFMVC.Domain/Commands/Category/CreateOrUpdateCategoryCommand.cs
EFMVC/EFMVC.Domain/Commands/Category/DeleteCategoryCommand.cs
EFMVC/EFMVC.Domain/Commands/Expense/
EFMVC/EFMVC.Domain/Commands/Expense/CreateOrUpdateExpenseCommand.cs
EFMVC/EFMVC.Domain/Commands/Expense/DeleteExpenseCommand.cs
EFMVC/EFMVC.Domain/Commands/Security/
EFMVC/EFMVC.Domain/Commands/Security/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.