ASP.NET 2.0 Interview Questions
- What is delay signing?
- What is event bubbling?
- What is an abstract class?
- What is versioning in .NET?
- How Data adapter fill works?
- Explain what is smoke testing?
- How to create dynamic Gridview?
- What is IPostBack? How to use it?
- How to delete images from the folder?
- How to modify user settings in asp.net?
- How do you create a permanent cookie?
- List of Words of PreProcessor in .NET?
- How do we Sort the data from a Dataset?
- What is the root namespace for all types?
- Which namespace is used by ADO.NET?
- How to pass text box values to an XML?
- How to rename a table using Sql queries?
- What is different in .Net 1.1 and .Net 2.0?
- How to connect user controls to database?
- How do you call procedures in data stage?
- What is the coding for calendar in asp.net?
- How is a property designated as read-only?
- What is difference between OR and ORElse?
- Which dll handles the request of .aspx page?
- Difference between Dataset and Data Reader?
- What base class do all Web Forms inherit from?
- How many types of cookies are available in asp?
- Explain How is a property designated as read-only?
- How many classes can a single .NET DLL contain?
- What is server infrastructure & Server components?
- What is difference between singleton and single call?
- Can a .NET web application consume Java web service?
- What method do you use to explicitly kill a user s session?
- How would you implement inheritance using VB.NET/C#?
- What is the difference between a defect and an enhancement?
- In order to get assembly info which namespace we should import?
- How do we get only edited/deleted/inserted records from a Dataset?
- How does u get record no from 5 to 15 from a dataset of 100 records?
- How can you provide an alternating color scheme in a Repeater control?
- How to reduce the width of textbox in Edit Command Column of Data Grid?
- Whats MSIL and why should my developers need an appreciation of it if at all?
- How do u declare static variable and how it is declared and what is its lifetime?
- Can you explain what inheritance is and an example of when you might use it?
- Name some of the Microsoft Application Blocks. Have you used any? Which ones?
- What tags do you need to add within the asp: datagrid tags to bind columns manually?
- How would you get ASP.NET running in Apache web servers – why would you even do this?
- Which method do you invoke on the Data Adapter control to load your generated dataset with data?
- What property do you have to set to tell the grid which page to go to when using the Pager object?
- What types of data validation events are commonly seen in the client-side form validation?
- Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component?