
닷넷 고성능 코드 써먹기(가제) 또는 .NET 고성능 코드 프로그래밍 개요
Microsoft 엔지니어 벤 왓슨(Ben Watson)이 집필한 초고속 .NET 애플리케이션 구축을 위한 필수 가이드를 살펴보세요. Bing의 서버 인프라 현장에서 작성된 이 기술적 걸작은 수천 대의 머신에서 수백만 건의 요청을 처리하는 시스템을 구동하는 최적화 비결을 공개합니다.
닷넷 고성능 코드 써먹기(가제) 또는 .NET 고성능 코드 프로그래밍의 핵심 주제
- garbage collection optimization
- memory allocation patterns
- just-in-time compilation
- performance profiling tools
- managed code efficiency
닷넷 고성능 코드 써먹기(가제) 또는 .NET 고성능 코드 프로그래밍의 명언
The key insight is that we should work with the CLR, not against it.
"Measure, Measure, Measure!" is the most important rule.
Intuition can be dangerously misleading.
The default assumption should always be that the application needs fixing, not the framework.
Garbage collection is often the first and last performance area developers address.
닷넷 고성능 코드 써먹기(가제) 또는 .NET 고성능 코드 프로그래밍의 등장인물
- Ben WatsonAuthor and Microsoft Bing team engineer
- Vance MorrisonMicrosoft .NET performance architect
닷넷 고성능 코드 써먹기(가제) 또는 .NET 고성능 코드 프로그래밍 요약 다운로드
닷넷 고성능 코드 써먹기(가제) 또는 .NET 고성능 코드 프로그래밍 요약을 무료 PDF 또는 EPUB으로 받으세요. 인쇄하거나 오프라인에서 언제든 읽을 수 있습니다.






















