BSc CSIT (TU) Science NET Centric Computing (BSc CSIT, CSC367) Question Paper 2078
This is the official BSc CSIT (TU) (Science stream) NET Centric Computing (BSc CSIT, CSC367) question paper for 2078, as set in the regular annual examination. It carries 60 full marks and a time allowance of 180 minutes, across 12 questions. On Kekkei you can attempt this NET Centric Computing (BSc CSIT, CSC367) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BSc CSIT (TU) NET Centric Computing (BSc CSIT, CSC367) exam or solving previous years' question papers, this 2078 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain Razor view engine. Discuss layouts, partial views, view components and tag helpers with examples.
Describe the MVC design pattern. Explain the architecture and design principles of the ASP.NET Core framework with a diagram.
Write methods to insert, update, delete and read data using Entity Framework Core in an ASP.NET Core application.
Section B: Short Answer Questions
Attempt any EIGHT questions.
Explain the difference between TempData, ViewData and ViewBag.
What is LINQ? Write a LINQ query to filter a list of integers.
Explain the lifecycle of a request in ASP.NET Core MVC.
What is the difference between AddSingleton, AddScoped and AddTransient?
Explain garbage collection in the .NET framework.
What is a partial view? When is it used?
Explain the difference between authentication and authorization in ASP.NET Core.
What is asynchronous programming in C#? Explain async and await.
Explain the use of migrations in Entity Framework Core.