Shortcut Key
|
Description
|
Ctrl+Shift+B
|
Builds the solution
|
Ctrl-X or
Shift-Delete |
Cuts the
currently selected item.
|
Ctrl-C or
Ctrl-Insert |
Copies the
currently selected item |
Wednesday, 4 April 2012
Shortcut Keys for Visual Studio || ShortCut KEYS
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.
Sunday, 4 March 2012
Windows Authentication to Access SQL Server Through a ASP.NET Web Application || Configuring SQL Server || Configuring IIS: || Configuring the ASP.NET Web Application || Creating Connection Strings
We
need to configure the following four different areas to access Windows
integrated security:
1. SQL
Server
2. IIS
Web Server
3. ASP.Net
web application
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
- 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:
Subscribe to:
Posts (Atom)