You are on page 1of 3

INDEX

Sr. Problem Statement Date Remarks Sign


No
1 Write C# code to prompt a user to input his/her
name and country name and then the output will
be shown as an example below:
Hello Ram from country India!
2 Write a C# code to Convert following currency
conversion.
Rupees to dollar, Euro, Pound, Yen.
3 Write a C# code to Perform Celsius to Fahrenheit
Conversion and Fahrenheit to Celsius conversion.
4 Write C# code to display the asterisk pattern as
shown below:
*****
****
***
**
*
5 Write C# code to do the following
- Convert binary to decimal
- Convert decimal to hexadecimal
- Convert decimal to binary
- Convert decimal to octal
6 Write a C# code to convert digits to words.
7 Write a program in C# to create a base class shape
and derived classes i.e., Rectangle, Circle, and
Triangle. Invoke the method from base class shape
using polymorphism.
8 Write a C# program to print student details using
constructor and destructor.
9 Write a program in C# to demonstrate function
overloading and function overriding.
10 Write a program in C# to Implement Multiple
Interfaces in a Single Class.
11 Write a program in C# to create Read-Write, Read
only properties & Write only properties.
12 Write a C# program to demonstrate the usage of
Indexer.
13 Write a C# program to demonstrate the usage of
delegates.
14 Write a C# program that demonstrates the usage of
Collections
1) Array List 2) Stack 3) Hash Table
15 Write C# code to convert infix notation to postfix
notation.
16
Create a C#.NET application as follows :

Add the following Main Menu items :

Edit

View
On your Edit Menu, place the following menu
items:
Undo
Cut
Copy
Paste
On your View Menu, place the following menu
items:
View Textboxes
View Labels
View Image
17 Create an application with visual inheritance, base
forms and MDI forms.
18 Write ASP.Net program to Store Objects in Session
State and Storing Session State in SQL Server.
19 Write a program to check whether empty query
string is entered in Asp.Net.
20 Write a program to change color of Label text,
control programmatically in Asp .Net.
21 Write a program to Enable-Disable Textbox and
change width of Textbox programmatically in
Asp.Net.
22 Write a program to increase and decrease font size
programmatically.
23 Write a program in C# to demonstrate the use of all
the validation controls for a user registration page.
24 Create an application in C# to insert, delete, Edit
the data using Grid View control.
25 Create a C# application to display the details of a
user using Data List control.

You might also like