How will you disable personalization in ASP.NET Web Parts?

Monday, November 30, 2009


By using the attribute personalization-enabled as given in the below example,
<asp:webpartmanager runat="server" id="wpm1"
personalization-enabled="false" />


www.codecollege.NET

Web Parts personalization is enabled by default on Web Parts pages. True or False.?


True.


www.codecollege.NET

What is purpose of WCAG ?


The Web Content Accessibility Guidelines (WCAG) documents explain how to make Web content accessible to people with disabilities.


www.codecollege.NET

What is url rewriting in asp.net?


URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL.


www.codecollege.NET

What is the expansion of WCAG ?


Web Content Accessibility Guidelines.


www.codecollege.NET

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

What is the attribute that need to be added for a class to be tested in Unit Testing?

Wednesday, November 4, 2009


[TestClass]


www.codecollege.NET

What is the attribute that need to be added for a method to be tested in Unit Testing?


[TestMethod]


www.codecollege.NET

What is nAML?


It is .NET Application Modeling Language, pronounced as “namel” is a visual modeling semantics to model .net applications with wide range of specific details. It contains extremely powerful visual notations and semantics to illustrate complex application components, processes and operations easily.


www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books