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 you do authentication and authorization in MVC?
How to implement windows authentication for MVC?
How do you implement forms authentication in MVC?
How to implement Ajax in MVC?
What kind of events can be tracked in AJAX ?
Figure 6.9:- tracked in AJAX
What is the difference between “ActionResult” and “ViewResult”?
What are the different types of results in MVC?
What are “ActionFilters”in MVC?
Can we create our custom view engine using MVC?
Figure 6.12:- output How to send result back in JSON format in MVC?
Figure 6.13:- JSON format in MVC What is “WebAPI”?
But WCF SOAP also does the same thing, so how does “WebAPI” differ?
With WCF also you can implement REST,So why “WebAPI”?
How to implement “WebAPI” in MVC?
Section 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?
What are different transaction levels in SQL SERVER?
What are the different locks in SQL SERVER?
Can we suggest locking hints to SQL SERVER?
What is LOCK escalation?
What are the different ways of moving data between databases in SQL Server?
What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
What is the difference between UNION and UNION ALL SQL syntax?
How can you raise custom errors from stored procedure?
What is ACID fundamental?
What is DBCC?
What is the purpose of Replication?
What are the different types of replication supported by SQL SERVER?
How to prepare for c# and .NETinterviews?
Start from the beginning
