Friday, 21 November 2014

Diplomo computer Lab syllabus for .NET Practical

.Net Laboratory

sub Code: 25257
LAB EXERCISES
PART – A VB.NET PROGRAMMING
  1. Accept a character from console and check the case of the character.
  2. Write a program to accept any character from keyboard and display whether it is vowel or not.
  3. Write a VB.Net program to accept a string and convert the case of the characters.
  4. Develop a menu based VB.Net application to implement a text editor with cut, copy, paste, save and close operations.
  5. Write a program to implement a calculator with memory and recall operations.
  6. Develop a form in VB.NET to pick a date from Calendar control and display the day, month, year details in separate text boxes.
  7. Develop a VB.Net application to perform timer based quiz of 10 questions.
  8. Develop a VB.Net application using the File and Directory controls to implement a common dialog box.
  9. Develop a database application to store the details of students using ADO.NET
  10. Develop a database application using ADO.NET to insert, modify, update and delete operations.
  11. Develop a VB.Net application using Datagrid to display records.
  12. Develop a VB.Net application using Datagrid to add, edit and modify records.
PART – B ASP.NET and XML PROGRAMMING
  1. Create a simple ASP.NET page to Output Text with a form, two HTML text boxes, an HTML button, and an HTML <span> element. Create an event procedure for the button.
  2. Create a web application in ASP.NET using three different controls to the ASP.NET page for reserving rooms in hotel. The three controls are a button control, a label control, and a drop-down list control.
  3. Create a application for Accessing a SQL Database by Using ADO.NET by connecting to the SQL Server database and call a stored procedure. You then display the data in a Repeater control.
  4. Develop a web application to read the details of the selected country stored in XML database and display back to the user usingWeb controls
  5. Develop a web application to read an XML document containing subject, mark scored, year of passing into a DataSet

No comments:

Post a Comment