摘要:
Last week Vaughn Vernon, author of Implementing Domain Driven Design, published Dotsero, a .NET Actor model toolkit written in C that closely follows ... 阅读全文
摘要:
http://csharptest.net/1250/why guid primary keys are a databases worst nightmare/ When you ask most people why using a GUID column for a primary key ... 阅读全文
摘要:
This blog post was written for the Lockheed Martin Insight blog, sharing here for the external audience.Last month I started the Pluralsight summer ca... 阅读全文
摘要:
This blog post describes how to re-template the Silverlight ProgressBar control to render a circular progress indicator. This approach uses an attache... 阅读全文
摘要:
byRichard Carr, published athttp://www.blackwasp.co.uk/FolderRecursion.aspxSome applications must read the folder structure beneath an existing folder... 阅读全文
摘要:
Milan IkitsUniversity of UtahJoe KnissUniversity of UtahAaron LefohnUniversity of California, DavisCharles HansenUniversity of UtahThis chapter presen... 阅读全文
摘要:
Learning about RESTAn Abstract ExampleWhy Should You Care about REST?WCF and RESTWebGetAttribute and WebInvokeAttributeUriTemplate and UriTemplateTabl... 阅读全文
摘要:
indows Presentation Framework (WPF) gets a lot of mileage out of being layered on top of DirectX, including fast rendering, multimedia support, audio,... 阅读全文
摘要:
http://yichuanshen.de/blog/2010/11/13/flipping-elements-with-wpf/Have you already seen ForgottenTime’s new flip animation eye candy? If not, it’s abou... 阅读全文
摘要:
时常,来自不同连接的线程会对同一张表进行读/更新操作,这种并发操作会导致阻塞,同时SQL Server会自动处理以防止脏读。然而,有种情景很常见,那就是每个连接要读/更新的行互相排斥,换句话说,就是各个连接读/更新的行没有交集。在这片文章中,将像大家展示如何恰当地使用索引来降低阻塞的发生,以便多个读/更新能够同时操作同一张表。 创建TEST表如下: SET ANSI_NULLS ON GO... 阅读全文
摘要:
Web service standards: SOAP, REST, OData, and moreSo far, we've covered the components of aweb service, the messaging format and transport protocols.B... 阅读全文
摘要:
In my opinion, if you are using WPF or Silverlight you should be using the MVVM design pattern. It is perfectly suited to the technology and allows yo... 阅读全文
摘要:
Fromhttp://geekswithblogs.net/akraus1/archive/2012/07/25/150301.aspxI have written already some time ago how big a .NET object is. John Skeet as also ... 阅读全文
摘要:
pingback :http://java.sys-con.com/node/84633?page=0,1Object-oriented design is like an alloy consisting of a solid grounding in the object-oriented (O... 阅读全文