摘要: Basics of LINQ & Lamda Expressionshttp://www.codeproject.com/Articles/33769/Basics-of-LINQ-Lamda-Expressions.NET Language-Integrated Query for XML Datahttp://msdn.microsoft.com/library/bb308960.aspx 阅读全文
posted @ 2012-12-06 13:36 higirle 阅读(423) 评论(0) 推荐(0) 编辑
摘要: vPerformer:http://www.verisium.com/products/vPerformer/index.htmlPerformance Testing:http://www.automationanywhere.com/Testing/solutions/automated-performance-testing.htm?r=google&w=performance&kw=Product%20Performance%20Testing&match=b&network=g&place=&gclid=COKAgMCChbQCFUd6 阅读全文
posted @ 2012-12-06 13:27 higirle 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1. Introduction to Regular Expressions: http://msdn.microsoft.com/en-us/library/28hw3sce2. Mastering Regular Expressions, Second Edition: http://oreilly.com/catalog/9780596002893/3. Regular-Expressions: http://www.regular-expressions.info/4. Regular Expression Exampleshttp://wiki.tcl.tk/9895.Regular 阅读全文
posted @ 2012-12-06 13:20 higirle 阅读(219) 评论(0) 推荐(0) 编辑
摘要: [心得] JSON扫盲帖+JSON类教程http://bbs.9ria.com/thread-1657-1-1.htmlParse JSON in C#http://stackoverflow.com/questions/1212344/parse-json-in-c-sharp我的JsonHelper:public static class JSONHelper { public static T Deserialise<T>(this string setting) where T : class { DataContractJson... 阅读全文
posted @ 2012-12-06 10:21 higirle 阅读(540) 评论(0) 推荐(0) 编辑