文件名称:EasyFastFrame
-
所属分类:
- 标签属性:
- 上传时间:2013-05-27
-
文件大小:24.09mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
EasyFast框架是一个快速开发框架,包含轻量级ORM模块、
非DAL层事务解决方案(更轻松的用现有方法实现事务)、
参数化查询解决方案、Web层MVC解决方案。
源码中有详细说明文档
注意:
如果有报错可能是没有引用相关dll,dll都放在web层的dll目录中。
另外sqlite可能会报只读错误,属性里改成可读写就行。
开发环境为Visual Studio 2010,数据库为SqLite,数据库文件在
Web/App_Data文件夹中附加就行。-EasyFast framework is a framework for rapid development, including the lightweight ORM module, non-DAL layer transaction solutions (easier to achieve with existing methods Affairs), parameterized queries, solutions, Web layer MVC solution. Source code Detailed documentation NOTE: If there is no reference to the relevant error may dll, dll are placed in the web tier dll directory. Also sqlite may report read errors, attribute can be read into the line. Development environment for Visual Studio 2010, database SqLite, the database file in the Web/App_Data folder, attach the line.
非DAL层事务解决方案(更轻松的用现有方法实现事务)、
参数化查询解决方案、Web层MVC解决方案。
源码中有详细说明文档
注意:
如果有报错可能是没有引用相关dll,dll都放在web层的dll目录中。
另外sqlite可能会报只读错误,属性里改成可读写就行。
开发环境为Visual Studio 2010,数据库为SqLite,数据库文件在
Web/App_Data文件夹中附加就行。-EasyFast framework is a framework for rapid development, including the lightweight ORM module, non-DAL layer transaction solutions (easier to achieve with existing methods Affairs), parameterized queries, solutions, Web layer MVC solution. Source code Detailed documentation NOTE: If there is no reference to the relevant error may dll, dll are placed in the web tier dll directory. Also sqlite may report read errors, attribute can be read into the line. Development environment for Visual Studio 2010, database SqLite, the database file in the Web/App_Data folder, attach the line.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
51Aspx源码必读.txt
BuildProcessTemplates/
Documnet/
Documnet/EF_WorkFlow.pdm
EasyFast.BLL/
EasyFast.BLL/bin/
EasyFast.BLL/bin/Debug/
EasyFast.BLL/bin/Debug/EasyFast.BLL.dll
EasyFast.BLL/bin/Debug/EasyFast.BLL.pdb
EasyFast.BLL/bin/Debug/EasyFast.ClassFactory.dll
EasyFast.BLL/bin/Debug/EasyFast.ClassFactory.pdb
EasyFast.BLL/bin/Debug/EasyFast.Common.dll
EasyFast.BLL/bin/Debug/EasyFast.Common.pdb
EasyFast.BLL/bin/Debug/EasyFast.DAL.dll
EasyFast.BLL/bin/Debug/EasyFast.DAL.pdb
EasyFast.BLL/bin/Debug/EasyFast.Model.dll
EasyFast.BLL/bin/Debug/EasyFast.Model.pdb
EasyFast.BLL/bin/Debug/ICSharpCode.SharpZipLib.dll
EasyFast.BLL/bin/Debug/log4net.dll
EasyFast.BLL/bin/Debug/MySql.Data.dll
EasyFast.BLL/bin/Debug/NVelocity.dll
EasyFast.BLL/bin/Release/
EasyFast.BLL/BLL.cs
EasyFast.BLL/ChatContentService.cs
EasyFast.BLL/EasyFast.BLL.csproj
EasyFast.BLL/EasyFast.BLL.csproj.vspscc
EasyFast.BLL/obj/
EasyFast.BLL/obj/Debug/
EasyFast.BLL/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyFast.BLL/obj/Debug/EasyFast.BLL.csproj.FileListAbsolute.txt
EasyFast.BLL/obj/Debug/EasyFast.BLL.csprojResolveAssemblyReference.cache
EasyFast.BLL/obj/Debug/EasyFast.BLL.dll
EasyFast.BLL/obj/Debug/EasyFast.BLL.pdb
EasyFast.BLL/obj/Debug/TempPE/
EasyFast.BLL/Properties/
EasyFast.BLL/Properties/AssemblyInfo.cs
EasyFast.BLL/SiteSettings.cs
EasyFast.BLL/Ucoperation.cs
EasyFast.BLL/Ucpermission.cs
EasyFast.BLL/Ucresource.cs
EasyFast.BLL/Ucrole.cs
EasyFast.BLL/Ucroleincpermission.cs
EasyFast.BLL/Ucuser.cs
EasyFast.BLL/Ucuserincrole.cs
EasyFast.ClassFactory/
EasyFast.ClassFactory/bin/
EasyFast.ClassFactory/bin/Debug/
EasyFast.ClassFactory/bin/Debug/EasyFast.ClassFactory.dll
EasyFast.ClassFactory/bin/Debug/EasyFast.ClassFactory.pdb
EasyFast.ClassFactory/bin/Debug/EasyFast.Common.dll
EasyFast.ClassFactory/bin/Debug/EasyFast.Common.pdb
EasyFast.ClassFactory/bin/Debug/ICSharpCode.SharpZipLib.dll
EasyFast.ClassFactory/bin/Debug/log4net.dll
EasyFast.ClassFactory/bin/Debug/MySql.Data.dll
EasyFast.ClassFactory/bin/Debug/NVelocity.dll
EasyFast.ClassFactory/DataAccess.cs
EasyFast.ClassFactory/EasyFast.ClassFactory.csproj
EasyFast.ClassFactory/EasyFast.ClassFactory.csproj.vspscc
EasyFast.ClassFactory/obj/
EasyFast.ClassFactory/obj/Debug/
EasyFast.ClassFactory/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.csproj.FileListAbsolute.txt
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.csprojResolveAssemblyReference.cache
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.dll
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.pdb
EasyFast.ClassFactory/obj/Debug/TempPE/
EasyFast.ClassFactory/Properties/
EasyFast.ClassFactory/Properties/AssemblyInfo.cs
EasyFast.Common/
EasyFast.Common/BasePage.cs
EasyFast.Common/bin/
EasyFast.Common/bin/Debug/
EasyFast.Common/bin/Debug/Aspose.Cells.dll
EasyFast.Common/bin/Debug/EasyFast.Common.dll
EasyFast.Common/bin/Debug/EasyFast.Common.dll.config
EasyFast.Common/bin/Debug/EasyFast.Common.pdb
EasyFast.Common/bin/Debug/FredCK.FCKeditorV2.dll
EasyFast.Common/bin/Debug/ICSharpCode.SharpZipLib.dll
EasyFast.Common/bin/Debug/log4net.dll
EasyFast.Common/bin/Debug/MySql.Data.dll
EasyFast.Common/bin/Debug/NVelocity.dll
EasyFast.Common/bin/Release/
EasyFast.Common/CheckValue.cs
EasyFast.Common/Data/
EasyFast.Common/Data/Check.cs
EasyFast.Common/Data/CommandInfo.cs
EasyFast.Common/Data/Condition.cs
EasyFast.Common/Data/CS2SQL.cs
EasyFast.Common/Data/DatabaseHelper.cs
EasyFast.Common/Data/DbHelperMySQL.cs
EasyFast.Common/Data/DbHelperOle.cs
EasyFast.Common/Data/DbHelperOra.cs
EasyFast.Common/Data/DbHelperSQL.cs
EasyFast.Common/Data/DbUtility.cs
EasyFast.Common/Data/DescribeAttribute.cs
EasyFast.Common/Data/DropDownListField.cs
EasyFast.Common/Data/EFTransaction.cs
EasyFast.Common/Data/EntityReader.cs
EasyFast.Common/Data/EnumDescriptionAttribute.cs
EasyFast.Common/Data/IDbHelperSQL.cs
EasyFast.Common/Data/PubConstant.cs
EasyFast.Common/Data/SmartDataReader.cs
EasyFast.Common/Data/StrLenAttribute.cs
EasyFast.Common/Data/Util.cs
EasyFast.Common/EasyFast.Common.csproj
EasyFast.Common/EasyFast.Common.csproj.vspscc
EasyFast.Common/Encrypt.cs
EasyFast.Common/IO/
EasyFast.Common/IO/Compression/
EasyFast.Common/IO/Compression/Compress.cs
EasyFast.Common/IO/FileDirectoryUtil.cs
EasyFast.Common/IO/FileDownload.cs
EasyFast.Common/IO/FileUploadUtil.cs
EasyFast.Common/IO/ReadWrite.cs
EasyFast.Common/Lib/
EasyFast.Common/Log/
EasyFast.Common/Log/LogBLL.cs
EasyFast.Common/obj/
EasyFast.Common/obj/Debug/
EasyFast.Common/obj/Debug/DesignTimeResolveAssemblyReferences.cache
EasyFast.Common/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyFast.Common/obj/Debug/EasyFast.Common.csproj.FileListAbsolute.txt
EasyFast.Common/obj/Debug/EasyFast.Common.csprojResolveAssemblyReference.cache
EasyFast.Common/obj/Debug/EasyFast.Common.dll
EasyFast.Common/obj/Debug/EasyFast.Common.pdb
EasyFast.Common/obj/Debug/TempPE/
EasyFast.Common/Office/
EasyFast.Common/Office/ExportToExcelWithTemplate.cs
EasyFast.Common/Properties/
EasyFast.Common/Properties/AssemblyInfo.cs
EasyFast.Common/Security/
EasyFast.Common/Se
BuildProcessTemplates/
Documnet/
Documnet/EF_WorkFlow.pdm
EasyFast.BLL/
EasyFast.BLL/bin/
EasyFast.BLL/bin/Debug/
EasyFast.BLL/bin/Debug/EasyFast.BLL.dll
EasyFast.BLL/bin/Debug/EasyFast.BLL.pdb
EasyFast.BLL/bin/Debug/EasyFast.ClassFactory.dll
EasyFast.BLL/bin/Debug/EasyFast.ClassFactory.pdb
EasyFast.BLL/bin/Debug/EasyFast.Common.dll
EasyFast.BLL/bin/Debug/EasyFast.Common.pdb
EasyFast.BLL/bin/Debug/EasyFast.DAL.dll
EasyFast.BLL/bin/Debug/EasyFast.DAL.pdb
EasyFast.BLL/bin/Debug/EasyFast.Model.dll
EasyFast.BLL/bin/Debug/EasyFast.Model.pdb
EasyFast.BLL/bin/Debug/ICSharpCode.SharpZipLib.dll
EasyFast.BLL/bin/Debug/log4net.dll
EasyFast.BLL/bin/Debug/MySql.Data.dll
EasyFast.BLL/bin/Debug/NVelocity.dll
EasyFast.BLL/bin/Release/
EasyFast.BLL/BLL.cs
EasyFast.BLL/ChatContentService.cs
EasyFast.BLL/EasyFast.BLL.csproj
EasyFast.BLL/EasyFast.BLL.csproj.vspscc
EasyFast.BLL/obj/
EasyFast.BLL/obj/Debug/
EasyFast.BLL/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyFast.BLL/obj/Debug/EasyFast.BLL.csproj.FileListAbsolute.txt
EasyFast.BLL/obj/Debug/EasyFast.BLL.csprojResolveAssemblyReference.cache
EasyFast.BLL/obj/Debug/EasyFast.BLL.dll
EasyFast.BLL/obj/Debug/EasyFast.BLL.pdb
EasyFast.BLL/obj/Debug/TempPE/
EasyFast.BLL/Properties/
EasyFast.BLL/Properties/AssemblyInfo.cs
EasyFast.BLL/SiteSettings.cs
EasyFast.BLL/Ucoperation.cs
EasyFast.BLL/Ucpermission.cs
EasyFast.BLL/Ucresource.cs
EasyFast.BLL/Ucrole.cs
EasyFast.BLL/Ucroleincpermission.cs
EasyFast.BLL/Ucuser.cs
EasyFast.BLL/Ucuserincrole.cs
EasyFast.ClassFactory/
EasyFast.ClassFactory/bin/
EasyFast.ClassFactory/bin/Debug/
EasyFast.ClassFactory/bin/Debug/EasyFast.ClassFactory.dll
EasyFast.ClassFactory/bin/Debug/EasyFast.ClassFactory.pdb
EasyFast.ClassFactory/bin/Debug/EasyFast.Common.dll
EasyFast.ClassFactory/bin/Debug/EasyFast.Common.pdb
EasyFast.ClassFactory/bin/Debug/ICSharpCode.SharpZipLib.dll
EasyFast.ClassFactory/bin/Debug/log4net.dll
EasyFast.ClassFactory/bin/Debug/MySql.Data.dll
EasyFast.ClassFactory/bin/Debug/NVelocity.dll
EasyFast.ClassFactory/DataAccess.cs
EasyFast.ClassFactory/EasyFast.ClassFactory.csproj
EasyFast.ClassFactory/EasyFast.ClassFactory.csproj.vspscc
EasyFast.ClassFactory/obj/
EasyFast.ClassFactory/obj/Debug/
EasyFast.ClassFactory/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.csproj.FileListAbsolute.txt
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.csprojResolveAssemblyReference.cache
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.dll
EasyFast.ClassFactory/obj/Debug/EasyFast.ClassFactory.pdb
EasyFast.ClassFactory/obj/Debug/TempPE/
EasyFast.ClassFactory/Properties/
EasyFast.ClassFactory/Properties/AssemblyInfo.cs
EasyFast.Common/
EasyFast.Common/BasePage.cs
EasyFast.Common/bin/
EasyFast.Common/bin/Debug/
EasyFast.Common/bin/Debug/Aspose.Cells.dll
EasyFast.Common/bin/Debug/EasyFast.Common.dll
EasyFast.Common/bin/Debug/EasyFast.Common.dll.config
EasyFast.Common/bin/Debug/EasyFast.Common.pdb
EasyFast.Common/bin/Debug/FredCK.FCKeditorV2.dll
EasyFast.Common/bin/Debug/ICSharpCode.SharpZipLib.dll
EasyFast.Common/bin/Debug/log4net.dll
EasyFast.Common/bin/Debug/MySql.Data.dll
EasyFast.Common/bin/Debug/NVelocity.dll
EasyFast.Common/bin/Release/
EasyFast.Common/CheckValue.cs
EasyFast.Common/Data/
EasyFast.Common/Data/Check.cs
EasyFast.Common/Data/CommandInfo.cs
EasyFast.Common/Data/Condition.cs
EasyFast.Common/Data/CS2SQL.cs
EasyFast.Common/Data/DatabaseHelper.cs
EasyFast.Common/Data/DbHelperMySQL.cs
EasyFast.Common/Data/DbHelperOle.cs
EasyFast.Common/Data/DbHelperOra.cs
EasyFast.Common/Data/DbHelperSQL.cs
EasyFast.Common/Data/DbUtility.cs
EasyFast.Common/Data/DescribeAttribute.cs
EasyFast.Common/Data/DropDownListField.cs
EasyFast.Common/Data/EFTransaction.cs
EasyFast.Common/Data/EntityReader.cs
EasyFast.Common/Data/EnumDescriptionAttribute.cs
EasyFast.Common/Data/IDbHelperSQL.cs
EasyFast.Common/Data/PubConstant.cs
EasyFast.Common/Data/SmartDataReader.cs
EasyFast.Common/Data/StrLenAttribute.cs
EasyFast.Common/Data/Util.cs
EasyFast.Common/EasyFast.Common.csproj
EasyFast.Common/EasyFast.Common.csproj.vspscc
EasyFast.Common/Encrypt.cs
EasyFast.Common/IO/
EasyFast.Common/IO/Compression/
EasyFast.Common/IO/Compression/Compress.cs
EasyFast.Common/IO/FileDirectoryUtil.cs
EasyFast.Common/IO/FileDownload.cs
EasyFast.Common/IO/FileUploadUtil.cs
EasyFast.Common/IO/ReadWrite.cs
EasyFast.Common/Lib/
EasyFast.Common/Log/
EasyFast.Common/Log/LogBLL.cs
EasyFast.Common/obj/
EasyFast.Common/obj/Debug/
EasyFast.Common/obj/Debug/DesignTimeResolveAssemblyReferences.cache
EasyFast.Common/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyFast.Common/obj/Debug/EasyFast.Common.csproj.FileListAbsolute.txt
EasyFast.Common/obj/Debug/EasyFast.Common.csprojResolveAssemblyReference.cache
EasyFast.Common/obj/Debug/EasyFast.Common.dll
EasyFast.Common/obj/Debug/EasyFast.Common.pdb
EasyFast.Common/obj/Debug/TempPE/
EasyFast.Common/Office/
EasyFast.Common/Office/ExportToExcelWithTemplate.cs
EasyFast.Common/Properties/
EasyFast.Common/Properties/AssemblyInfo.cs
EasyFast.Common/Security/
EasyFast.Common/Se
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.