18 or Older
18 or Older
a. Write a c# program to create a new file and write some text to it.
b. Explain the features of c# in detail.
a. What is polymorphism in c#? also explain types with example.
d. Write a c# program take a number from user and check given number is
even or odd.
e. Describe the concept Array with its types.
f. Difference between Abstract class and Interface.
a. What is the purpose of delegates in c#?
b. Write a c# program display factorial of given number.
c. explain the concept of Dot Net framework.
d. what is c#? also explain the features of c# in detail.
e. Explain the concept of delegates and events in c# with an example.
f. Describe in detail the Architecture of Dot Net framework.
a. Write a c# program create class of Hospital accept Hospital id, Hospital
name, Address. Also create a class of patient accept patient id, patient name,
mobile number, address and display the records.
b. Explain steps involve in ADO.NET?
c. What is Stream? Explain its types also.
d. Write a c# program create a class of College accept college Id, college name
and branch. Also create a class of student accept Roll no., name, class and
three subject Marks and Total. And display the record.
e. What are the different access specifiers present in c#. with example.
f. State the use of static keyword. Explain with example.
a. Write a basic components and classes of ADO .Net.
b. Difference between throw and throws.
c. What is Interface explain with example.
d. What is Inheritance? Also explain its types with example.
e. Write about ArrayList in c#. also key features of ArrayList.
f. Write a c# program that uses a switch statement to print the day of the week
based on the input day number. (1-7)
a. Write a c# program that converts a string to an integer and handles the
FormatException that occurs when the String is not in the correct format.
b. Explain method overloading and method overriding concept with example.
a. Explain the concept of file Handling.
g. What are the different methods to read data from a file?
h. Explain the terms with example.
i) Single dimensional Array ii) Multi-dimensional Array
i. State advantages and disadvantages of Dot Net framework.
a. Write about String? Also explain its characteristics.
b. Write a c# program display palindromes of given number.
c. Architecture of Dot Net framework explain with proper diagram.
g. Describe the concept of file and explain various types of files.
h. What is Hashset<T> in c#? give one example.
i. Write a c# program create a class of Cricket accept team id, team name
State. Also create a class of Player accept player Id, name, address and
display the Record.
a. State Access Modifiers in c#.
b. Explain the types of collection in c#?
c. Write a c# program that divides two numbers and handles the
DivideByZeroException that occurs when the divisor is Zero.
g. Write a c# program create class of Hotel accept Hotel id, Hotel name,
Address. Also create a class of Customer accept customer id, customer
name, mobile number, address and display the records.
h. Why we use Static Keyword explain with example.
i. Describe the steps which involves in ADO.NET operation.
a. Write a program accept number and find number is positive or negative.
b. Difference between catch and finally.
c. Explain the concept of TextWriter and TextReader Classes in c#.
g. Describe the uses of delegates in c#.
h. State compile time polymorphism and Run time polymorphism.
i. Describe data types present in c#.
a. Write a c# program create a interface of student accept Roll no, name, Marks
of 3 subject and calculate total and percentage.
b. Explain the concept of object-oriented programming (oop) in c# with
example.