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: 2079, syllabus wise question

Client-side Development in ASP.NET Core
1.
Explain the uses of cookies. What types of vulnerabilities can occur in web application? Show the case of Cross-site Scripting attack. [10]
2.
What does single page application means? Discuss about server side strategies. [5]
3.
What does dependency injection and IOC container means? Explain. [5]
4.
What is tag helper? Discuss about razor syntax with an example. [5]
Hosting and Deploying ASP.NET Core Application
1.
Describe any two hosting models for core application. Design a client side validation application using jquery for taking input data from student in Library Management System, assume your own assumptions. [10]
HTTP and ASP.NET Core
1.
Define HTTP. Explain the MVC pattern. [5]
Introduction to ASP.NET
1.
Differentiate between .NET and ASP.NET frameworks. How do you test the .NET core applications? [5]
Language Preliminaries
1.
What is the purpose of web form? Write a program to demonstrate the concept of collection and generics. [10]
2.
Write short notes on: (any two) 1. Lambda Expression 2. Containerization using Docker 3. Delegates and Events [5+5+5]
Securing in ASP.NET Core Application
1.
How do you assign roles, claims and policies? Explain with an example. [5]
2.
What types of problems lead to SQL injection attack? Discuss any two types of ASP.Net host models. [5]
Working with Database
1.
Write an ADO. Net application to read the data from the existing table MOVIE(id, name, genre), where genre is 'comedy'. [5]