Steve Chan

ASP.NET and MVC Tips and Tricks

Tuesday, 3 January 2017

ASP.NET Tips #81 - Use fastest HTML DOM .textContent property to write text to any HTML element

›
Referring back to the previous blog , many were asking about the performance speed to write text to any HTML element. Hence, I did some res...
2 comments:
Thursday, 29 December 2016

ASP.NET Tips #80 - Use fastest HTML DOM .textContent property to read text from any HTML element

›
Referring back to the previous blog , many were asking about the performance speed to read text from any HTML element. Hence, I did some re...
Tuesday, 1 November 2016

ASP.NET Tips #79 - Use fastest HTML DOM getElementById() method to access any HTML element

›
The document.getElementById() or jQuery(#id) method returns the element that has the ID attribute with the specified value. This method i...
Thursday, 4 February 2016

ASP.NET Tips #78 - Dispose of unmanaged resources

›
File I/O, network resources, database connections, etc, should be disposed of once their usage is complete, rather than waiting for the Garb...
1 comment:
Tuesday, 2 February 2016

ASP.NET Tips #77 - Avoid duplicate string reference issues

›
String referencing duplication is one of the major memory hogging performance issues. String interning is a useful solution if you're ge...
Friday, 29 January 2016

ASP.NET Tips #76 - Preallocate sizes on things if you can

›
Many objects like memory stream, list, and dictionary will double their size as needed causing wasteful copying and allocations. If you know...
Thursday, 28 January 2016

ASP.NET Tips #75 - Learn about the .NET Garbage Collector (GC) and when it can cause pauses that slow your application down

›
Over time the .NET GC has become more advanced (most notably the Background Server GC Mode in .NET 4.5), but there are still situations wher...
1 comment:
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.