资源简介
SQLite和EntityFramework6配合使用的实例,是我使用SQLite和EntityFramework6配合使用的一个小项目。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Diagnostics;
using System.Linq;
using System.Web;
using System.Web.Configuration;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace Education.Web
{
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
AreaRegistration.RegisterAllAreas();
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
//Database.SetInitializer(new EducationInitializer());
//Database.SetInitializer(new DropCreateDatabaseIfModelChanges());
// RegisterSQLite();
}
protected void RegisterSQLite()
{
Process.Start(Server.MapPath(“~/gacutil.exe“) “/i “ + Server.MapPath(“~/bin/System.Data.SQLite.Dll“));
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-08-27 11:49 01.项目计划\
目录 0 2014-08-27 13:18 02.源文件\
目录 0 2014-08-29 09:20 02.源文件\Education.Web\
文件 1008 2014-08-27 11:41 02.源文件\Education.Web.sln
文件 128000 2014-08-29 09:20 02.源文件\Education.Web.v12.suo
目录 0 2014-08-29 08:58 02.源文件\Education.Web\App_Data\
文件 49152 2014-08-29 08:52 02.源文件\Education.Web\App_Data\education.db
目录 0 2014-08-28 11:47 02.源文件\Education.Web\App_Start\
文件 1488 2014-08-27 11:41 02.源文件\Education.Web\App_Start\BundleConfig.cs
文件 281 2014-08-27 11:41 02.源文件\Education.Web\App_Start\FilterConfig.cs
文件 794 2014-08-28 11:47 02.源文件\Education.Web\App_Start\RouteConfig.cs
目录 0 2014-08-29 09:19 02.源文件\Education.Web\bin\
文件 102912 2014-08-27 11:41 02.源文件\Education.Web\bin\Antlr3.Runtime.dll
文件 431616 2014-08-27 11:41 02.源文件\Education.Web\bin\Antlr3.Runtime.pdb
文件 38400 2014-08-29 09:19 02.源文件\Education.Web\bin\Education.Web.dll
文件 4857 2014-08-29 09:18 02.源文件\Education.Web\bin\Education.Web.dll.config
文件 83456 2014-08-29 09:19 02.源文件\Education.Web\bin\Education.Web.pdb
文件 5185232 2014-08-27 11:49 02.源文件\Education.Web\bin\Entityfr
文件 3623761 2014-08-27 11:49 02.源文件\Education.Web\bin\Entityfr
文件 45416 2014-08-27 11:41 02.源文件\Education.Web\bin\Microsoft.Web.Infrastructure.dll
文件 37888 2013-09-16 15:42 02.源文件\Education.Web\bin\MvcPager.dll
文件 500224 2014-08-27 11:41 02.源文件\Education.Web\bin\Newtonsoft.Json.dll
文件 474865 2014-08-27 11:41 02.源文件\Education.Web\bin\Newtonsoft.Json.xm
文件 274944 2014-08-28 16:15 02.源文件\Education.Web\bin\System.Data.SQLite.dll
文件 183808 2014-08-28 16:15 02.源文件\Education.Web\bin\System.Data.SQLite.EF6.dll
文件 183808 2014-08-28 16:23 02.源文件\Education.Web\bin\System.Data.SQLite.Linq.dll
文件 698924 2014-08-28 16:15 02.源文件\Education.Web\bin\System.Data.SQLite.xm
文件 139976 2014-08-27 11:41 02.源文件\Education.Web\bin\System.Web.Helpers.dll
文件 74850 2014-08-27 11:41 02.源文件\Education.Web\bin\System.Web.Helpers.xm
文件 565448 2014-08-27 11:41 02.源文件\Education.Web\bin\System.Web.Mvc.dll
文件 952428 2014-08-27 11:41 02.源文件\Education.Web\bin\System.Web.Mvc.xm
............此处省略1904个文件信息
相关资源
- 可控制概率的简单抽奖程序
- GDAL_BUILD(release).rar
- Effective SQL:编写高质量SQL语句的61个
- 基于安卓的考试系统
- 实验设备管理系统源代码
- 《Effective MySQL之SQL语句最优化》PDF
- easyFamily.zip
- Qt5基于sqlite数据库的学生管理系统
- 用数据解说SQL内连接、外连接、全连
- SQLite3 for windows
- 1_qt+sqlite3程序
- SQLite的小--备忘录
- sqlite3.h sqlite3头文件
- 微软官方sqlhelper类
- XX销售管理系统Qt版
- qt sqlite登录demo
- sqlite3.exe247412
- Qt开发的通讯录小程序。
- shapefile格式转mysql格式工具
- PYQT5+sqlite数据库+QTableWidget自定义表格
- sqlite3.h头文件
- 简单数据库管理系统
- SQLite网络化工具包
- SqlServer服务器连接教程
- sqlite数据库和excel的互相导入导出
- iOS sqlite3的使用増删改查
- 利用SQLite设计生成一个学生数据库并
- SQLite3图形界面数据库查看工具
- 教学计划管理系统
- wxSqlite3 for Delphi
评论
共有 条评论