摘要:
In this article, Franz Bouma does some benchmarking to compare the performance differences between dynamic queries and stored procedures. Interesting results... dynamic queries are faster 阅读全文
摘要:
Take a look at these, they were published recently by the CLR perf team: 1. Writing High-Performance Managed Applications 2. Garbage Collector Basics and Performance Hints 3. Writing... 阅读全文
摘要:
Alex have made a great tool titled Smart Paster, it can help you to save your much time in your day to day coding. It was really a great help to me 阅读全文
摘要:
Interview Questions : .NET Remoting 1. What's a Windows process? It's an application that's running and had been allocated memory. 2. What's typical about a Windows process in regards to memory a... 阅读全文
摘要:
Interview Questions : ASP.NET 1. Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process. inetinfo.exe is the Microsoft IIS server running, handling ASP.N... 阅读全文