Google [站内搜索]

预览模式: 普通 | 列表

WinForm快速调整控件Tab键顺序

WinForm有时需调整控件Tab键顺序以方便操作,一个一个控件修改TabIndex属性值很麻烦,在Visual Studio菜单选择"视图→Tab键顺序"可快速调整Tab键顺序:



查看更多...

分类:Win编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4095

Entity Framework各版本历史记录

EF 6.1.2
EF6.1.2 is mostly about bug fixes, you can see a list of the fixes included in EF6.1.2 on our CodePlex site.
We also accepted a couple of noteworthy changes from members of the community:
    ·Query cache parameters can be configured from the app/web.configuration file
    <entityFramework>  

查看更多...

分类:Win编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 7668

Entity Framework 6连接Sqlite数据库示例

第一步:在NuGet安装System.Data.Sqlite程序包



第二步:生成实体类

查看更多...

分类:Win编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 5412

NuGet安装旧版本程序包的方法



NuGet默认只能安装最新版本程序包,如果需要旧版本程序包,只能通过程序包管理控制台来安装:

查看更多...

分类:Win编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4504