Lecture 03-04 (C# Env and Overview)
Lecture 03-04 (C# Env and Overview)
The C# Environment
13
Framework Base Classes
▪ Allows to implement applications quickly
▪ The functionality of the base framework classes resides in the namespace
called System
▪ Provides:
▪ Input/Output operations • String handling • Managing arrays, lists, maps, etc. •
Accessing to files & file system • Accessing to the registry • Security • Windowing
• Database management • Drawing • Error & exception Management and •
Connecting to Internet
21
DEPARTMENT OF COMPUTER SCIENCE, UET TAXILA (PAKISTAN)
A simple C#
program
24
.NET Framework – Architecture
System.Web System.WinForms
Web Services Web Forms Controls Drawing
34
Program structure
35
Thank you
Ethics is knowing the difference between what you have a right to
do and what is right to do.
- Potter Stewart
DEPARTMENT OF COMPUTER SCIENCE, UET TAXILA (PAKISTAN) 36