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

B.Sc Computer Science and Information Technology

Institute of Science and Technology, TU

NET Centric Computing (CSC378)

Year Asked: 2080, syllabus wise question

Client-side Development in ASP.NET Core
1.
What are tag helpers? What tag helper provides? [5]
HTTP and ASP.NET Core
1.
How do you manage state on stateless HTTP? How do you validate form using JQuery? Describe with your own assumptions. [10]
2.
Describe the importance of MVC pattern in designing web applications. [5]
Introduction to ASP.NET
1.
How do you create controller? Mention some requirements for rendering HTML. [5]
Language Preliminaries
1.
What are the needs for partial class and sealed class? How do you relate delegate with events? State the steps to deploy .NET core application. [10]
2.
Differentiate between generic and non-generic collections. Write a simple program to create generic class with generic constructor, generic member variable, generic property and generic method. [5]
3.
Write short notes on: (any two) a. Lambda Expression b. Cross Site Request Forgery c. Single Page Application [5+5+5]
Securing in ASP.NET Core Application
1.
Explain the chances of SQL injection attack with a scenario. [5]
2.
Define claim and policy in terms of authorization. How and when do you create hidden fields? [5]
State Management on ASP.NET Core Application
1.
Mention the two types of services managed by IoC container and how they are registered? [5]
Working with Database
1.
How do you cache the information of the client and what are its uses? Create a table named BAG(ID, Brand, Price, Date). Perform the following operations using Entity Framework Core. a. Update the Price of those Book to 2000 which are published on 2022. b. Delete the Book which are published in 1981. c. Retrieve the Brand of Book having price greater than 500. [10]
2.
What is the role of adapter class in ADO.NET? List some features of URL routing. [5]