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

Building Applications with React and ASP.NET Core
1.
Write a program to validate email id and phone number using React. [5]
Client-side Development in ASP.NET Core
1.
What is the use of SPA? Elaborate. [5]
Creating ASP.NET core MVC applications
1.
Explain about Razor. [5]
Hosting and Deploying ASP.NET Core Application
1.
How do you deploy ASP.NET core applications? List the procedures. [5]
HTTP and ASP.NET Core
1.
Discuss about the advantages of using JSON. [5]
Introduction to ASP.NET
1.
How do you build, run abd test .NET core applications? [5]
Language Preliminaries
1.
Describe the roles of delegates in event handling. Illustrate the use of partial class with an example. [10]
2.
What is lambda expression? Describe the needs of asynchronous programming. [5]
Securing in ASP.NET Core Application
1.
Define authorities, role, claims and policies. Discuss about cross-site request forgery with a case. [5]
State Management on ASP.NET Core Application
1.
Why do we need cookies and hidden fields? Explain. [5]
Working with Database
1.
Assume a database named 'Library' with relation Book(Id, Name, Price, Author, Pub_Date). Write a program to insert the records of 10 books and retrieve those books which are published in 2022 using Entity Framework. [10]
2.
Describe about ORM. [5]