Practical File
Of
C#
Submitted By: Submitted To:
Aamir Maqbool Yatoo Rashmi Kuksal
Branch: Semester:
B.C.A (3rd Year) V SEM.
Sig…………….
PREFACE
This project is meant to describe about the basic
information in ‘C#’. One may notice a change in writing
style.
Most of the topics are written in an easy style
engaging Constantly and included with more
informatics comments.
I assure you to go through this thoroughly to know
a bit more and facts about ‘C#’.
ACKNOWLEDGEMENT
Firstly, we would like to thanks the University for including such
activities in the syllabus of BCA. Although it is difficult to work
with the life project because it being the first time for us to do
such work but it was a meaningful to include such activities as it
provided as the practical knowledge which we studied in the
book.
Secondly, we would like to thank our Assistant Professor Ms.
Rashmi Kuksal for providing us with choices of topics and
allowing us do work with the topic of our choice. It was very
helpful for us as ma’am provided flexibility to work on any topic
of our interest which were feasible for us to work on.
Index
S. No. Name of the practical Page NO. Remarks
01 Write a program using namespaces and comments. 1
02 Write a program to print array value using foreach
statement. 2
03 Write a program to illustrate a simple inheritance. 3
04 Write a program to show the application of
Constructors. 4
05 Write a program to show the implementation of
multiple interface. 5
06 Write a program to inherit a class that implements an
interface. 6
07 Write a program to show operator + overloading. 7-8
08 Write a program to use try and catch for exception
handling. 9
09 Write a program to demonstrate ilist interfaces. 10
10 Write a program to demonstrate.
a) Dictionary interface 11
b) IDictionary interface