News in the Category: Performance Subscribe to the rss of this category.

Total posts: 939 | Sort by Views | Sort by Hits

Performance analysis for String and StringBuilder

The Code Project Latest Articles, May 20, 2012
Views: 260 | Hits 46

Performance analysis for String and StringBuilder...

Connecting to Kinect over the wire via TUIO Skeleton

MSDN: Coding4Fun, May 18, 2012
Views: 122 | Hits 1

[A couple paragraphs of intro/comments]TUIO SKELETONHow It WorksThanks to the features of the Tuio protocol, it has been implemented a client-server system for the transmission of the skeleton data ki...

CacheAdapter 2.5Memcached revised

Glavs Blog, May 16, 2012
Views: 136 | Hits 8

Note: For more information around the CacheAdapter, see my previous posts here, here, here and here You may have noticed a number of updates to the CacheAdapter package on nuget as of late. These are...

How to Include Views in ASP.NET MVC & WebMatrix Razor

Chris Love's Official Blog - Professional ASP.NET, May 11, 2012
Views: 138 | Hits 11

As web development and architecture matures so does the way we need to structure our projects. For me that means single page applications. And while I have not had time to write on the topic yet I hav...

Vote for DevExpress in Code Project Reader's 2012 Choice Awards

The ASPx Blog, May 8, 2012
Views: 171 | Hits 2

Update: You only have until May 10th to participate in the Code Project Survey. Code Project is conducting their 2012 Reader's Choice Awards survey. DevExpress would appreciate your particip...

.NET Performance Profiling: Learn the Skills, Write Better Code

The Code Project Latest Articles, May 3, 2012
Views: 160 | Hits 42

In Practical Performance Profiling MVP Jean-Philippe explains how the .NET platform manages memory and uses a sample application based on a real software package to demonstrate a wide range of perform...

.NET Memory Management and Finalization

Simple Talk, May 2, 2012
Views: 136 | Hits 23

In this excerpt from his new book, Practical Performance Profiling: Improving the Efficiency of .NET Code, Jean-Phillipe Gouigoux discusses the Dispose mechanism and the finalization process in the c...

New Course on JsRender Templating Fundamentals with JavaScript

JohnPapa.net, May 1, 2012
Views: 140 | Hits 10

Super fast rendering, code-less tag syntax, and no DOM nor jQuery dependency. Thats JsRender! My latest course JsRender Fundamentals is now available at Pluralsight! Learn how to build fast, robust, a...

Adding Expires Header in IIS 7

Chris Love's Official Blog - Professional ASP.NET, May 1, 2012
Views: 129 | Hits 14

Yesterday I posted about including a favicon for every website or web application to increase performance. Another common oversight is not setting a far-future expires header expiration date. I think ...

2 Months with the ASUS ZenBook UX31E

JohnPapa.net, April 30, 2012
Views: 119 | Hits 13

Its been over 2 months since Ive been using my ASUS ZenBook UX31E out and about for blogging, surfing, coding, and presentations. I wrote about the slick look of the UX31E and my (poor) opinion of the...

SQL Server Transaction Log Fragmentation: a Primer

Simple Talk, April 26, 2012
Views: 127 | Hits 3

Generally, you will have no need to worry about the number of virtual log files in your transaction log. However, if you use the default settings for 'auto-grow', you can end up with such 'fragmentati...

WebRibbon control for ASP.NET

ASP.NET Announcements, April 25, 2012
Views: 260 | Hits 39

Users have been long demanding intuitive user interface that allow them to find commands easier and faster so they can get more tasks done in less time. WebRibbon, part of WebEssentials 2, is invented...

Does JustDecompile Contain Bundled Software?

the telerik blogs, April 20, 2012
Views: 138 | Hits 2

Some developers have been surprised to discover JustCode and JustTrace installed on their system after installing JustDecompile. Whereas most simply try out the tools or uninstall them, some have expr...

Be a Profiling Ninja with Telerik JustTrace Q1 2012 SP1

the telerik blogs, April 13, 2012
Views: 154 | Hits

Nothing says .NET Ninja more than creating beautiful applications from beautiful code, with optimum performance and memory management. Other Telerik products help you create beautiful code, but Teleri...

nopCommerce v2.50 released

ASP.NET Announcements, April 3, 2012
Views: 155 | Hits 16

We are extremely happy to announce the availability of nopCommerce v2.50 for download and upgrade. Visit this page to download the latest version and get involved in the nopCommerce Communit...

Endless Pagination - Load content using DevExpress ASP.NET while scrolling

The ASPx Blog, April 3, 2012
Views: 103 | Hits 6

Check out this solution to provide an 'endless pagination' feature to your DevExpress ASP.NET enabled websites: A DevExpress ASP.NET Approach You can achieve the above sample using these D...

Asus Zen Ultrabook Revisited

Steven Smith, March 27, 2012
Views: 252 | Hits 10

A couple of months ago I got an Asus Zen ultrabook, which I posted about when I first got it, and a month or so later.  Now that Ive had it a while, I thought Id post one more time with how its c...

Entity Developer from Devart Now with Visual Studio 11 Beta support

ASP.NET Announcements, March 26, 2012
Views: 289 | Hits 8

  Following the long-awaited release from Microsoft, Devart Team is glad to announce the release of Entity Developer 4.3 with support for Visual Studio 11 Beta. Users can now benefit from using E...

Concurrent Affairs

Simple Talk, March 16, 2012
Views: 200 | Hits 6

Is the performance boost from writing code that can fully exploit all available cores worth the cost of the additional programming complexity? Right now, with quad-core processors that, at best, can m...

First Impressions on iPad 3

Keyvan Nayyeri, March 16, 2012
Views: 274 | Hits 31

It was almost one year ago when I got my hands on my first tablet ever, iPad 2, and I wrote a detailed review of the device. To be honest, I couldn't ever imagine that iPad can have such a ke...

The way I think about Diagnostic tools

The Moth, March 14, 2012
Views: 306 | Hits 36

Every software has issues, or as we like to call them "bugs". That is not a discussion point, just a mere fact. It follows that an important skill for developers is to be able to diagnose issues in ...

A Performance Meter Used In Call Center Software

The Code Project Latest Articles, March 12, 2012
Views: 247 | Hits 20

How to make a performance meter that looks like the one in Windows Task Manager...

SQL Server netstat monitoring and tuning performance

SQL Server DBA, March 8, 2012
Views: 236 | Hits 12

To display network connections and various network interface statistics netstat is a handy command line based tool. Why is it useful for the DBA ?1) Execute netstat an to view all active connections...

SQL Server Learning SQL Server Performance: Indexing Basics Video

Journey to SQL Authority with Pinal Dave, March 8, 2012
Views: 368 | Hits 15

Today I remember one of my older cartoon years ago created for Indexing and Performance. Every single time when Performance is discussed, Indexes are mentioned along with it. In recent times, data and...

Software Performance for Metro Style Applications

Rico Marianis Performance Tidbits, March 1, 2012
Views: 277 | Hits 17

With the Windows Consumer Preview out the door, I thought it would be interesting to write something about creating great performing Windows applications.  I hope to have a lot more to say about ...

Slides of My Presentation on Architecting Phase Change Memory as a Scalable DRAM Alternative

Keyvan Nayyeri, March 1, 2012
Views: 438 | Hits 6

Being in academia has many advantages and disadvantages, and one of the major advantages is the amount of information you learn everyday as well as witnessing the ideas finding their path to practice ...

ZenBook UX31E - Follow up

JonGalloway.ToString(), February 29, 2012
Views: 268 | Hits 15

I previously wrote about some initial impressions of a ZenBook UX31E I've been reviewing. I've been using it heavily since then and wanted to follow up on how it's been working for me. As A Work / De...

Telerik OpenAccess ORM - It's all about the speed

the telerik blogs, February 27, 2012
Views: 271 | Hits 4

An object relational mapper is about developer productivity, about the ability to quickly and easily make changes to your model, about integrated change tracking, caching and moving to other databases...

Asus Zen Ultrabook One Month Later

Steven Smith, February 23, 2012
Views: 277 | Hits 6

I wrote a few weeks ago about my new Asus Zen Ultrabook computer.  Ive  been using it as my primary laptop computer since then, and thought Id write up a follow-up on how its been.  Ove...

ASP.NET testing the MicroCache, ASP.NET Cache, and non-cached page delivery for performance

EggHeadCafe.com New Articles, February 19, 2012
Views: 49 | Hits 1

ASP.NET caching can be used for as little as a 1/2 second expiration to achieve siginificant performance increases under load. We test with the ASP.NET Cache, a Micro-Cache, and non cached pages with ...

Unboxing the ASUS ZenBook UX31E

JohnPapa.net, February 17, 2012
Views: 281 | Hits 17

Slim, thin, lightweight, powerful and good looking. Thats what I look for in a laptop and thats what I am hoping I got in the ASUS ZenBook UX31E. I move around a lot and heavy laptops with massive pow...

Christina Ricci

Radical Development, February 16, 2012
Views: 290 | Hits 22

Christina is an American actress. Ricci received initial recognition and praise as a child star for her performance as Wednesday Addams in The Addams Family (1991) and Addams Family Values (1993), and...

Announcing RadControls for Windows Phone Q1 2012

the telerik blogs, February 16, 2012
Views: 276 | Hits 1

Welcome to this milestone release for RadControls for Windows Phone, as it brings the suite to a whole new level - fully embracing the concept of Rapid Application Development. This is actually our fi...

Minified CSS for your RadControls for ASP.NET AJAX. Enjoy!

the telerik blogs, February 10, 2012
Views: 100 | Hits

One of the major goals web developers have when building web applications is performance. In general there are three areas that can be improved to achieve better overall performance: the server-side ...

Tuning Red Gate: #1 of Many

Simple Talk, February 9, 2012
Views: 312 | Hits 11

Everyone runs into performance issues at some point, even Red Gate software. Some of our internal systems were running into some serious bottlenecks. What if I were to, oh, I don't know, use a certain...

What Makes End-Users and the Marketplace Love Your Windows Phone App?

the telerik blogs, February 8, 2012
Views: 163 | Hits

An unusual thing happened at the Telerik Windows Phone team product planning meeting for Q1 2012 a few months ago. Instead of starting with our usual mantra What does our customer need in order to bui...

DB2 NEWLOGPATH

DBA DB2, January 26, 2012
Views: 300 | Hits 2

By default , when creating a new DB2 database , the Log path is on the same drive as the data files.To change the log path , configure the NEWLOGPATH database parameterdb2 update db cfg for MYDB using...

Great SQL Server Debates: Buffer Cache Hit Ratio

Simple Talk, January 18, 2012
Views: 575 | Hits 16

One of the more popular counters used by DBAs to monitor SQL Server performance, the Buffer Cache Hit Ratio, is useless as a predictor of imminent performance problems. Worse, it can be misleading. Jo...

A Performance Counters Helper Class

The Code Project Latest Articles, January 17, 2012
Views: 399 | Hits 47

A performance counters helper class that makes it easier to use performance counters in your system, especially for measuring duration and total duration...

Put Hyper-V into Hyper-Drive

Microsoft Certified Professional Magazine Online | Columns, January 12, 2012
Views: 327 | Hits 21

In this first of a series on Hyper-V, Paul looks at squeezing the best performance out of the hypervisor through the right mix of processing power both virtual and physical....

Performance and Design Guidelines for Data Access Layers

Rico Marianis Performance Tidbits, January 10, 2012
Views: 371 | Hits 65

Many problems you will face are actually the building data access layer, sometimes thinly disguised, sometimes in your face; it’s one of the broad patterns that you see in computer science &ndas...

Database Tuning overview Access Path Tuning

DBA DB2, January 4, 2012
Views: 284 | Hits 7

Part of the Performance Tuning series Performance Stack , this section looks at Access  Path Tuning.  How  does the user access the data and how can the access  be maintained. The...

Websphere Portal and DB2 tuning

DBA DB2, January 3, 2012
Views: 255 | Hits 3

Tuning DB2 is critical  if  Websphere Portal is the main client. In larger Websphere Portal architectures , where load balancing is standard , this become obvious. Follow these general guide...

Dynamic Dashboards - New version released.

ASP.NET Announcements, January 2, 2012
Views: 311 | Hits 38

New version of our Dynamic Dashboards product has been released.  NEW FEATURES / ENHANCEMENTS - DashboardEditor page is updated. (Performance and UpdateProgress) - Added Dashboard row position ch...

DBA Become a better DB2 DBA

DBA DB2, January 1, 2012
Views: 259 | Hits 5

2012 a new year . Im looking forward to it , on a professional and personal level. Im already booked out for a lot of DB2 DBA work in the upcoming months.  The projects require DB2 performance t...

Win a free Subscription to New Relic -- a real-time performance dashboard that you install on your web server machine. The engine captures a large amount of information in real time - information that

EggHeadCafe.com New Articles, December 30, 2011
Views: 327 | Hits 2

Win a Free Subscription to New Relic. It allows you to tune page performance based on proven metric, tune and improve database transactions, and improve the availability and user-satisfaction of your ...

Operation Performance Evaluation

The Code Project Latest Articles, December 23, 2011
Views: 339 | Hits 14

Investigating the cost of an operation in cycles within a real world, i.e., no peak, performance measurement of C#, C++, Java, Fortran and JavaScript...

LINQ: We test performance over large collections and find performance bottlenecks

EggHeadCafe.com New Articles, December 19, 2011
Views: 410 | Hits 51

LINQ is "very cool" and brings much-needed elegance and utility to querying collections and other objects. However, there are some real bottlenecks that developers should be aware of when using LINQ...

DB2 Tuning Tables

DBA DB2, December 19, 2011
Views: 415 | Hits 2

Find bottlenecks in DB2 performance   is part of maintaining good response times. Here's a useful approach to locating slow  query response times. Focusing on scans 1)  Run a user ...

Stimulsoft: Professional Reporting in New Product Versions

ASP.NET Announcements, December 15, 2011
Views: 677 | Hits 5

Stimulsoft Company, a leading manufacturer of software for data processing and analysis, announced today the release of version 2011.3 of reporting tools Reports.Net, Reports.Web, Reports Designer.Web...