|
|
Stories recently tagged with 'Performance'
|
|
published 1 month, 5 days ago, submitted by
maartenba
1 month, 6 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
|
category: C# | Views: 252
|
|
tags:
Architecture, Design, Code, Performance, Quality | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
oazabir
1 month, 23 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...
1 comment
|
category: ASP.NET | Views: 3
|
|
tags:
AJAX, Performance, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xtremebiz
1 month, 27 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...
|
|
tags:
CodeBetter, string, Tips, Performance | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alikl
2 months 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
|
category: ASP.NET | Views: 4
|
|
tags:
Performance, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eugenciuta
2 months, 2 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...
|
|
tags:
Performance, Optimization, Tips, GC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alikl
2 months, 3 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
|
category: ASP.NET | Views: 3
|
|
tags:
Performance, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
2 months, 10 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
|
category: ASP.NET | Views: 4
|
|
tags:
Performance, threading, Architecture, ASP.NET, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alikl
2 months, 13 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...
|
|
tags:
Performance, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alikl
2 months, 13 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...
|
|
tags:
Performance, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 19 days ago, submitted by
gt1329a
2 months, 19 days ago
encosia.com — A thorough explanation of why ASP.NET AJAX page methods must be static methods, including information about the Page class, ViewState serialization, and what a static method actually is. read more...
1 comment
|
category: AJAX | Views: 1
|
|
tags:
WebServices, Performance, Encosia, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|