.NET BootCamp with C# using Visual Studio 2005
Short Description
C# 2.0 / Framework 2.0: Generics. . Defining Generic types. . Generics in .NET vs. Templates in C++. . Implementing Type-Safe Collections …
Website: webshop.pc-ware.se | Filesize: 77kb
Content
.NET BootCamp with C# using Visual Studio 2005
Introduction to .NET
?What is .NET? How .NET evolved
?Key Elements of the .NET Framework
?Binary Compatibility, Common Type System
Fundamentals of Assemblies
?Manifests, Metadata, Intermediate
Language
The Common Language Runtime (CLR)
?JIT Compilation and Pre-JIT, JIT verification
?Memory Management, Garbage Collection
?How the CLR is loaded; CLR Hosting
?AppDomains, using .config files
Assemblies as Building Blocks
?Side-By-Side Execution, Versioning
?Why to avoid Deploying to the GAC
?Debugging and Tracing, Remote
Debugging
C# Fundamentals
?C# constructs as MetaData and IL
?Using the command-line compiler
?Program structure, keywords, Namespaces
?The .NET Exception Model and C#
C# Type Design
?Understanding System.Object
?C# Aliases for and using core .NET Types
?Type/Member Accessibility
?Value & Reference Types, Boxing, Unbox.
?Ref and Out parameters
?Properties and Indexers as Accessor
Interfaces
?Virtual Functions and Member Hiding
Understanding Metadata and Reflection
?Introduction to MetaData: System.Type
?Extending MetaData: Attributes
Implementing Managed Collections
?Iterators: IEnumerator and IEnumerable
?Read-only…
Get the file Download here
Related Books:Related Searches: jit compilation, remote debugging, jit jit, visual studio 2005, garbage collection
Comments
Leave a Reply