Tag: Development

Community

Computing Time in .NET

One of the pitfalls with the abundance of classes that .NET provides is not picking the right class for the job. The right selection is especially important when performance is a consideration. In this article, I will use a tool called MeasureIt and walk you through rapidly benchmarking various cla

Community

URL Routing with ASP.NET 4.0

(Rohit Sinha) One of the features of ASP.NET 4.0 is built-in support for Bi-directional URL Routing. With VS 2010 Beta 1 out for sometime, I dig into more details with some hands-on work. In this article I will show the implementation of URL routing with .NET framework 4 Beta 1. It will also cover b