New Microsoft Related Interview Questions :: ALLInterview.com http://www.allinterview.com New Microsoft Related Interview Questions en-us What are the data types is possible to store in session? and can we http://www.allinterview.com/showanswers/75473.html Any data type can be stored session. Because it accepts all the objects what is SQL cache Invalidation? http://www.allinterview.com/showanswers/75441.html SQL cache invalidation enables you to make the cache entry dependent on the database, so the cache entry will only be cleared when data in the database is changed. Polling-based Invalidation This mechanism uses polling to check if a table has Hi, I am USINg QTP tool for automation. Where VB Script have to use http://www.allinterview.com/showanswers/75406.html what are the aggregate functions in ASP.NET? http://www.allinterview.com/showanswers/75308.html Can a master page inherit another master page? http://www.allinterview.com/showanswers/74998.html no bcoz master page r templete of one web side How does SQL Server session state works http://www.allinterview.com/showanswers/74996.html SET SQL SERVER SESSION STATE What is the difference between readonly and const http://www.allinterview.com/showanswers/74995.html both meant for constant values. a const field can only be initialized at the declaretion of the field. a read only field can be initialized either in initialization or in constructer. therefore , reaadonly field can have different values depe What are the features that are new in .net 2.0 http://www.allinterview.com/showanswers/74994.html What are the ADO.NET Controls? http://www.allinterview.com/showanswers/74965.html What are all the ways to find out types of objects? http://www.allinterview.com/showanswers/74931.html .TYPE diff b/w windows and console application? http://www.allinterview.com/showanswers/74867.html difference between a console application and a Windows application is the way in which the program gets user input. A console application gets keyboard input through the Console.Read or Console.ReadLine methods; a Windows Forms application ge wht is the use of console application? http://www.allinterview.com/showanswers/74866.html Console Applications are command-line oriented applications that allow us to read characters from the console, write characters to the console and are executed in the DOS version. Console Applications are written in code and are supported by the Where are all .NET Collection classes located ? http://www.allinterview.com/showanswers/74771.html In System.Collections What is Dispose method in .NET ? http://www.allinterview.com/showanswers/74769.html Dispose method is used to release unmanaged resources when unmanaged resources are no longer in use and referenced and is manually called by the programmer What does virtual keyword mean ? http://www.allinterview.com/showanswers/74768.html Virtual mean that the function and property can be overriden in drive class