BSc CSIT (TU) Science NET Centric Computing (BSc CSIT, CSC367) Question Paper 2079
This is the official BSc CSIT (TU) (Science stream) NET Centric Computing (BSc CSIT, CSC367) question paper for 2079, 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 2079 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
How does the system manage state in stateless HTTP? Explain the different state management techniques in ASP.NET Core with examples.
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.
Section B: Short Answer Questions
Attempt any EIGHT questions.
Differentiate between struct and enum in C#.
Explain exception handling in C# with an example.
Differentiate between Entity Framework and ADO.NET.
Explain the procedure to build, run and deploy an ASP.NET Core application.
What are validation controls? Explain client-side validation in ASP.NET Core.
Explain the role of the appsettings.json and configuration in ASP.NET Core.
What is a ViewModel? How does it differ from a model?
Explain the Startup class and the Program.cs in ASP.NET Core.
What are tag helpers? Give two examples.