Tuesday, June 14, 2011
Fastest SQL Server Paging implementation
I found a great article that shows the fastest sql paging implementation. Click here to learn more.
Monday, January 25, 2010
Friday, January 22, 2010
10 ASP.NET Performance and Scalability Secrets
10 ASP.NET Performance and Scalability Secrets should implement for sites that require improved performance.
For additional information on improving ASP.NET Performance click here.
For additional information on improving ASP.NET Performance click here.
Thursday, January 21, 2010
JavaScript Closures
Javascript closures can cause memory leaks and should be used with care. Click here to learn more.
The pattern of public, private, and privileged members is possible because JavaScript has closures. What this means is that an inner function always has access to the vars and parameters of its outer function, even after the outer function has returned. There is no book currently available on JavaScript programming that shows how to exploit it.
For a good Javascript book click here.
Javascript closures:
The pattern of public, private, and privileged members is possible because JavaScript has closures. What this means is that an inner function always has access to the vars and parameters of its outer function, even after the outer function has returned. There is no book currently available on JavaScript programming that shows how to exploit it.
For a good Javascript book click here.
Javascript closures:
Managed Threading Best Practices
".NET Framework Developer's Guide" has important threading concepts for .NET development.
Managed Threading Best Practices can be found here.
Click Event-based Asynchronous Pattern Overview to read about even based asynchronous pattern and its implementation.
Additional threading info below:
Threads and Threading
The Managed Thread Pool
Exceptions in Managed Threads
Managed Threading Best Practices can be found here.
Click Event-based Asynchronous Pattern Overview to read about even based asynchronous pattern and its implementation.
Additional threading info below:
Threads and Threading
The Managed Thread Pool
Exceptions in Managed Threads
Wednesday, January 20, 2010
WPF Threads
Learn about how WPF handles threads. WPF now offers two UI threads. Click on WPF Threads
and WPF Threading Model to learn more....
and WPF Threading Model to learn more....
Subscribe to:
Posts (Atom)
