Experiment Set 1 (Basic Concept of .Net Programming)
1. Install .NET framework and packages also trouble shoot. 2. Write a C# code to print Hello World and elaborate each statement. 3. Develop a C# code to convert temperature from Fahrenheit to Celceous. 4. Develop a C# code to check given number is Prime or not. 5. Develop a C# code to check given string is Palindrome or not. 6. Develop a C# code to find out Vowels of string. 7. Develop a C# code to demonstrate the concept of if else ladder and switch statement. 8. Develop C# code to generate Fibonacci series of N numbers. 9. Develop a C# code to find out factorial of given number. 10. Develop a Menu Driven C# code to perform following operations. a. Convert Binary to Decimal b. Convert Decimal to Binary c. Convert Hexadecimal to Octal d. Convert Octal to Decimal 11. Any new problem statement can be added based on requirement of the syllabus.
Experiment Set 2 (Object Oriented Concept)
1. Develop a C# code to multiply two values by using the concept of parametrized
constructor. 2. Develop a C# code to demonstrate the concept of operator overloading. 3. Develop a C# code to add two values by using the concept of function overloading. 4. Develop a C# code to demonstrate the concept of multiple inheritances. 5. Develop a C# code to demonstrate the concept of multilevel inheritance. 6. Develop a C# code to demonstrate the concept of hybrid inheritance. 7. Develop a C# code to demonstrate the concept of exception handling. 8. Develop a C# code to demonstrate the concept of multiple catch blocks. 9. Develop a C# code to demonstrate the concept of nested catch block. 10. Develop a console application that implements all Collection classes. 11. Any new problem statement can be added based on requirement of the syllabus. Experiment Set 3 (Application Development)
1. Design a C# code to create Form Base Windows Application.
2. Design a windows application to implement fully functional notepad. 3. Design a windows application that implements MDI form and dialog boxes. 4. Any new problem statement can be added based on requirement of the syllabus.
Experiment Set 4 (Database Programming with ADO.NET)
1. Design a program to provide connectivity with ADO.NET for adding, searching,
editing, deleting as bound mode. 2. Design a program to provide connectivity with ADO.NET for adding, searching, editing, deleting as unbound mode. 3. Design one mini application by using C# and ADO.NET. 4. Any new problem statement can be added based on requirement of the syllabus.
Experiment Set 5 (User Control, Crystal Report, and Setup Project)
1. Design an application which will demonstrate the user control and crystal report. 2. Any new problem statement can be added based on requirement of the syllabus.