What is cross page posting?
How do we access viewstate value of the current page in the next page?
Can we post and access view state in another ASP.NET page?
What is SQL Cache Dependency in ASP.NET 2.0?
How do we enable SQL Cache Dependency in ASP.NET 2.0?
What is Post Cache substitution?
Why do we need methods to be static for Post Cache substitution?
How do we encrypt web.config files in ASP.NET 2.0?
In .NET 1.X how was the encryption implemented for config files?
How do you send a email using ASP.NET?
How did you deployment and setup in ASP.NET?
Chapter 6: MVC (Model view controller)
What is MVC?
Can you explain the complete flow of MVC?
Is MVC suitable for both windows and web application?
What are the benefits of using MVC?
Is MVC different from a 3 layered architecture?
What is the latest version of MVC?
What is the difference between each version of MVC?
What are routing in MVC?
Where is the route mapping code written?
Can we map multiple URL’s to the same action?
How can we restrict MVC actions to be invoked only by GET or POST?
How can we maintain session in MVC?
What is the difference between tempdata , viewdata and viewbag?
What are partial views in MVC?
How did you create partial view and consume the same?
How can we do validations in MVC?
Can we display all errors in one go?
What are the other data annotation attributes for validation in MVC?
How can we enable data annotation validation on client side?
What is razor in MVC?
Why razor when we already had ASPX?
So which is a better fit Razor or ASPX?
How can we use Ajax in MVC?
Chapter 7: SQL SERVER
What is normalization? What are different types of normalization?
What is denormalization?
What are the different types of joins? What is the difference between them?
What is a candidate key?
What are indexes and what is the difference between clustered and nonclustered?
How can you increase SQL performance?
What is DTS?
What is fill factor?
What is RAID and how does it work?
What is the difference between DELETE and TRUNCATE TABLE?
If locking is not implemented, what issues can occur?
500 Important C# and.NET interview questions asked to C# developers
Start from the beginning
