What is Windows Azure?

Thursday, October 8, 2009


Windows Azure is the cloud services operating system that serves as the development, service hosting, and service management environment for the Windows Azure Platform.



www.codecollege.NET

What Is an Indexer?


An indexer is a set of get and set accessors, similar to those of properties. It gives get and set access to multiple data members of the class.



www.codecollege.NET

What are the 5 scope specifiers available in c#?


1. private
2. public
3. protected
4. internal
5. protected internal



www.codecollege.NET

What are MMC tools or snap-ins ?


MMC tools (called snap-ins) can be used to administer networks, computers, services,
applications and other system components. MMC does not perform administrative functions, but hosts a variety of Windows and non-Microsoft snap-ins that do.



www.codecollege.NET

What is MMC ?


Microsoft Management Console is a framework that unifies and simplifies day-to-day system management tasks on Windows by providing common navigation, menus, toolbars, and workflow across diverse tools.



www.codecollege.NET

How will you register IIS in your computer?


regsvr32 %systemroot%\system32\inetsrv\inetmgr.dll



www.codecollege.NET

What is the expansion of MMC?


Microsoft Management Console



www.codecollege.NET

What is the name of interface that is implemented for an Asynchronous page?


IHttpAsyncHandler



www.codecollege.NET

What page directive you need to set to make a page Asynchronous?


<%@ Page Async="true" ... %>



www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books