Attempt any Eight questions.
[8*5=40]
4.
Describe the procedure of deploying .NET core application. [5]
5.
How does ASP.NET core MVC provides patterns-based way to build dynamic website? Explain. [5]
6.
Define state management. Explain the parts of state management on the client side. [5]
7.
Distinguish between roles and policies. Explain about Kestrel web server in ASP.NET core. [5]
8.
Describe the life cycle of Dependency Injection container. [5]
9.
Create a class named EMPLOYEE as super class and ENGINEER and DOCTOR as sub class. Make your own assumptions as properties and methods. [5]
10.
What is the task of ORM? Discuss about open redirect attacks. [5]
11.
Write short notes on: a. Polymorphism b. Hidden Field [5+5]
12.
Write a program to validate the form that takes input user name, password and phone number using JQuery. All fields must be non-empty and phone number must contain exactly 10 digits. [5]