.NET news » Performance Performance Rss Feed

Using the Entity Framework to Reduce Network Latency to SQL Azure

Your app may function as expected when you switch to using a cloud database, but profiling and tuning queries to account for the varying effects of network latency can help you boost overall performance.

Thread Pools: Scalable Multithreaded Programming with Thread Pools

Getting the most out of multicore systems means diving head-first into multithreaded programming. In this issue, Ron Fosner demonstrates some simple methods for adding parallel operation to your code, along with techniques for measuring how much you’ve improved execution.
30 Sep 2010, 19:00:00   Source: Thread Pools: Scalable Multithreaded Programming with...   Tags: Performance

CLR Inside Out: New Features and Improved Performance in Silverlight 4

Silverlight 4 brings a number of important changes including new GC modes, improved startup performance, and new base class features that enable new offline scenarios. We’ll walk you through the details.

Interoperability: Runtime Data Sharing Through an Enterprise Distributed Cache

Learn how an enterprise distributed cache can help .NET and Java apps share data at run time, providing high performance and scalability.
30 Sep 2010, 19:00:00   Source: Interoperability: Runtime Data Sharing Through an...   Tags: Performance

Forecast: Cloudy: Performance-Based Scaling in Windows Azure

One of the great features of cloud computing is the ability to scale up or down to serve the needs of the application owner. We’ll show you a technique for programmatically scaling your app in Windows Azure based on application performance.

Async Agents: Actor-Based Programming with the Asynchronous Agents Library

The agent model provides an effective method of hiding latency for efficient parallel execution. The Asynchronous Agents Library (AAL) lets you use this actor-based model with message-passing interfaces, and we’ll show you how it works.
30 Aug 2010, 19:00:00   Source: Async Agents: Actor-Based Programming with the...   Tags: Performance

.NET Best Practice No: 3:- Using performance counters to gather performance data

.NET Best Practice No: 3:- Using performance counters to gather performance data

WCF Optimization and Service @ High Speed

Implementing high speed wcf service with Cient side Service Caching and Instance Management
11 Aug 2010, 18:06:00   Source: WCF Optimization and Service @ High Speed   Tags: Performance

Search Engine Optimization in AJAX site

How to achieve search engine optimization in AJAX site
11 Aug 2010, 09:41:00   Source: Search Engine Optimization in AJAX site   Tags: Performance

Parallel programming in .NET - Internals

.NET 4 brings a powerful Task library to support a piece of code to run in parallel processors. What it does just simply spawns threads into multiple processes using the newly written task libraries (System.Threading.Tasks) in mscorlib 4.0. Task libraries contain methods like For, ForEach and Invok
21 Jul 2010, 14:24:00   Source: Parallel programming in .NET - Internals   Tags: Performance