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.1, syllabus wise question

Building Applications with React and ASP.NET Core
1.
How do you create form using React? Illustrate with an example. [5]
2.
Define JSON. What is the use of base keyword? Give an example. [5]
Client-side Development in ASP.NET Core
1.
Why do we need to validate form in client side? Justify with an example. [5]
Creating ASP.NET core MVC applications
1.
What do you mean by dependency injection and IOC container? Describe the methods for creating controller and action with example. [10]
HTTP and ASP.NET Core
1.
Define cookies. What are the uses of hidden fields? [5]
Introduction to ASP.NET
1.
Describe the MVC pattern in ASP.NET. [5]
Language Preliminaries
1.
Differentiate between error and exception. Write a program to take the input for any five subjects and throw the exception if the given marks is negative or exceed 100. [10]
2.
Explain about MSIL and CLR. [5]
Securing in ASP.NET Core Application
1.
List the uses of docker. How do you secure controller and action methods? [5]
State Management on ASP.NET Core Application
1.
What is the use of session state? Discuss about single page application. [5]
Working with Database
1.
Why do we need reader and adapter class? Using ADO.NET, in a relation BOOK (id, author, name, price), delete the books having price less than 500. [10]
2.
Illustrate the concept of SQL injection with an example. [5]