BSc CSIT (TU) Science NET Centric Computing (BSc CSIT, CSC367) Question Paper 2077
This is the official BSc CSIT (TU) (Science stream) NET Centric Computing (BSc CSIT, CSC367) question paper for 2077, 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 2077 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain model binding and validation in ASP.NET Core MVC. How are data annotations used for client-side and server-side validation?
Explain the structure of the .NET framework. Discuss the Common Language Runtime (CLR), assemblies and the Common Type System.
What is a Web API? Explain how to create a RESTful Web API in ASP.NET Core and consume it from a client.
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.