BSc CSIT (TU) Science NET Centric Computing (BSc CSIT, CSC367) Question Paper 2075
This is the official BSc CSIT (TU) (Science stream) NET Centric Computing (BSc CSIT, CSC367) question paper for 2075, 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 2075 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain dependency injection and the IoC container in ASP.NET Core. How is a service registered and consumed? Give an example.
Explain the ASP.NET Core request processing pipeline and middleware. Write a custom middleware component.
What is URL routing in ASP.NET Core? Explain conventional routing and attribute routing with examples.
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.