Error!
Success!

By tag: performance

showing:  of
0
kicks

JQuery 1.3.2 Released with much better performance  (Unpublished)

The benefits of the new Sizzle selector engine are really starting to come to light as contributions from the larger JavaScript community come in. A number of additions have landed that have helped to improve the performance of the engine - especially in Internet Explorer.


Kicked By:
Drop Kicked By:
0
kicks

Looking for database performance bottlenecks of a web site  (Unpublished)

How to use Fiddler and SQL Server Profiler to look for database performance bottlenecks


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

SQL SERVER - Rules for Optimizining Any Query - Best Practices  (Unpublished)

This subject is very deep subject but today we will see it very quickly and most important points. May be following up on few of the points of this point will help users to right away improve the performance of query. In this article I am not focusing on in depth analysis of database but simple tric...


Kicked By:
Drop Kicked By:
0
kicks

How to Calculate Network Utilization in .NET  (Unpublished)

How to calculate utilization of a particular network interface in .NET using performance counters and a bit of math.


Kicked By:
Drop Kicked By:
0
kicks

Creating high performance WCF services  (Unpublished)

"I had a WCF service where I wanted to be able to support over a hundred concurrent users, and while most of the service methods had small payloads which returned quickly, the startup sequence needed to pull down 200,000 records. The out of the box WCF service had no ability to support this sce...


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET Performance By Design: Takeaways From PDC  (Unpublished)

The digest for PDC "Performance By Design" sessions


Kicked By:
Drop Kicked By:
0
kicks

Solving common problems with Compiled Queries in Linq to Sql for high  (Unpublished)

If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow....


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET Performance: Fast AJAX, Faster AJAX  (Unpublished)

Utilize ASP.NET AJAX hidden gems to improve AJAX performance by directly calling web services.


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET Performance: Dynamically Loaded Assemblies Cause Application R  (Unpublished)

Walkthrough to identify the root cause of application recycles in ASP.NET


Kicked By:
Drop Kicked By:
0
kicks

Some performance issues and caveats of LINQ  (Unpublished)

Linq to collections generally performs worse, than the hard-coded approach. In the high-stress scenarios (i.e.: in heavy math calculations) improper Linq usage could become a problem. Let’s write a couple of micro-benchmarks and compare the performance of hand-written loops with the Linq.


Kicked By:
Drop Kicked By:
0
kicks

Have you seen the new ANTS profiler?  (Unpublished)

Red-Gate has put out a new version (4.0) of their ANTS profiler. The updates to the performance profiler blew me away.


Kicked By:
Drop Kicked By:
0
kicks

Browser Performance - What's Changed with Chrome in the Mix?  (Unpublished)

This week Google released their new browser, Chrome. There has been so much buzz about it that it's been deafening. It is seriously amazing how passionate people get about a browser. But let's face it, a browser is likely what most people use more than any other software on their computer now days. ...


Kicked By:
Drop Kicked By:
0
kicks

LINQ to SQL queries involving strings cause SQL Server procedure cache  (Unpublished)

Be careful when using LINQ. If an application is using LINQ to SQL and the queries involve the use of strings that can be highly variable in length, the SQL Server procedure cache will become bloated with one version of the query for every possible string length


Kicked By:
Drop Kicked By:
0
kicks

Which is faster? Silverlight or Flash?  (Unpublished)

Benchmarks of RIA performances: Flash/Flex is faster when it comes to graphic rendering, but Silverlight is faster when it comes to pure computation speed.


Kicked By:
Drop Kicked By: