50% found this document useful (2 votes)
2K views

List of Programs in

The document lists 18 programming tasks in VB.NET ranging from basic console programs to more advanced tasks involving databases and reporting. Some examples include writing a program to calculate student grades, print patterns using loops, perform matrix operations, create a simple calculator, and connect to databases like MS Access and SQL Server to perform CRUD operations on student records. More complex tasks involve using classes, inheritance, ADODB.NET for database connectivity, and creating reports from Access databases.

Uploaded by

Catherine Nipps
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
50% found this document useful (2 votes)
2K views

List of Programs in

The document lists 18 programming tasks in VB.NET ranging from basic console programs to more advanced tasks involving databases and reporting. Some examples include writing a program to calculate student grades, print patterns using loops, perform matrix operations, create a simple calculator, and connect to databases like MS Access and SQL Server to perform CRUD operations on student records. More complex tasks involve using classes, inheritance, ADODB.NET for database connectivity, and creating reports from Access databases.

Uploaded by

Catherine Nipps
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

LIST OF PROGRAMS IN VB.NET 1. Write a program to find the average, total grade of student using if else statements in console.

2. Write a program to input any number between (06) and print appropriate day, week.

3. Print the pattern using For loop. * * * * * * * * * * 4. Write a program to input numbers in 1D array and print in ascending & descending order. 5. Write a program to input number in 2D array and perform the following operations: a. Sum of all numbers b. Forward Diagonal & Backward diagonal c. Print Upper & Lower triangle matrix. 6. Write a program to input number in 2D array and perform the following operations: a. Sum of two matrices. b. Multiplication of two matrices. 7. Write a program to demonstrate Class, Constructor and Inheritance. 8. Design a simple calculator to implement Addition, Subtraction, Multiplication and Division. 9. Design the marks sheet of student which display all details including the total marks of student and percentage. 10. Create a from using check box and option button to give the effect of fonts such as Bold, Italic, underline, strike through respectively for the text entered in the Rich Text Box. 11. Create a simple application which contains menus, Rich Text Box, Common Dialogs Boxes.

12. Write a program to demonstrate all the common dialog boxes in form and show effects in text box. 13. Write a program to demonstrating add, update, delete, find and navigating through the database by using ADODB.net 14. Write a program to establish Database connectivity with MS Access and fetching the record of students and displaying it on the datagridview.

15. Write a program to establish database connectivity with SQL Server and fetching the record of student displaying it on the form (Display in grid as well in detailed layout). 16. Write a program using ADODB.net to maintain Employee Details. The program must have add, update, delete, find and navigation facility.

17. Write a program to demonstrate the use of OLEDB for accessing and storing the data in database. 18. Write a program to create crystal reports from the ms access database and export the report to pdf.

You might also like