GTU .net practical

--------------------------------------------------------------------------------------------------------------------------

.Net Practicals

-------------------------------------------------------------------------------------------------------------------------

  1. 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".

  2. C# program to perform different operations like Addition, Subtraction, Multiplication, Division.

  3. C# code to Convert currency conversion.

  4. C# code to Perform Celsius to Fahrenheit Conversion and Fahrenheit to Celsius conversion.

  5. C# code to display the asterisk pattern.
     ****
       ***
         **
           *
  6. Write C# code to  - Convert binary to decimal - Convert decimal to hexadecimal- Convert decimal to binary- Convert decimal to octal

  7. Write a C# code to convert digits to words.

  8. 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.

  9. Write a C# program to print student details using constructor and destructor.

  10. Write a program in C# to demonstrate function overloading and function overriding.

  11. C# Program to Implement Multiple Interfaces in a Single Class.

  12. C# Program to create Read-Write, Read only properties & Write only properties.

  13. C# program to demonstrate the usage of Indexer.

  14. C# program that demonstrates the usage of Collections
    • Array List
    • Stack
    • Hash Table

  15. 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

  16. Create an application with visual inheritance, base forms and MDI forms.

  17. Write a program to check whether empty query string is entered in Asp.Net.

  18. Write a program to change color of Label text, control programmatically in Asp .Net.

  19. Write a program to Enable-Disable Textbox and change width of Textbox programmatically in Asp.Net.

  20. Write a program to increase and decrease font size programmatically.

  21. Write a program in C# to demonstrate the use of all the validation controls for a user registration page.

  22. Create an application in C# to insert, delete, Edit the data using Grid View control.

0 comments:

Post a Comment