Top Dot Net Interview Questions :: ALLInterview.com http://www.allinterview.com Top Dot Net Interview Questions en-us Difference between abstract class and interface http://www.allinterview.com/showanswers/28912.html Abstract classes can have implementations for some of its members (Methods), but the inteface class can't have implementation for any of its members. Which is the best institute in hyderabad to learn DotNet? http://www.allinterview.com/showanswers/62865.html YOU CAN JOIN IN DECCANSOFT plase logon www.deccansoft.com Explain in-proc,out-proc and sql server. http://www.allinterview.com/showanswers/16649.html in-proc-----session kept as a live object in the web server sql server---session serialized and stored in sql server(in tempdb) what is the Difference between listbox and combo box? http://www.allinterview.com/showanswers/26639.html In List Box we have to choose one of the option from the drop down list In Combo just like radio button we have to choose any one What is WSDL and disco file ? http://www.allinterview.com/showanswers/20588.html WSDL: Files with the WSDL extension contain web service interfaces expressed in the Web Service Description Language (WSDL). WSDL is a standard XML document type specified by the World Wide Web Consortium. WSDL files are used to communicate What is the difference between authentication and authorization ? http://www.allinterview.com/showanswers/20467.html Authentication An authentication system is how you identify yourself to the computer. The goal behind an authentication system is to verify that the user is actually who they say they are. There are many ways of authenticating a user.Like Pa what are partial classes? http://www.allinterview.com/showanswers/36070.html Partial classes is a new feature of OOPs in .NET2.0 Partial classes means split the class into multiple files. For example u r working with windows applications actually designer.cs is using a class like webform1, u can use What is the main Difference Between .Net 2003 and .Net 2005.and also http://www.allinterview.com/showanswers/56576.html • Difference b/w .net 2003 & .net 2005 1. vs.net2003 doesn’t carry personal webserver.whereas vs2005 will carrying personal web server called asp.net development server 2. Vs.net2003 will create set of different files for asp.net applicati How do you register the dotnet component or assembly ? http://www.allinterview.com/showanswers/20708.html The steps to register a dot net component is: The command line instruction to create a strong name. sn -k ComInterOp.snk. Strong name is a unique name created by hashing a 128-bit encryption key against the name of the Assembly (ComInterOp What is CLR, CLS,CTS http://www.allinterview.com/showanswers/59982.html The CLR is the execution engine for .NET framework applications. Commom Type System. This is the range of types that .NET runtime (CLR) understands. Commom Language Specification. This is the subset of CTS, which all .NET languages must sup The maximum report processing jobs limit configured by your system a http://www.allinterview.com/showanswers/57352.html Use Report.Close() and Report.Dispose() Methods. Explain the .NET architecture. http://www.allinterview.com/showanswers/4811.html The architecture of any application depends upon the sequence of execution of the program. Since ASP.Net is a web application, the execution starts from the web server and follows the entire life cycle of the aspx page. Difference between manifest , metadata? http://www.allinterview.com/showanswers/35309.html Manifest Maintains the information about the assemblies like version, name locale and an optional strong name that uniquely identifying the assembly. This manifest information is used by the CLR. The manifest also contains the security demand Where is global assembly cache located on the system? http://www.allinterview.com/showanswers/19491.html Usually C:\winnt\assembly or C:\windows\assembly. what is the difference between checkbox and radiobutton? http://www.allinterview.com/showanswers/11085.html In check box you can have multiple choice but in case of radio button you have select any one at a time.