07 2017 档案
Autolayout Breakpoints
摘要:Autolayout Breakpoints Auto layout has become a crucial tool for iOS and OS X development. It makes creating layout for multiple screen sizes easy pea
阅读全文
how to compare only date components from datetime In Entity framework?
摘要:using (dysoft.Data.CAccessDataClass oData = new dysoft.Data.CAccessDataClass()) { using (HW_MangerDataEntities ctx = new HW_MangerDataEntities(IoriBas
阅读全文
如何:生成 EntityConnection 连接字符串(实体框架)
摘要:1 dysoft.Data.CAccessDataClass ooo = new dysoft.Data.CAccessDataClass(); 2 string providerName = "System.Data.SqlClient";//Provider=SQLOLEDB;Data Sour
阅读全文
Custom Date and Time Format Strings
摘要:Custom Date and Time Format Strings 2017-3-30 54 min to read Contributors A date and time format string defines the text representation of a DateTime
阅读全文
Objective C & iOS Weak Singletons
摘要:Objective C & iOS Weak Singletons Temporary shared memory management is always a bit of a difficult problem to solve. There are various well known way
阅读全文
Javascript 严格模式(strict mode)详解
摘要:Javascript 严格模式详解 一、概述 除了正常运行模式,ECMAscript 5添加了第二种运行模式:"严格模式"(strict mode)。顾名思义,这种模式使得Javascript在更严格的条件下运行。 设立"严格模式"的目的,主要有以下几个: - 消除Javascript语法的一些不合
阅读全文
异步编程 异步性能:了解 Async 和 Await 的成本
摘要:异步编程 异步性能:了解 Async 和 Await 的成本 Stephen Toub 异步编程长时间以来一直都是那些技能高超、喜欢挑战自我的开发人员涉足的领域 — 这些人愿意花费时间,充满热情并拥有心理承受能力,能够在非线性的控制流程中不断地琢磨回调,之后再回调。 随着 Microsoft .NE
阅读全文
Entity Framework教程(第二版)
摘要:Entity Framework教程(第二版) 源起 很多年前刚毕业那阵写过一篇关于Entity Framework的文章,没发首页却得到100+的推荐。可能是当时Entity Framework刚刚发布介绍EF的文章比较少。一晃这么多年过去了,EF6.1已经发布很久,EF7马上就到来。那篇文章已经
阅读全文
LINQ to SQL 和 Entity Framework
摘要:LINQ之路 9:LINQ to SQL 和 Entity Framework(上) 在上一篇中,我们从理论和概念上详细的了解了LINQ的第二种架构“解释查询”。在这接下来的二个篇章中,我们将使用LINQ to SQL和Entity Framework来实践“解释查询”,学习这些技术的关键特性。在本
阅读全文
浙公网安备 33010602011771号