.NET news » Performance Performance Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 >
Maximizing .NET Performance (Expert's Voice)
Author: Nick Wienholt
Average rating: 4.5 / 7
(7 reviews)
More .NET Performance books
download
High-Performance .NET Application Development & Architecture
This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices.
Winning Forms: Practical Tips For Boosting The Performance Of Windows Forms Apps
This article discusses techniques you can use to ensure that Windows Forms-based apps provide optimal performance to match the rich UI responsiveness they're known to provide.
13 Feb 2006, 23:01:31   Source: Winning Forms: Practical Tips For Boosting The...   Tags: Performance
How to write friendlier code for the Garbage Collector and to gain performance boost
Learn how to create objects in a way that diminishes the GC performance cost.
Using custom attributes to add performance counters to your application
A brief overview of what performance counters are and a library that makes their use a bit easier.
NCache 2.0
NCache is a high performance in-memory object caching solution for mission critical .NET applications with real-time data access needs. NCache not only lets you cache read-only data but also complex transactional data with relationships. As a result, your application can cache most of its data and dramatically improve performance.
30 Jan 2006, 11:27:23   Source: NCache 2.0   Tags: Components Performance
.NET Framework: Introducing Generics in the CLR
Generics are a shipping feature of the .NET Framework 2.0, and managed code is faster, more maintainable, and more robust because of it. Jason Clark provides an in-depth look.
24 Jan 2006, 21:21:37   Source: .NET Framework: Introducing Generics in the CLR   Tags: Performance
Exceptions and Performance in .NET
Almost every time exceptions are mentioned in mailing lists and newsgroups, people say they're really expensive, and should be avoided in almost all situations. Jon Skeet examines the claim.
19 Jan 2006, 12:49:00   Source: Exceptions and Performance in .NET   Tags: Performance
CLR Inside Out: Improving Application Startup Time
Client application startup time is really important to users. In this month's CLR Inside Out column, the CLR team provides valuable tips on improving startup speeds.
11 Jan 2006, 01:24:42   Source: CLR Inside Out: Improving Application Startup Time   Tags: Performance C#
Improve performance using ADO.NET 2.0 batch update feature
When you use SqlDataAdapter for performing updates, the SqlDataAdapter propagates the updates one by one. That means if there are 100 rows to be updated the SqlDataAdapter will execute 100 separate operations against the database. As you might have guessed this is not efficient while dealing with large number of rows. Fortunately SqlDataAdapter allows you to execute updates in batches. You can specify the batch size i.e. number of rows to be treated as a single batch via UpdateBatchSize property.
CLR Inside Out: Base Class Library Performance Tips and Tricks
CLR Inside Out: Base Class Library Performance Tips and Tricks
13 Dec 2005, 02:00:00   Source: CLR Inside Out: Base Class Library Performance Tips and...   Tags: Performance
< 1 2 3 4 5 6 7 8 9 10 11 >