05 2015 档案
Runtime Complexity of .NET Generic Collection
摘要:Runtime Complexity of .NET Generic CollectionI had to implement some data structures for my computational geometry class. Deciding whether to implemen...
阅读全文
update the UI property cross thread
摘要:this.Invoke((MethodInvoker)delegate { txtResult.Text = sbd.ToString(); // runs on UI thread });
阅读全文
打通技术的任督二脉
摘要:这几天把所有的.net 关联的技术全部梳理一遍,对知识架构尽量融汇贯通。重点就放在后台,web 和mobile 开发上。 然后精练算法和OOADWPF:WCF:ASP.NET MVC:JQUERYSQL Server Performance Tuning and Query Optimization...
阅读全文