Define indexers. What is the use of base keyword? How can you apply polymorphism in code extensibility?
What are the tasks of ASP. NET web forms? Explain the MVC pattern of ASP.NET.
How do you create Controllers, Actions and Action results? Explain.
Attempt any Eight questions
[8x5=40]List the advantages of Entity framework over ADO.NET.
How do you manage state on stateless HTTP?
Why do we need to validate the form? Describe.
Create a form using React with your own assumption.
How do you detect and prevent vulnerabilities in ASP.NET core application.
What are the purposes of adding authentications to apps? Explain.
Describe any two hosting models for ASP.NET core application.
Given a table BOOK(ISBN,Name,Author,Price), write a program to update the price of the book to 1000 whose author is John.
How rendering HTML with views is done? Explain.