.NET news » Performance 
A high performance binary serializer using MS Common Intermediate Language
A high performance binary serializer using MS Common Intermediate Language.
1 Feb 2011, 13:29:00 Source: A high performance binary serializer using MS Common...
Tags: Performance
Parallel Computing: It's All About the SynchronizationContext
SynchronizationContext is a class (and concept) that is central to the correct operation of multithreaded components on .NET, but is often overlooked or misunderstood.
Parallel Computing: Data Processing: Parallelism and Performance
How can you use parallel coding techniques to squeeze the utmost performance out of multi-core systems when processing data? There are many different approaches, but we show you the absolute best.
3 Jan 2011, 18:00:00 Source: Parallel Computing: Data Processing: Parallelism and...
Tags: Performance
Declarative Data Parallelism Using Parallel LINQ
Applications can be single threaded or multithreaded. A single-threaded application is one in which the processor executes threads in a sequence, i.e., a thread would be scheduled by the operating system only if the execution of the currently running thread is complete. This approach doesn’t provide much system throughput (a measure of the amount of work done in unit time).
Security Briefs: Improve ASP.NET Security with Visual Studio Code Analysis
Visual Studio code analysis and FxCop enable you to check your code automatically for design, performance and security issues. Now you can check your ASP.NET apps, too. We’ll show you how.
2 Dec 2010, 18:00:00 Source: Security Briefs: Improve ASP.NET Security with Visual...
Tags: Performance
.NET Performance: Performance Diagnostics of .NET Applications Using ETW
Event Tracing for Windows (ETW) is a powerful logging technology that's leveraged in the .NET Framework 4 CLR to make profiling your managed application simpler than ever. ETW collects system-wide data and profiles all resources (CPU, disk, network and memory) making it very useful for obtaining a holistic view.
Windows Phone 7 Apps: Build Data-Driven Apps with Windows Azure and Windows Phone 7
The performance of data-driven Windows Phone 7 apps relies on both good UI coding practices and snappy access to data. We’ll cover some important design considerations for using Windows Azure effectively with Windows Phone apps.
2 Dec 2010, 18:00:00 Source: Windows Phone 7 Apps: Build Data-Driven Apps with Windows...
Tags: Performance
Introduction to Parallelism in .NET 4.0
Introduction to the parallelism features of .NET 4.0 - PLINQ, the TPL and Rx.
A Comprehensive Look at the Task Parallel Library
An Article that examines the TPL, Parallel Loop Constructs, and PLINQ
Package that speeds up loading of JavaScript, CSS and image files
Improves web site performance by combining and minifying JavaScript and CSS files on the fly. Improves image caching and loading. Very easy to add to any ASP.NET web site.
6 Nov 2010, 03:26:00 Source: Package that speeds up loading of JavaScript, CSS and...
Tags: Performance

