What is the short cut for collapsing all the open classes and methods in .net?

Saturday, November 28, 2009


Ctrl + M O


www.codecollege.NET

What is the short-cut for running a TestMethod in .NET Unit Test Case Project?


Ctrl + R , Ctrl + T


www.codecollege.NET

What should you do to make Routing handle requests that point to files?


If you want routing to handle all requests, even requests that point to files, you can overwrite the default behavior by setting the RouteExistingFiles property of the RouteCollection object to true. When you set this value to true, all requests that match a defined pattern are handled by routing.


www.codecollege.NET

What are URL Routes in ASP.NET Routing?


The URL patterns that you define are known as routes.


www.codecollege.NET

What is Asp.NET Routing?


ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a file, you can use URLs in a Web application that are descriptive of the user's action and therefore more easily understood by users.


www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books