How to prepare for c# and .NETinterviews?

Start from the beginning
                                        

How can we save all data from dataset?

How can we check that some changes have been made to dataset since it was loaded?

How can we add/remove row is in “Data Table” object of “Dataset”?

What is basic use of “Data View”?

What is the difference between “Dataset” and “Data Reader”?

How can we load multiple tables in a Dataset?

How can we add relation between tables in a Dataset?

What is the use of Command Builder?

What’s difference between “Optimistic” and “Pessimistic” locking?

How many ways are there to implement optimistic locking in ADO.NET?

How can do pessimistic locking?

How can we perform transactions in .NET?

What is difference between Dataset.Clone and Dataset.Copy?

Can you explain the difference between an ADO.NET Dataset and an ADO Record set?

Explain in detail the fundamental of connection pooling?

What is Maximum Pool Size in ADO.NET Connection String?

How to enable and disable connection pooling?

What are  the major differences between classic ADO and ADO.NET?

Section 5:    ASP.NET

Can you explain ASP.NET page life cycle?

What are Httphandlers and HttpModules?

What is the difference between Httphandlers and HttpModules?

How do we write a Httphandler ?

How do we write anHttpModule?

Can you explain how ASP.NET application life cycle works?

In which event are the controls fully loaded?

How can we identify that the Page is Post Back?

What is the use of @ Register directives?

What is the use of Smart Navigation property?

What is AppSetting Section in “Web.Config” file?

Where is View State information stored?

How can we create custom controls in ASP.NET?

How many types of validation controls are provided by ASP.NET?

How can we force all the validation control to run?

How can we check if all the validation control are valid and proper?

If client side validation is enabled, will server side code still run ?

Which JavaScript file is referenced for validating the validators at the client side?

How to disable client side script in validators?

How can I show the entire validation error message in a message box on the client side?

If a validation is  very complex what will you do ?

Can you explain “AutoPostBack”?

How can you enable automatic paging in Data Grid?

What is the use of “GLOBAL.ASAX” file?

What is the difference between “Web.config” and “Machine.Config”?

How to prepare for c# and .NETinterviews?Where stories live. Discover now