Free C Sharp Introduction Tutorial videos for Beginner - PowerPoint PPT Presentation

About This Presentation
Title:

Free C Sharp Introduction Tutorial videos for Beginner

Description:

C Sharp free introduction tutorials help you to learn C Sharp starting from introduction to the advanced concepts like C Sharp, .NET Framework Architecture, C Sharp Windows Runtime, C Sharp Memory management and Garbage collection. – PowerPoint PPT presentation

Number of Views:33

less

Transcript and Presenter's Notes

Title: Free C Sharp Introduction Tutorial videos for Beginner


1
CATCH EXPERTS
https//www.catchexperts.com
http//www.courseing.com
2
Free C Introduction Tutorial Videos for
Beginners by
3
C Introduction Highlights
  • What Is C?
  • History of C
  • C, .NET Framework Architecture
  • C Windows Runtime
  • Memory management and Garbage collection

4
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.

5
History of C
6
History of C
Source Wikipedia
7
C .NET Framework Architecture
Source https//msdn.microsoft.com
8
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.

9
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.

10
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.

11
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!
12
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