Tag: Development

Community

URL Mapping in ASP.NET 2.0

(Bipin Joshi) Few months back I wrote an article titled URL Rewriting in ASP.NET that illustrates how URL rewriting can be accomplished via code. ASP.NET 2.0 doesn’t change the situation too much but has added some handy configuration options for URL mapping. In URL mapping a URL1 is mapped with URL

Community

.NET Portable Executable File

(Abey George Peter) Lets try to figure out what’s inside PE and how its helps CLR to run our dlls. If you compile your source code, the compiler translates your source code into Microsoft Intermediate Language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted