C Sharp Programming

Programs (source codes)

  1. Factorial using Recursion and Iteration
  2. Multiplication of two numbers using function
  3. Sum of 10 consecutive numbers using while, do ... while and for loop
  4. P2C2: Write a program in C Sharp to check whether a number entered by a user is even or odd.
  5. P2C2: Write a program in C Sharp to calculate 2's power using recursion.
  6. P2C2: Write a program in C Sharp for fibonacci numbers using iteration and recursion method.
  7. P2C3: Arrays
  8. P3C3: Linked List
  9. P3C4: Write a program in C Sharp to implement Linked List for adding, deleting and retrieving data items.
  10. P2C2: Write a program in C Sharp to input an abbreviation and then output its meaning. If the abbreviation is not in the table, a suitable message should be output.
  11. P3C4: C Sharp Program for  Linear search
  12. P3C4: C Sharp Program for Binary search
  13. P4: Write a C Sharp program to display records in text boxes of windows Form  through Microsoft SQL Server 2008's database by connecting via Windows Authentication.
  14. P4: Write a C Sharp program to display records in text boxes of windows Form  through Microsoft SQL Server 2008's database by connecting via SQL Server Authentication.

Projects

  1. Hospital Management

No comments:

Post a Comment