2016年4月6日

documentdb

摘要: https://azure.microsoft.com/en-us/services/documentdb/ https://www.simple-talk.com/cloud/cloud-data/mongodb-vs.-azure-documentdb/ https://azure.micros 阅读全文

posted @ 2016-04-06 12:29 暖风的风 阅读(273) 评论(0) 推荐(0) 编辑

2016年4月5日

Azure Redis

摘要: https://azure.microsoft.com/en-us/blog/mvc-movie-app-with-azure-redis-cache-in-15-minutes/ https://azure.microsoft.com/en-us/blog/investigating-timeou 阅读全文

posted @ 2016-04-05 21:22 暖风的风 阅读(220) 评论(0) 推荐(0) 编辑

2016年4月4日

Azure Diagnostics

摘要: https://azure.microsoft.com/en-us/documentation/articles/azure-diagnostics/ 阅读全文

posted @ 2016-04-04 23:59 暖风的风 阅读(200) 评论(0) 推荐(0) 编辑

Content Delivery Network (CDN)

摘要: https://azure.microsoft.com/en-us/documentation/articles/best-practices-cdn/ 阅读全文

posted @ 2016-04-04 22:42 暖风的风 阅读(155) 评论(0) 推荐(0) 编辑

MVVM design pattern

摘要: https://blogs.msdn.microsoft.com/msgulfcommunity/2013/03/13/understanding-the-basics-of-mvvm-design-pattern/ 阅读全文

posted @ 2016-04-04 22:34 暖风的风 阅读(238) 评论(0) 推荐(0) 编辑

Azure Cloud Application Design and Implementation Guidance performance-optimization

摘要: https://github.com/mspnp/azure-guidance https://github.com/mspnp/performance-optimization https://github.com/mspnp/data-pipeline Cloud Design Patterns 阅读全文

posted @ 2016-04-04 22:21 暖风的风 阅读(207) 评论(0) 推荐(0) 编辑

2016年3月28日

Azure Nosql

摘要: patterns & practices https://msdn.microsoft.com/en-us/library/ff921345.aspx Solution Development Fundamentals https://msdn.microsoft.com/en-us/library 阅读全文

posted @ 2016-03-28 11:42 暖风的风 阅读(186) 评论(0) 推荐(0) 编辑

2016年3月6日

设计原则与模式

摘要: 单一职责原则(Single Responsibility Principle) http://www.cnblogs.com/ztlyz/articles/1457692.html http://www.uml.org.cn/sjms/201211023.asp#2 http://www.dofac 阅读全文

posted @ 2016-03-06 13:11 暖风的风 阅读(186) 评论(0) 推荐(0) 编辑

2016年2月18日

C# Yield

摘要: https://blogs.msdn.microsoft.com/oldnewthing/20080814-00/?p=21243/ https://blogs.msdn.microsoft.com/oldnewthing/20080815-00/?p=21223/ http://blogs.msd 阅读全文

posted @ 2016-02-18 17:22 暖风的风 阅读(149) 评论(0) 推荐(0) 编辑

2016年2月9日

C#compiler

摘要: http://www.cnblogs.com/Ninputer/archive/2011/06/12/2078671.html Compilers - Managed Profile-Guided Optimization Using Background JIT https://msdn.micr 阅读全文

posted @ 2016-02-09 18:57 暖风的风 阅读(770) 评论(0) 推荐(0) 编辑

2016年2月7日

How to Acquire or Improve Debugging Skills

摘要: http://blogs.msdn.com/b/debuggingtoolbox/archive/2007/06/08/recommended-books-how-to-acquire-or-improve-debugging-skills.aspx This article is my answe 阅读全文

posted @ 2016-02-07 23:57 暖风的风 阅读(244) 评论(0) 推荐(0) 编辑

2016年2月5日

OS memory

摘要: https://blogs.technet.microsoft.com/askperf/2013/05/03/finally-a-windows-task-manager-performance-tab-blog/ http://blogs.msdn.com/b/ntdebugging/archiv 阅读全文

posted @ 2016-02-05 21:35 暖风的风 阅读(187) 评论(0) 推荐(0) 编辑

2016年2月3日

db papers

摘要: http://www.redbook.io/ http://db.cs.berkeley.edu/papers/ https://github.com/rxin/db-readings http://www.cs.berkeley.edu/%7Erxin/ http://people.csail.m 阅读全文

posted @ 2016-02-03 23:56 暖风的风 阅读(155) 评论(0) 推荐(0) 编辑

2016年2月2日

TCP/IP

摘要: http://serverfault.com/questions/340223/troubleshoot-large-number-of-tcp-retransmits-dup-ack-segment-lost 1down vote You are receiving the following p 阅读全文

posted @ 2016-02-02 15:58 暖风的风 阅读(216) 评论(0) 推荐(0) 编辑

2016年1月31日

Roslyn

摘要: C# and Visual Basic - Use Roslyn to Write a Live Code Analyzer for Your API https://msdn.microsoft.com/en-us/magazine/dn879356 https://github.com/dotn 阅读全文

posted @ 2016-01-31 23:47 暖风的风 阅读(260) 评论(0) 推荐(0) 编辑

2016年1月25日

CLR Debug extention

摘要: https://github.com/Microsoft/clrmd https://www.nuget.org/packages/Microsoft.Diagnostics.Runtime http://blogs.msdn.com/b/dotnet/archive/2013/05/01/net- 阅读全文

posted @ 2016-01-25 21:28 暖风的风 阅读(265) 评论(0) 推荐(0) 编辑

2016年1月17日

ILRewrite && how to write a profiler

摘要: Rewrite MSIL Code on the Fly with the .NET Framework Profiling APIhttp://clrprofiler.codeplex.com/http://blogs.msdn.com/b/davbr/archive/2012/11/19/clr... 阅读全文

posted @ 2016-01-17 22:22 暖风的风 阅读(425) 评论(0) 推荐(0) 编辑

Rewrite MSIL Code on the Fly with the .NET Framework Profiling API

摘要: http://clrprofiler.codeplex.com/http://blogs.msdn.com/b/davbr/archive/2012/11/19/clrprofiler-4-5-released-includes-windows-store-app-support.aspxRewri... 阅读全文

posted @ 2016-01-17 01:18 暖风的风 阅读(3459) 评论(0) 推荐(0) 编辑

Interception c# code

摘要: http://www.codetails.com/2012/12/02/intercepting-method-calls-using-il/20121202/http://blogs.msdn.com/b/nazimms/archive/2004/12/09/279247.aspxFor rela... 阅读全文

posted @ 2016-01-17 00:05 暖风的风 阅读(258) 评论(0) 推荐(0) 编辑

2016年1月6日

GC

摘要: http://blogs.msdn.com/b/maoni/ http://blogs.msdn.com/b/clyon/ http://blogs.msdn.com/b/salvapatuel/archive/2009/06/10/background-and-foreground-gc-in-n 阅读全文

posted @ 2016-01-06 13:32 暖风的风 阅读(199) 评论(0) 推荐(0) 编辑

2016年1月5日

Books

摘要: http://www.amazon.com/Adaptive-Code-via-principles-Developer/dp/0735683204/ref=pd_bxgy_14_2?ie=UTF8&refRID=0R0N406BHBNC7ZD00HRThttp://www.amazon.com/P... 阅读全文

posted @ 2016-01-05 21:24 暖风的风 阅读(268) 评论(0) 推荐(0) 编辑

2015年12月9日

DB QO

摘要: http://dsl.serc.iisc.ernet.in/projects/PICASSO/ 阅读全文

posted @ 2015-12-09 10:43 暖风的风 阅读(206) 评论(0) 推荐(0) 编辑

2015年11月11日

C# JAVAMemory model

摘要: http://www.cl.cam.ac.uk/~pes20/weakmemory/index.html http://preshing.com/20120913/acquire-and-release-semantics/ Memory Model 全面理解Java内存模型(JMM)及volati 阅读全文

posted @ 2015-11-11 23:25 暖风的风 阅读(312) 评论(0) 推荐(0) 编辑

2015年11月6日

Books from Joe's blog

摘要: Some books that I really enjoy(ed)It's been quite some time since I blogged about what I've been reading. That's not because I haven't been reading --... 阅读全文

posted @ 2015-11-06 22:45 暖风的风 阅读(213) 评论(0) 推荐(0) 编辑

2015年11月4日

Disk performance

摘要: http://blogs.msdn.com/b/ntdebugging/archive/2014/12/09/disk-performance-internals.aspxhttp://blogs.msdn.com/b/sqlazurekkb/archive/2015/06/03/slow-disk... 阅读全文

posted @ 2015-11-04 11:41 暖风的风 阅读(496) 评论(0) 推荐(0) 编辑

2015年11月2日

perfview

摘要: http://blogs.msdn.com/b/vancem/ 阅读全文

posted @ 2015-11-02 21:53 暖风的风 阅读(241) 评论(1) 推荐(0) 编辑

2015年10月25日

Parallel Programming AND Asynchronous Programming

摘要: https://blogs.oracle.com/dave/ Java Memory Model...and the pragmatics of itAleksey Shipilevaleksey.shipilev@oracle.com, @shipilev http:/www.albahari.c 阅读全文

posted @ 2015-10-25 23:01 暖风的风 阅读(412) 评论(0) 推荐(0) 编辑

joe_chang

摘要: http://sqlblog.com/blogs/joe_chang/archive/2014/07/07/join-row-estimation-in-query-optimization.aspxhttp://www.qdpma.com/Storage/SANIO.html 阅读全文

posted @ 2015-10-25 20:33 暖风的风 阅读(139) 评论(0) 推荐(0) 编辑

2015年10月19日

Very very important SQL Server article

摘要: https://support.microsoft.com/en-us/kb/2964518 阅读全文

posted @ 2015-10-19 16:33 暖风的风 阅读(167) 评论(0) 推荐(0) 编辑

2015年10月9日

SQL SEREVR IO

摘要: Designing High Performance I/O Systems for SQL Serverhttps://sqlbits.com/Downloads/86/Designing%20I%20O%20systems%20for%20SQL%20Server%20-%20Thomas%20... 阅读全文

posted @ 2015-10-09 16:22 暖风的风 阅读(241) 评论(0) 推荐(0) 编辑

2015年10月6日

INTEL

摘要: http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.htmlhttp://www.intel.com/content/dam/www/public/us/en/docum... 阅读全文

posted @ 2015-10-06 11:37 暖风的风 阅读(213) 评论(0) 推荐(0) 编辑

2015年10月4日

windows performance

摘要: blogs.technet.com/b/perfguide/archive/2010/09/28/the-microsoft-pfe-performance-guide-start-here.aspx 阅读全文

posted @ 2015-10-04 23:38 暖风的风 阅读(196) 评论(0) 推荐(0) 编辑

2015年10月1日

The DiskSpd Storage Performance Tool

摘要: https://enterpriseitnotes.wordpress.com/2013/05/31/understanding-ios-iops-and-outstanding-ios/https://gallery.technet.microsoft.com/DiskSpd-a-robust-s... 阅读全文

posted @ 2015-10-01 19:44 暖风的风 阅读(464) 评论(0) 推荐(0) 编辑

2015年9月27日

machine Learning

摘要: http://www.toptal.com/machine-learning/an-introduction-to-deep-learning-from-perceptrons-to-deep-networksfile:///C:/Users/jacshen/Downloads/Introducin... 阅读全文

posted @ 2015-09-27 19:08 暖风的风 阅读(173) 评论(0) 推荐(0) 编辑

2015年9月20日

NOSQL

摘要: http://blogs.msdn.com/b/bigdatasupport/http://www.couchbase.com/http://www.couchbase.com/sites/default/files/uploads/all/whitepapers/Couchbase_Server_... 阅读全文

posted @ 2015-09-20 23:49 暖风的风 阅读(187) 评论(0) 推荐(0) 编辑

2015年9月19日

X64 Deep Dive

摘要: zhuanhttp://www.codemachine.com/article_x64deepdive.htmlX64 Deep DiveThis tutorial discusses some of the key aspects of code execution on the X64 CPU ... 阅读全文

posted @ 2015-09-19 10:03 暖风的风 阅读(389) 评论(0) 推荐(0) 编辑

2015年8月31日

Debugging and performance,ETW

摘要: http://blogs.technet.com/b/serverandtools/https://channel9.msdn.com/Shows/Defrag-Toolshttp://blogs.msdn.com/b/visualstudioalm/archive/tags/diagnostics... 阅读全文

posted @ 2015-08-31 00:17 暖风的风 阅读(208) 评论(0) 推荐(0) 编辑

2015年8月13日

Disk Performance

摘要: http://blogs.technet.com/b/josebda/archive/2014/10/13/diskspd-powershell-and-storage-performance-measuring-iops-throughput-and-latency-for-both-local-... 阅读全文

posted @ 2015-08-13 10:35 暖风的风 阅读(252) 评论(0) 推荐(0) 编辑

2015年8月11日

WCF transport-and-message-security

摘要: Things to Consider When Implementing a Load Balancer with WCF https://msdn.microsoft.com/library/hh273122(v=vs.100).aspx Network Load Balancing Techni 阅读全文

posted @ 2015-08-11 22:50 暖风的风 阅读(264) 评论(0) 推荐(0) 编辑

2015年7月12日

performance Counter

摘要: Logmanhttps://technet.microsoft.com/en-us/library/bb490956.aspxhttp://blogs.technet.com/b/askperf/archive/2008/05/13/two-minute-drill-logman-exe.aspxh... 阅读全文

posted @ 2015-07-12 11:01 暖风的风 阅读(164) 评论(0) 推荐(0) 编辑

导航