SQLite的.NET应用自适应32位/64位系统

时间:2021-06-26 11:36:33
【文件属性】:
文件名称:SQLite的.NET应用自适应32位/64位系统
文件大小:2.6MB
文件格式:RAR
更新时间:2021-06-26 11:36:33
C# SQLite 32位 64位系统 SQLite的.NET开发包来自是System.Data.SQLite,完成兼容ADO.NET接口,也提供了Linq和Entity Framework 6实现。但这不重要,重要的是System.Data.SQLite是由两部分代码组成的,一部分是非托管的C++代码实现,一部分是托管代码与.NET 框架接口。由于非托管代码不能构建成“Any CPU”的,所以System.Data.SQLite的下载页面的每个包都是按32位或64位系统进行了区分的。
【文件预览】:
sqlite-netFx40-x86-x64
----System.Data.SQLite.dll(255KB)
----Installer.exe(62KB)
----SQLite.Designer.pdb(286KB)
----System.Data.SQLite.xml(650KB)
----System.Data.SQLite.Linq.dll(179KB)
----testlinq.exe(94KB)
----SQLite.Designer.xml(17KB)
----Installer.pdb(118KB)
----northwindEF.db(835KB)
----SQLite.Designer.dll(172KB)
----testlinq.exe.config(799B)
----System.Data.SQLite.Linq.xml(107KB)
----x64()
--------SQLite.Interop.dll(1.07MB)
--------SQLite.Interop.pdb(2.28MB)
----test.exe(61KB)
----System.Data.SQLite.pdb(490KB)
----x86()
--------SQLite.Interop.dll(847KB)
--------SQLite.Interop.pdb(2.53MB)
----testlinq.pdb(104KB)
----System.Data.SQLite.Linq.pdb(196KB)
----test.exe.config(430B)
----test.pdb(78KB)

网友评论