.NET Framework Using C#
Microsoft .NET is an advance in programming technology that greatly simplifies application development, both for traditional, proprietary applications and for the emerging paradigm of Web-based services. .NET is a complete restructuring of Microsoft’s whole system infrastructure and represents a major learning challenge for programmers developing applications on Microsoft platforms. Part of .NET is a major new object-oriented programming language, C#. But learning the new programming language is only part of the challenge. The much greater challenge is learning the .NET Framework and all its capabilities.
This three-day course is designed to provide a sound introduction to the .NET Framework for programmers who already know the C# language and the fundamentals of Windows Forms. It is current to .NET 2.0 and Visual Studio 2005. The course focuses on core portions of the .NET Framework that are common across many application areas. Separate courses are available in specific areas, such as ADO.NET, XML Programming, Windows Forms, ASP.NET and Web services..
- Cost: Price on application
- Duration: 3 days
- This course is not available as part of our public schedule but can be provided on a customised client specific basis.
The student should be an experienced application developer or architect with a working knowledge of C#, including building simple GUIs with Windows Forms.
What is Microsoft .NET?
Common Language Runtime
Attribute-Based Programming
Interface-Based Programming
Metadata
Common Type System
Framework Class Library
Language Interoperability
Managed Code
Assemblies and Deployment
Web Services
ASP.NET
Components in .NET
Building Class Libraries at the Command Line
Class Libraries Using Visual Studio 2005
Using References
Assemblies
Private Assembly Deployment
Shared Assembly Deployment
Configuration Overview
Configuration Files
Programmatic Access to Configuration
Application Settings with .NET 2.0
Using SDK Tools for Signing and Deployment
Metadata
Reflection
Late Binding
Directories
Files
Serialization
Attributes
Memory Management and Garbage Collection
Threading and Synchronization
Asynchronous Delegates
Application Domains
Marshal by Value
Marshal by Reference
.NET Remoting
Authentication and Authorization
Configuring Security
Code Access Security
Code Groups
Evidence
Permissions
Role-Based Security
Principals and Identities
.NET Client Calling a COM Server
PInvoke
ADO.NET Overview
.NET Data Providers
Using DataReaders
Using DataSets
.NET 2.0 Data Binding
Interacting with XML Data