Bachelors Level/Third Year/Sixth Semester/Science bit/sixth semester/net centric computing/syllabus wise questions

Bachelors In Information Technology

Institute of Science and Technology, TU

NET Centric Computing (BIT351)

Year Asked: 2081, syllabus wise question

Building Applications with React and ASP.NET Core
1.
Create a form using React with your own assumption. [5]
Creating ASP.NET core MVC applications
1.
What are the tasks of ASP. NET web forms? Explain the MVC pattern of ASP.NET. [10]
2.
How do you create Controllers, Actions and Action results? Explain. [10]
3.
Why do we need to validate the form? Describe. [5]
4.
How rendering HTML with views is done? Explain. [5]
Hosting and Deploying ASP.NET Core Application
1.
Describe any two hosting models for ASP.NET core application. [5]
Language Preliminaries
1.
Define indexers. What is the use of base keyword? How can you apply polymorphism in code extensibility? [10]
Securing in ASP.NET Core Application
1.
How do you detect and prevent vulnerabilities in ASP.NET core application. [5]
2.
What are the purposes of adding authentications to apps? Explain. [5]
State Management on ASP.NET Core Application
1.
How do you manage state on stateless HTTP? [5]
Working with Database
1.
List the advantages of Entity framework over ADO.NET. [5]
2.
Given a table BOOK(ISBN,Name,Author,Price), write a program to update the price of the book to 1000 whose author is John. [5]