DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'Performance' Subscribe to this feed
3
kicks
submitted by alikl 7 days, 22 hours ago

blogs.msdn.com — This post shares case studies of high CPU utilization of ASP.NET web sites. High CPU utilization was caused by lack of batch compilation, multiple folders, and use of XmlSerializer. In all cases the result was high CPU and poor performance; the symptom was .NET CLR Loading\Current Assemblies counter showing “unusual” number of loaded assemblies. read more...

Add a comment add a comment | category: | Views: 8
tags: , | tag it

15
kicks
published 2 months, 21 days ago, submitted by maartenba 2 months, 21 days ago

blog.maartenballiauw.be — A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that! read more...

Add a comment add a comment | category: | Views: 255
tags: , , , , | tag it

4
kicks
submitted by dakl1 3 months, 3 days ago

dotnettoad.com — Interesting article that shows different ways of checking if a string is empty and explains the pros and cons. read more...

Add a comment add a comment | category: | Views: 36
tags: , , , | tag it

6
kicks
submitted by oazabir 3 months, 7 days ago

codeproject.com — A web page can load a lot faster and feel faster if the Javascripts files referenced on the page can be loaded after the visible content has been loaded and multiple Javascripts files can be batched into one download. This handy technique combines external javascripts references into one script tag and serves multiple javascripts using a Http Handler. read more...

Add a comment 1 comment | category: | Views: 3
tags: , , | tag it

3
kicks
submitted by xtremebiz xtremebiz 3 months, 11 days ago

codeforeternity.com — You must have come across plenty of articles on the internet which talk about using the StringBuilder class when computing large strings for performance gains. Nothing wrong with that. However I have not seen many coders using the Initial Capacity constructor of the StringBuilder class which can further result in EXTREME PERFORMANCE. read more...

Add a comment add a comment | category: | Views: 5
tags: , , , | tag it

1
kicks
submitted by alikl 3 months, 14 days ago

blogs.msdn.com — Field experience proves - the earlier performance is tackled in development lifecycle the better results achieved. Below are most frequent practices that were most helpful in my engagement with the customers. read more...

Add a comment add a comment | category: | Views: 13
tags: , | tag it

3
kicks
submitted by eugenciuta 3 months, 16 days ago

dotnetfacts.blogspot.com — Now let’s go deeper to understand how the Garbage Collector (GC) is actually collecting the dead objects and how this may affect the performance. read more...

Add a comment 1 comment | category: | Views: 2
tags: , , , | tag it

4
kicks
submitted by eugenciuta 3 months, 16 days ago

dotnetfacts.blogspot.com — The Garbage Collector (GC) can be considered the heart of the .NET Framework. It manages the allocation and release of memory for any .NET application. In order to create good .NET applications, we must know how the Garbage Collector (GC) works. read more...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

2
kicks
submitted by alikl 3 months, 17 days ago

blogs.msdn.com — Serving images dynamically may cause performance hit. Dynamically served images require more HTTP requests which violates Steve Souders' performance rule #1 - Make Fewer HTTP Requests. The latency is also caused by parallelism (or parallel downloading) limitations as described in detail here Performance Research, Part 4: Maximizing Parallel Downloads in the Carpool Lane read more...

Add a comment add a comment | category: | Views: 3
tags: , | tag it

38
kicks
published 3 months, 17 days ago, submitted by sidarok 3 months, 18 days ago

sidarok.com — Sidar gives performance tips on developing linq 2 sql read more...

Add a comment add a comment | category: | Views: 75
tags: , , , , | tag it

1
kicks
submitted by fquednau fquednau 3 months, 20 days ago

realfiction.net — A first look at the two "aspect oriented" frameworks and a rough indicator what it means performance-wise to use them. read more...

Add a comment add a comment | category: | Views: 19
tags: , , | tag it

19
kicks
published 3 months, 20 days ago, submitted by adventurer 3 months, 20 days ago

devintelligence.com — The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application. read more...

Add a comment add a comment | category: | Views: 13
tags: , , , , | tag it

3
kicks
submitted by alikl 3 months, 22 days ago

blogs.msdn.com — Chatty database access is the surefire way for slow performance caused by resources starvation that might even lead to denial of service. read more...

Add a comment add a comment | category: | Views: 3
tags: , , | tag it

4
kicks
submitted by spavkov spavkov 3 months, 25 days ago

microsoft.com — Excellent MSDN Webcast on how to use Asynchronous Programming model in your ASP.NET 2.0 pages to avoid using up all your threads from threadpool for some lengthy operation (remote web service call, remote sql server query etc).. A must-watch! read more...

Add a comment add a comment | category: | Views: 5
tags: , , , , | tag it

4
kicks
submitted by alikl 3 months, 28 days ago

blogs.msdn.com — You need an ad-hoc simple-to-use tool to analyze your web site behavior under load during development, testing, and maintenance phases. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

4
kicks
submitted by alikl 3 months, 28 days ago

blogs.msdn.com — How to anticipate or better off avoid performance related "surprises" during load and stress testing? Apply performance engineering practices throughout SDLC (Software Development LifeCycle). Here are major talking points, tools, resources, and further reading. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge