--------------------------------------------------------------------------------------------------------------------------
.Net Practicals
-------------------------------------------------------------------------------------------------------------------------
- C# code to prompt a user to input his/her name and country name and then the output will be "Hello user_name from country_name".
- C# program to perform different operations like Addition, Subtraction, Multiplication, Division.
- C# code to Convert currency conversion.
- C# code to Perform Celsius to Fahrenheit Conversion and Fahrenheit to Celsius conversion.
- C# code to display the asterisk pattern.
****
***
**
* - Write C# code to - Convert binary to decimal - Convert decimal to hexadecimal- Convert decimal to binary- Convert decimal to octal
- Write a C# code to convert digits to words.
- 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.
- Write a C# program to print student details using constructor and destructor.
- Write a program in C# to demonstrate function overloading and function overriding.
- C# Program to Implement Multiple Interfaces in a Single Class.
- C# Program to create Read-Write, Read only properties & Write only properties.
- C# program to demonstrate the usage of Indexer.
- C# program that demonstrates the usage of Collections
- Array List
- Stack
- Hash Table
- 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
- Create an application with visual inheritance, base forms and MDI forms.
- Write a program to check whether empty query string is entered in Asp.Net.
- Write a program to change color of Label text, control programmatically in Asp .Net.
- Write a program to Enable-Disable Textbox and change width of Textbox programmatically in Asp.Net.
- Write a program to increase and decrease font size programmatically.
- Write a program in C# to demonstrate the use of all the validation controls for a user registration page.
- Create an application in C# to insert, delete, Edit the data using Grid View control.
0 comments:
Post a Comment