Lecture 01 Introduction
Lecture 01 Introduction
Lecture 1
www.tuf.edu.pk
unioffaisalabad
Lab Work
Quiz 1 = 05 Marks
Quiz 2 = 05 Marks
Project 1 = 05 Marks
Project 2 = 05 Marks
Lab Manual = 10 Marks
Viva = 10 Marks
Practical = 10 Marks
Total Marks: 50
www.tuf.edu.pk
unioffaisalabad
Rules to Remember
Some quizzes will be unannounced.
Do not rely fully on the instructors.
Keep your mobile Silent and keep it inside your bag.
Raise your hand before speaking or leaving your seat.
Convey your issue to your instructor through your CR.
Partially or fully copied assignments will be marked as ZERO.
There will be no extension in the deadlines.
www.tuf.edu.pk
unioffaisalabad
Advice…!!
Kindly read the book before and after the lecture, if
some terms/ words are not covered in the lecture, if
appear in exam it might not appear strange or out
of course.
www.tuf.edu.pk
unioffaisalabad
C# Introduction
.NET Framework
C# Features
Visual Studio
www.tuf.edu.pk
unioffaisalabad
C# (C-sharp)
C# (C-sharp) is a modern, object-oriented programming
language developed by Microsoft as part of the .NET
framework.
It was first released in 2000 and it has become one of the most
widely used languages for building Windows applications, web
services, and more.
C# combines the power of C and C++ with the simplicity of
languages like Java.
www.tuf.edu.pk
unioffaisalabad
.NET Framework
.NET Framework is used to create and run software
applications.
It provides tools and libraries and structure required for
application development.
It not only develop applications but also display applications
and execute applications.
It is called framework because it supports multiple languages,
multiple technologies and multiple databases.
.NET apps can run on many operating systems, using different
implementations of .NET.
www.tuf.edu.pk
unioffaisalabad
Visual Studio
Visual Studio is an Integrated Development Environment
(IDE) developed by Microsoft to create Desktop applications,
GUI(Graphical User Interface), consoles, web applications,
mobile applications, cloud, web services, etc.
With the help of this IDE, you can create managed code as well
as native code.
Write code
Design user interface
Compile code
Execute/ test/ debug applications
Browse the help
Manage project files
www.tuf.edu.pk
unioffaisalabad
https://visualstudio.microsoft.com/
https://www.youtube.com/watch?v=Ivvwh-7H
2ek
www.tuf.edu.pk
unioffaisalabad
www.tuf.edu.pk
unioffaisalabad
www.tuf.edu.pk
unioffaisalabad
www.tuf.edu.pk
unioffaisalabad
Example 1
www.tuf.edu.pk
unioffaisalabad
Example 2