We started with a series of posts, where we offer an excellent free course of C #, created by José Antonio González Seco
can also access the full course is available in DOC and PDF formats on the author's web .
- Continue Reading ...
-
Programming Language C #
- INDEX
-
- Introduction to the Work
-
Recommended Prerequisites structure of the work Conventions of notation Topic 1: Introduction to Microsoft.NET
Microsoft.NET Common Language Runtime (CLR) Microsoft Intermediate Language (MSIL)
Common Type System (CTS) Common Language Specification (CLS)
Item 4: Lexical aspects
- Comments
- Identifiers Reserved Words Literals Operators
- Item 5: Classes Defining Classes Creating objects Inheritance and virtual methods
primitive class: System.Object
Hiding polymorphism Members Member
Encapsulation type - Item 6: Namespaces Concept
namespace Namespace Definition Import
namespace Namespace
distributed
- Item 7: Variables and data types Definition of variables Basic data types text strings Tables constants Read-Only Variables
Order of initialization of variables
- Item 8: Methods Concept Definition method methods methods Call Type parameter syntax definition
External Methods Builders
Destroyers
- Item 9: Properties property Concept Definition
access properties properties properties
internal implementation
Item 10: Indexers - Concept Definition indexer indexer indexers access internal Implementing indexers
Item 11: Redefining operators
concept redefinition
Definition of operator overrides - operators redefinition of conversion operators
Item 12: Delegates and Events
delegate
Concept Definition of Object Manipulation - delegates delegates System.MulticastDelegate class Implementing asynchronous calls internal delegates Events
Topic 13: Structures Concept
structure differences between classes and structures - Boxing and unboxing Builders
Item 14: Enumerations
Concept Definition enumeration enumeration enumeration
Use Class Enumerations flags System.Enum
- Item 15: Interfaces
Interface Concept Definition of interfaces Interface Implementation
access members of an interface
-
Item 16: How
instruction Concept
Basic Instructions Instructions Instructions - iterative conditional instructions exceptions jump instructions Other instructions
Item 17: Attributes
- attribute concept attributes Using Defining new attributes Reading attribute at runtime compilation Attributes
Item 18: Unsafe code
insecure code concept
- unsafe code compilation Dialing codes unsafe pointers Defining pointers Handling Operators related fixing insecure code targeted variables
Item 19: XML Documentation
- Concept and usefulness of XML documents Introduction XML XML Documentation Comments Recommended Tags for XML documents XML documents Generation XML documentation structure spacing
XML documentation and source code
Item 20: The C # compiler from Microsoft
- Introduction, General Syntax Compiler Build Options access compiler from Visual Studio.NET
- Reference Material Bibliography Internet Information about C # Portales Newsgroups and mailing lists
(C) 2001 José Antonio González Seco
0 comments:
Post a Comment