Rajalakshmi Engineering College: CS1010 - C# Dotnet Framework Unit - I
Rajalakshmi Engineering College: CS1010 - C# Dotnet Framework Unit - I
UNIT – I
PART – A
PART – B
UNIT – II
PART – A
PART – B
UNIT – III
PART – A
PART – B
UNIT – IV
PART - A
1. List out the classes of System.IO Namespace that support file and directory
operations.
2. What are all the members or methods of Directory Info type class?
3. List out the properties of File System Info class.
4. Explain the arguments of method open( ).
5. List out the possible file Modes.
6. Mention the values for file Access Enumeraton.
7. What is the difference between the methods open( ) and openRead( ) of the class
FileInfo?
8. What do you mean by Abstract stream class?
9. Write a program to read and write the text to the file.
10. What is the purpose of using the method Peek( ) of class TextReader?
11. What are the two faces of ADO.NET?
12. List out the various ADO.NET Namespaces.
13. What do you mean by dataset?
14. What are the various properties of Data Column?
15. Explain the syntax for adding Data column to a Data table.
16. How to delete rows from Data table?
17. What is DataView?
PART – B
1. Explain in detail about various methods for handling files and directories.
2. Briefly explain stream Writes and StreamWriters.
3. What is the use of Binary Reader and Binary Writer? Explain with suitable
example program.
4. Explain in detail about the steps to be followed to create the complete data table.
5. What is OLeDbDataReader? How to insert update and delete Records using
OleDb command.
UNIT – V
PART – A
PART – B