0% found this document useful (0 votes)
1 views4 pages

18 or Older

The document contains a series of questions and programming tasks related to the C# programming language and the .NET framework. Topics include object-oriented programming concepts, data structures, ADO.NET components, exception handling, and file handling, among others. It also includes practical programming exercises to demonstrate understanding of these concepts.

Uploaded by

sathekrn1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views4 pages

18 or Older

The document contains a series of questions and programming tasks related to the C# programming language and the .NET framework. Topics include object-oriented programming concepts, data structures, ADO.NET components, exception handling, and file handling, among others. It also includes practical programming exercises to demonstrate understanding of these concepts.

Uploaded by

sathekrn1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

a.

Explain the Architecture of Dot net framework


a. What is Class and object?
b. What is collection in c#?
c. Write disadvantages of Dot net framework.
a. Write the components of ADO.NET.
b. Difference between Stack and Queue.
c. Write a C# Program check the number is Even or Odd.
a. Write about exception in C# also write keywords syntax and example.
b. What is polymorphism in C# also explain its types with example.
c. Write the components of ADO.NET.
a. Write a c# program create class of Company accept company id, company
name, Address. Also create a class of Employee accept employee id, employee
name, mobile number, address and display the records.
b. Write about arrayList in c#?
c. Describe the difference between abstract and sealed classes in c#.
a. What is Inheritance?
b. What is file handling in c#?
c. Write a C# program that asks the user to enter their age and then tells them
whether they are eligible to vote. A person is eligible to vote if their age is
18 or older.
a. Write a c# Program accept three number from user and display greater
number.
b. Write about LinkedList with example.
c. Difference between Generic and Non-Generic collection.
a. What is constructor? Also explain its types with example.
b. Write a c# program display factorial of the given number.
c. Explain types of Array?

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.

You might also like