Saturday 17 September 2011

CS2041 – C# And .Net Framework AB



CS2041 – C#  And .Net Framework

UNIT – I
PART – A

What are the advantages of using .NET?
What is .NET?
What do you mean by CLR?
What is the use of CTS?
What is CLS?
What is metadata?  Mention its uses in .NET.
What is Namespace?  List out the Namespaces of .NET Framework.
What is class?
How to create objects in C#?
How to define constants in C#?
What are the major categories of data types in C#?
What is value type?  Give example.
What do you mean by reference type?  Give example.
What is the difference between logical and short circuit operators in C#?
What do you mean by Jagged Arrays?
How arrays are declared in C#?
What is type casting and how it is done in C#?
What is the use of Enumeration?
What is string?  How strings are declared?
What is structure?  How it is created in C#?

PART – B

Explain in detail about the activities of CLR.
Explain about various Namespaces of .NET framework.
Briefly explain all the control structures in C#.
Explain in detail about various operators available in C#.
Explain about various string handling methods.
Explain about Enumerators and structures in C#.

UNIT – II
PART – A

What is encapsulation?  How it is achieved?
What is method overloading?
What is polymorphism?  How it is achieved?
What do you mean by abstract methods and classes?
What is inheritance?
What is garbage collection?
What is exception?  How it is handled in C#?
What are the various types of Exceptions?
What is the use of finally block?
What is interface?  How it is defined in C#?
How to compare two objects in C#?
How to create Cloneable objects?
What is delegate?  How it is created in C#?
What do you mean by event?
What is the use of indexer?  Write the syntax for indexer?
Define properties.  Explain the syntax for properties.
What do you mean by operator overloading?
Explain the syntax for unary and binary operator overloading.

PART – B

Explain about interfaces in C#.
Explain in detail about Exception Handling.
Briefly explain the concept of Delegates.
What is event?  How events are created?  Give example.
Explain in detail about Inheritance?
Explain in detail about the concept of operator overloading.


UNIT – III
PART – A

List out the general properties of control.
What is the use of scrollable control?
What are all the members of container control?
What is form?  List out the properties of Form Type?
Explain the various methods of form.
What is syntax for creating Menu and Menu Item?
What is pop up menu?  How it is created?
List out the properties of status bar.
Write the syntax for creating tool bar and explain it.
How to add images to toolbar buttons?
What do you mean by tool tip?
List out the properties of Textbox.
What is the difference between Radio button and Check box?
What do you mean by group box?
What is combo box?  What is the difference between list box and combo box?
What is the use of Track bar?
What is Error Provider?

PART – B

Explain in detail about creation of Menus.
What is status bar?  Write a program to create status bar and explain.
Write short notes on the following controls.
(i) Checkbox (ii) Radio button (iii) Group box
Explain with suitable example the control Error provider.
Write a program for the controls List box and Combo box.
What is dialog box?  What are the different types of dialog box?  Write the program for creating dialog boxes.


UNIT – IV
PART - A

List out the classes of System.IO Namespace that support file and directory operations.
What are all the members or methods of Directory Info type class?
List out the properties of File System Info class.
Explain the arguments of method open( ).
List out the possible file Modes.
Mention the values for file Access Enumeraton.
What is the difference between the methods open( ) and openRead( ) of the class FileInfo?
What do you mean by Abstract stream class?
Write a program to read and write the text to the file.
What is the purpose of using the method Peek( ) of class TextReader?
What are the two faces of ADO.NET?
List out the various ADO.NET Namespaces.
What do you mean by dataset?
What are the various properties of Data Column?
Explain the syntax for adding Data column to a Data table.
How to delete rows from Data table?
What is DataView?

PART – B

Explain in detail about various methods for handling files and directories.
Briefly explain stream Writes and StreamWriters.
What is the use of Binary Reader and Binary Writer?  Explain with suitable example program.
Explain in detail about the steps to be followed to create the complete data table.
What is OLeDbDataReader?  How to insert update and delete Records using OleDb command.

UNIT – V
PART – A

What is the use of HTTP?
What is IIS?
Write the basic structure of HTML Document.
What do you mean by virtual directory?
List out the various HTML GUI Types.
What is the use of attribute action of form tag?
What is the difference between the methods GET and POST?
List out the benefits of ASP.NET.
List out the properties of HTTP Request and Response type.
What are the various types of web controls?
What do you mean by Application cache?
What do you mean by Cookies?
How can we create cookies?
What is the Role of XML Web services?
What do you mean by WSDL?
Give the basic format of WSDL document.

PART – B

Explain in detail about Web Service Description Language (WSDL).
Explain about the building blocks of an XML webservice.
Briefly explain the concept of cookies.
Explain in detail about various ASP.NET webform controls.


0 comments:

Post a Comment