Tuesday 6 March 2012

Difference Between DLL and EXE in .NET || Dynamic Link Library in .NET || .EXE in .NET


a) In shortcut .exe is an executable file & DLL (Dynamic Link Library) is not an executable file.
b) DLL is an in-process server while exe is a out-process server it means DLL works within the thread of application, while exe works after creating its own thread.

URL Rewriting in .Net || How URL Rewriting works || HTTP Module in .NET || installing the HTTP Module



What is URL Rewriting?
Most dynamic sites include variables in their URLs that tell the site what information to show the user. Typically, this gives URLs like the following, telling the relevant script on a site to load product number 7.

Thursday 1 March 2012

How do you apply Themes to an entire application? || To apply a theme to a Web site in .NET



To apply a theme to a Web site
  1. In the application's Web.config file, set the <pages> element to the name of the theme, either a global theme or a page theme, as shown in the following example: