BCA / B.Tech 4 min read

BCA || .NET with C# 2025 Paper | MDSU Exam Paper

BCA || .NET with C#  2025 Paper | MDSU Exam Paper


Part-A (Compulsory)

1.Why C# is related to .NET?
2.Why we use .NET Remoting?
3.List any three features of .NET framework?
4.State the purpose of throw keyword in C#?
5.Write any three differences between value type and reference type in C#?
6.Write any three properties of windows list box control?
7.What is dataset in ADO.NET?
8.What is the relationship between events and delegates?
9.What is the Data Adapter object in ADO.NET?
10.Point out the purpose of event listeners in C#?

Part-B (Compulsory)

11.Relate boxing and unboxing provide suitable examples for each.
12.How the exceptions are handled in .NET compact framework?
13.Explain common dialogue control.
14.Write a brief note on line and shape control.
15.What is recursion?Write a C# cansole program to impliment recursion concept.

Part-C (Compulsory)

16.Explain about designing and coding simple form.Give suitable example.  
OR
Explain data set,data adapter,data provider with a simple example.

17.Explain the procedure for data binding with textbox control .
OR
Explain exception handling mechanism in C# with an example .

18.Explain connection object,command object with an example in ADO.NET.
OR
Explain data validation in ADO.NET. Give suitable example.