- 博客(8)
- 收藏
- 关注
转载 Entity Framework学习(二) - Entity Framework Automatic Detect Changes
When using most POCO entities the determination of how an entity has changed (and therefore which updates need to be sent to the database) is handled by the Detect Changes algorithm. Detect Chang...
2017-03-27 22:54:00 95
转载 Entity Framework学习(一) - Entity Framework Add and Attach and Entity States
Entity Framework Add and Attach and Entity StatesEntity Framewokr 新增、附加、实体状态This topic will cover how to add and attach entities to a context and how Entity Framework processes these duri...
2017-03-27 22:53:00 198
转载 Ninject学习(一) - Dependency Injection By Hand
大体上是把官网上的翻译下而已。http://www.ninject.90iogjkdcrorg/wiki.htmlDependency Injection By HandSo what’s Ninject all about? First, let’s examine the idea of dependency injection by walking through a ...
2016-12-04 11:45:00 92
转载 .NET+IIS+MSSQL配置
好久没配置.NET+IIS+MSSQL了,跟以前不大一样了。总结下吧。环境:Windows Server 2012 标准版 x64SQL Server Express 2014一、HTTP Error 500.19 - Internal Server Error错误提示:HTTP Error 500.19 - Internal Server Error,...
2016-10-01 20:54:00 184
转载 浅谈HTTP中Get与Post的区别
引用自:http://www.cnblogs.com/hyddd/archive/2009/03/31/1426026.htmlHttp定义了与服务器交互的不同方法,最基本的方法有4种,分别是GET,POST,PUT,DELETE。URL全称是资源描述符,我们可以这样认为:一个URL地址,它用于描述一个网络上的资源,而HTTP中的GET,POST,PUT,DELETE就对应着对...
2016-09-01 18:35:00 72
转载 C# 中的委托和事件
觉得这篇文章写的非常好,大神之作,由简入繁,对我这种初学者来说帮忙很大,特此留存下。摘自:http://tracefact.net/CSharp-Programming/Delegates-and-Events-in-CSharp.aspx引言委托 和 事件在 .Net Framework中的应用非常广泛,然而,较好地理解委托和事件对很多接触C#时间不长的人来说并不容易。它们...
2016-08-02 15:32:00 85
转载 C#操作Excel文件
.Net平台上对Excel进行操作主要有两种方式。第一种,把Excel文件看成一个数据库,通过OleDb的方式进行读取与操作;第二种,调用Excel的COM组件。两种方式各有特点。注意一些简单的问题1.excel文件只能存储65535行数据,如果你的数据大于65535行,那么就需要将excel分割存放了。2.关于乱码,这主要是字符设置问题。一、OleDb方式读取...
2016-07-13 20:49:00 106
转载 Coding List
决定还是用回.net吧,一个人瞎搞比较快,在这里把进展做个简单的记录。转载于:https://www.cnblogs.com/JacobHuang/p/5594331.html
2016-06-17 16:07:00 123
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人