ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
C#
about C#:  • C# is an elegant and type of safe object oriented language that enable  • developers to build a variety of secure and robust applications.  • we can use C# to create windows client applications,XML web services, • distributed components,client server applications and data base • applications.
Advantages of C#  • C# is pure object oriented. • C# is more type safe. • you do not need put much attention on such problems as memory leak,which is • troubling problem for C++ programmer. • The Assembly concept solves the versioning control problem well.          
(No header)  • good support for distributed system.                                        • The main advantage of C# is that it runs on the CLR.                        • It has a huge standard library with so much useful stuff that's well-implem • It allows for both managed and native code blocks.
Applications of C#  • Web applications                                                            • Desktop applicatios • Smart devices applications • Winforms - windows like forms

More Related Content

C#

  • 1. C#
  • 2. about C#: • C# is an elegant and type of safe object oriented language that enable  • developers to build a variety of secure and robust applications.  • we can use C# to create windows client applications,XML web services, • distributed components,client server applications and data base • applications.
  • 3. Advantages of C# • C# is pure object oriented. • C# is more type safe. • you do not need put much attention on such problems as memory leak,which is • troubling problem for C++ programmer. • The Assembly concept solves the versioning control problem well.          
  • 4. (No header) • good support for distributed system.                                        • The main advantage of C# is that it runs on the CLR.                        • It has a huge standard library with so much useful stuff that's well-implem • It allows for both managed and native code blocks.
  • 5. Applications of C# • Web applications                                                            • Desktop applicatios • Smart devices applications • Winforms - windows like forms