CHETTIAND COLLEGE OF ENGINEERINGANDTECHNOLOGY

DEPARTMENT OF CSE & IT

CS6001 – C# AND .NET FRAMEWORK

Two Marks

  1. Distinguish between the structure and class.
  2. Compare between the ref and out keyword.
  3. Difference between the constant member and readonly member.
  4. What are the differences between multitasking and multithreading?
  5. Compare between ADO and ADO.NET
  6. What are the differences between connection oriented and connectionless oriented.
  7. What is Web form?
  8. Write the general notation of the ASP.NET control.
  9. Distinguish between the web service and remoting.
  10. Define marshaling and its types.
  11. What are boxing and unboxing? Give an example.
  12. Define inter – operability. How does .Net achieve this?
  13. What is the use of static constructor in C#?
  14. What is the use of ‘new’ in inheritance?
  15. List out the different types of application that can be created on .NET.
  16. What is disconnected data architecture? What is the advantage if this?
  17. Distinguish between post – back event and non – post back event. Give an example.
  18. What is the use of server side controls?
  19. What is difference between the SingleCall Singleton?
  20. What are assemblies?

Big Questions

  1. Write short notes about characteristics of C#
  2. Compare and contrast of about C# and Java language.
  3. Explain the .Net Architecture with neat diagram.
  4. List out the various value and reference types supported in C#.
  5. What is a jagged array? Explain its use with simple example.
  6. Write a C# program to calculate Simple interest and compound interest.
  7. Write a C# program to convert Fahrenheit to Celsius and Celsius to Fahrenheit.
  1. An electric power distribution company charges its domestic consumes as follows:

Consumption Units / Rate of Charge
0 – 200 / Rs. 0.50 per unit
201 – 400 / Rs. 100 plus Rs. 0.65 per unit excess of 200
401 – 600 / Rs. 200 plus Rs. 0.80 per unit excess of 400
601 and above / Rs. 300 plus Rs. 1.00 per unit excess of 600
  1. Write a C# program using static keyword to read customer no. and power consumed and print the amount to be paid by the customer.
  2. Develop a program to illustrate method overriding concept in C#.
  3. Write a C# program to addition of two complex numbers using operator overloading.
  4. Explain the polymorphism and interface of the C#.
  5. Write a C# program to overload of < and > operator.
  6. Write a C# program to arithmetic operation using delegates.
  7. Develop a windows application for attendance percentage calculation with the following requirements.
  8. Get register number, Name, Total No. of Days, No. of days Present from the user.
  9. Calculate the attendance percentage
  10. Store it to the database.
  11. Display all the data.
  12. Write windows – based application to find the average of five subject marks. Assume that the five subject marks are entered in text boxes and the average is also displayed in a text box.
  13. Implementing the following queries using command objects and stored procedures.
  14. Adding a row
  15. Selecting a row
  16. Updating a row
  17. Deleting a row
  18. List out the categories of controls supported in windows based application and explain the importance of each.
  19. Write a C# program to creating window based calculator with your own UI.
  20. Explain the ADO.Net architecture.
  21. Write a database application to display the details of student table details in a data grid control.
  22. Write ASP.NET program to create web based calculator.
  23. Write a web – based application to check the entered username and password are valid or not. Check the entered user name and password of a web form with a database table.
  24. Explain the Web form life cycle with suitable example.
  25. Compare ASP andASP.NET.
  26. Write a C# program to View state management in ASP.NET.
  27. Write a C# program to Session State management in ASP.NET
  28. What is Reflection? Explain the all types of the Reflection.
  29. Write a remoting application which returns the maximum and minimum temperature of a given city.
  30. Define assembly. Explain the various types of assembly with example.
  31. Write a remoting application of calculator program in C#.