12 2014 档案

摘要:WPFhas supported validation since the first release in .NET 3.0. That support is built into the binding object and allows you to indicate validation e... 阅读全文
posted @ 2014-12-12 15:19 东风125 阅读(429) 评论(0) 推荐(0)
摘要:In this post we will be discussing about change tracking feature of Entity Framework Code First. Change tracking allows Entity framework to keep track... 阅读全文
posted @ 2014-12-12 11:33 东风125 阅读(658) 评论(0) 推荐(0)
摘要://Writes colored text to the console and allows to clear previously written lines//as long a not line break is present//Sample - screenshot at http://... 阅读全文
posted @ 2014-12-04 15:08 东风125 阅读(254) 评论(0) 推荐(0)
摘要:IDisposable has been around since the beginning of .Net.The basic premise is simple..Developers dont need to manage memory now. The 'Garbage Collector... 阅读全文
posted @ 2014-12-03 09:38 东风125 阅读(196) 评论(0) 推荐(0)