50 .NET Interview Questions |
While different interviewers may ask distinctive questions, it always helps to be prepared for severe grilling. So we have to drawn up a list of frequently asked 50 .net interview questions. Read all the questions and prepare answers dotted with examples for success in the job interview. - What is .NET?
- How ASP.NET different from ASP?
- How many languages .NET is supporting now?
- What is view state?
- What is smart navigation?
- How to manage pagination in a page?
- How do you validate the controls in an ASP.NET page?
- Can the validation be done in the server side? Or this can be done only in the Client side?
- What are the steps to follow for creating and using a user control in a Web application?
- What is ADO.NET and what is difference between ADO and ADO.NET?
- What are the advantages of migrating to VB.NET?
- What is Machine.config?
- What is the difference between VB and VB.NET?
- What is a Strong Name?
- What is the difference between "using System.Data;" and directly adding the reference from "Add References Dialog Box"?
- What is Web.config?
- What is a Manifest?
- What is a Metadata?
- What is GAC?
- What is a Web Service?
- What is managed code and managed data?
- What is .NET / .NET Framework?
- What is "Common Type System" (CTS)?
- What is "Common Language Runtime" (CLR)?
- What is "Common Language Specification" (CLS)?
- What are Attributes?
- What is an Intermediate language?
- What are the Types of Assemblies?
- What is the difference between a namespace and assembly name?
- What is a Windows process?
- What are possible implementations of distributed applications in .NET?
- What security measures exist for .NET Remoting in System.Runtime.Remoting?
- What is Delegation?
- What is Singleton activation mode and it's use?
- Can you configure a .NET Remoting object via XML file?
- What is "Microsoft Intermediate Language" (MSIL)?
- What are the differences between Datagrid, Datalist and Repeater?
- What is a DataSet?
- What is the difference between DataSet.Copy() and DataSet.Clone()?
- What are the advantages of using detect and redirect approach to globalizing web applications?
- What are advantages of setting the culture dynamically at the thread level over creating separate Web applications for each culture?
- How do you identify user controls?
- What is the difference between Windows authentication and Forms authentication?
- When displaying fonts, what’s the difference between pixels, points and ems?
- What are the authentication methods in .NET?
- What is Serialization in .NET?
- How to achieve Polymorphism in VB.Net?
- What is assembly?
- What is namespaces?
- What do you mean by .NET framework?
|