Ρόλος Blog:
Καλύτερη ελεύθερη κατάρτιση & σεμινάρια ΤΠ υπολογιστών
Ελεύθερα βιβλία υπολογιστών και ΤΠ
EducationOnlineForComputers.com Blogs
projects, projects implemented by individuals or large or small teams,
Internet applications, and projects with strict reliability
requirements. Testing frameworks such as NUnit make C# amenable to test-driven development and thus a good language for use with Extreme Programming (XP). Its strong typing helps to prevent many programming errors that are common in weakly typed languages. Wikipedia has more about this subject here: C Sharp
Foreword A description of the C# and introduction to this Wikibook. Getting started with C# A simple C# program and where to get tools to compile it.
Language basics
Basic syntax Describes the basics in how the applications you write will be interpreted. Variables The entities used to store data of various shapes. Operators Summarizes the operators, such as the '+' in addition, available in C#. Data structures Enumerations, structs, and more. Control statements Loops, conditions, and more. How the program flow is controlled.
Classes
Namespaces Giving your code its own space to live in. Classes The blueprints of objects that describes how they should work. Objects Cornerstones of any object-oriented programming language, objects are the tools you use to perform work. Encapsulation and accessor levels Explains protection of object states by encapsulation .
The .NET Framework
The .NET assembly All .NET solutions have their components contained in assemblies . .NET Framework Overview An overview of the .NET class library used in C#. The .NET framework A language is merely a way of communication. The .NET framework represents the tools at your disposal to get actual work done.
Advanced object-orientation concepts
Inheritance Interfaces Abstract classes Generics
Popularity: 4% [? ]
Related Posts: Visual Basic .NET Book From WikiBooks Free A+ Certification Textbook from Wikibooks JavaScript Wikibook Non-Programmer's Tutorial for Python Free C and C++ Programming Books from Wikibooks
No comments yet.
RSS feed for comments on this post.
You must be logged in to post a comment.
Powered by WordPress