EDP_CHAP_2
EDP_CHAP_2
applications
Web applications (ASP.NET applications)
Web services
Windows services
Workflow-enabled applications using Windows
(IL).
oIL is then converted to machine code at the point where the
Garbage Collection
Code verification
languages.
Extensible types provided by a class library.
Garbage collection.
o Managed code:- is the code that is executed directly by
the CLR instead of the operating system.
o The code compiler first compiles the managed code to
intermediate language (IL) code, also called as MSIL code.
o This code doesn't depend on machine configurations and
can be executed on different machines.
• In the managed code, since the execution of the code is
governed by CLR, the runtime provides different services,
such as garbage collection, type checking, exception
handling, and security support.
o These services help provide uniformity in platform and
language-independent behavior of managed code
applications.
The execution process for managed code.
A piece of managed code is executed as follows:
o Choosing a language compiler
Assignment
Introduction to Microsoft
Visual Studio
Visual programming is the creation of a computer
program by utilizing pictorial elements. ex. Visual C#.
Visual programming language (VPL) is any programming
language that lets users create programs by manipulating
program elements graphically rather than by
specifying them textually.
A VPL allows programming with visual expressions, spatial
arrangements of text and graphic symbols, used either as
elements of syntax or secondary notation.
User friendly & interactive using integrated
development environment (“IDE“).
Support rapid application development
applications
Provide an effective development communication tool
operation.
Properties of the ProgressBar
Control
1. Font: Gets or sets the font of text in the ProgressBar.