0% found this document useful (0 votes)
60 views2 pages

C Question Given by Chokallingam Sir

This document outlines the topics covered in a CS1010 C# and .Net framework course across 5 units. Unit I covers the .Net framework architecture, data types, operators, expressions, methods, structures and enumerations. Unit II discusses inheritance, polymorphism, interfaces, operator overloading, classes, and delegates. Unit III focuses on Windows forms controls and ADO.Net. Unit IV presents ASP.NET, validation controls, user controls and a ticket status application. Finally, Unit V addresses assemblies, reflection, application domains, CLR features, remoting, and threads.

Uploaded by

arunsingh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views2 pages

C Question Given by Chokallingam Sir

This document outlines the topics covered in a CS1010 C# and .Net framework course across 5 units. Unit I covers the .Net framework architecture, data types, operators, expressions, methods, structures and enumerations. Unit II discusses inheritance, polymorphism, interfaces, operator overloading, classes, and delegates. Unit III focuses on Windows forms controls and ADO.Net. Unit IV presents ASP.NET, validation controls, user controls and a ticket status application. Finally, Unit V addresses assemblies, reflection, application domains, CLR features, remoting, and threads.

Uploaded by

arunsingh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CS1010 C# and .

Net framework

Unit I
Part I
1. Briefly explain .Net framework architecture (pg 15 to 19)
2. Briefly explain tokens in C#. (Keywords, identifiers, literals, operators, punctuators) 39
3. Briefly explain Data types or Types( value type, reference type) 44 to 50
4. Explain Boxing and Un boxing with an example 55
5. What is jagged array? explain
Part II
6. Briefly explain operators and expression with an example. 60
7. Explain if else, nested if, switch, for statements with an example. 84
8. What are methods in C#, Explain method parameters? ( Value, Reference, Output, Parameter
arrays) 126 to 134
Or
Explain briefly the method of implementing the using and alias directives with suitable example
9. Explain Structures and enumerations with an example. 171

Unit II
Part I
1. Explain Inheritance and polymorphism.
2. What is the need of Interface? How multiple inheritances achieved in C#. (Thru interface)? What is
the use is of is operator in interface?
Part II
3. What is Overloading? What are the operators cannot be overloaded in C# (253). Or Explain
Complex number addition thru operator overloading.
4. What is class? How objects are initialized in C#
5. Explain all different types of constructors in C#.
6. What is the need of delegates and events? Explain in detail. 263
7. Explain Try, Catch, throw and finally blocks.

Unit III
Part I
1. Write short notes for the following controls
(a) Checkbox (b) Radio button (c) List box
(d) Month calendar

2. Write short notes for the following controls


(a) Docking controls (b) Progress bar (c) Tree view
(d) Tool bar
Part II
3. Basic exercise using the above controls
4. What is ADO.Net? Explain the architecture. Differentiate ADO and ADO.Net)
5. Using ADO.Net implements ADD, Modify, Delete and View operations.

Unit IV
Part I
1. What is ASP.NET? Explain ASP.Net object model. Differentiate ASP and ASP.Net
2. What is the need of validation control? Explain with sample source code.
3. What is User control? How to create DLL or EXE application.
4. Write the web based application to implement a ticket status system.
Part II
5. What is Web service? Explain with sample web service.

Unit V
Part I
1. Briefly explain Assemblies and versioning
2. What is attributes and Reflection? Explain with source code.
3. What is Marshaling? How application domains are implemented.
4. Features of CLR?
Part II
5. What is remoting?
6. What is thread? Explain with source code and how synchronization will work.

Consolidated by Chokallingam Sir - MNMJEC

You might also like