Free C Sharp Introduction Tutorial Videos for Beginners - PowerPoint PPT Presentation

About This Presentation
Title:

Free C Sharp Introduction Tutorial Videos for Beginners

Description:

C Sharp free tutorial helps you to learn C Sharp starting from introduction to the advanced concepts.You can master all the concepts trough our free tutorials. – PowerPoint PPT presentation

Number of Views:67

less

Transcript and Presenter's Notes

Title: Free C Sharp Introduction Tutorial Videos for Beginners


1
Free C Introduction Tutorial Videos for
Beginners by
2
C Introduction Highlights
  • What Is C?
  • History of C
  • C, .NET Framework Architecture
  • C Windows Runtime
  • Memory management and Garbage collection

3
What Is C?
  • Secure object-oriented language.
  • Enables developers to create safe and robust
    applications .
  • Simple and easy to learn.
  • Uses to build Windows client, XML Web services,
    distributed components, client server, database
    applications.

4
History of C
5
History of C
Source Wikipedia
6
C .NET Framework Architecture
Source https//msdn.microsoft.com
7
C .NET Framework Architecture
  • C programs run on the .NET Framework.
  • Contains a virtual execution system called the
    common language runtime (CLR) and a unified set
    of class libraries.
  • CLR is implementation of common language
    infrastructure (CLI).
  • C code is compiled into an intermediate language
    (IL), stored on disk in an executable file called
    an assembly.

8
C Windows Runtime
  • Can create own Windows Runtime types.
  • Windows Runtime types can use any .NET Framework
    functionality.
  • Fields, parameters, and return values of all the
    public types must be Windows Runtime types
  • Some Windows Runtime types can appear as .NET
    Framework types.

9
C Memory management and garbage collection
  • C contain automatic memory management.
  • memory management implemented by a garbage
    collector.
  • .NET Framework's garbage collector manages the
    allotment and release of memory for application.
  • Object Finalize method allows an object to Clean
    up unmanaged resources properly.

10
Feedback
Like It ? Hate It?
We would love to hear from you whatever you think
about the course.
Click HERE to share what you think!
11
Thank you
Thank You for Watching Free C Introduction
Tutorial Videos for Beginner by
http//www.courseing.com
Write a Comment
User Comments (0)
About PowerShow.com