BSc CSIT (TU) Science NET Centric Computing (BSc CSIT, CSC367) Question Paper 2074
This is the official BSc CSIT (TU) (Science stream) NET Centric Computing (BSc CSIT, CSC367) question paper for 2074, 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 2074 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
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.
How does the system manage state in stateless HTTP? Explain the different state management techniques in ASP.NET Core with examples.
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.