BSc CSIT (TU) Science NET Centric Computing (BSc CSIT, CSC367) Question Paper 2081
This is the official BSc CSIT (TU) (Science stream) NET Centric Computing (BSc CSIT, CSC367) question paper for 2081, 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 2081 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
What is a Web API? Explain how to create a RESTful Web API in ASP.NET Core and consume it from a client.
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.
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.