.NET 3.0 Courseware
The Microsoft .NET Framework is a software framework that can be installed on computers running Microsoft Windows operating systems. It includes a large library of coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework.
The .NET framework includes a runtime environment that manages applications' runtime requirements. The .NET Framework runtime environment, called Common Language Runtime (CLR), provides the appearance of an application virtual machine so that programmers need not consider specific CPU capabilities. The CLR also provides other services such as security, memory management, and exception handling. The class library and the CLR together constitute the .NET Framework.
The Microsoft .NET courseware listed in this category support the .NET 3.0 release. If you are looking for courseware specific to a different version of .NET, please consult one of the following .NET courseware categories:
Windows Communication Foundation (WCF) is an API used to build distributed applications using .NET 3.0 (and higher). After taking this 3-day course, students will develop a thorough working knowledge of the WCF programming model, WCF binding choices, security issues in WCF, and data serialization choices.
Learn More
This 3-day course provides a solid introduction to Microsoft's Windows Communications Foundation (WCF) framework for building distributed systems. The course begins with a detailed exploration of WCF, its services, and general information and then moves into specific detail in the areas of Addresses and Bindings, Service Contracts, Instance Management, Data Contracts, and error handling.
Learn More
This 3-day course provides a solid introduction to Microsoft's Windows Communications Foundation (WCF) framework for building distributed systems. The course begins with a detailed exploration of WCF, its services, and general information and then moves into specific detail in the areas of Addresses and Bindings, Service Contracts, Instance Management, Data Contracts, and error handling.
Learn More
Windows Workflow Foundation (WF) is an API introduced with .NET 3.0 which allows you to execute and monitor business processes workflows directly in managed code. In this 4-day course, attendees will gain a clear understanding of the use of workflows, activities, and the visual tools which allow you to design them. We will also examine how to interact with the WF runtime engine, create custom activities and survey the integrated feature WF set.
Learn More
In this 3-day course, you will learn the prerequisites for Windows Workflow Foundation, how to handle exceptions in workflow applications, how to work with Delay and Listen activities, when and how the workflow runtime persists and tracks information about a workflow, and how to maintain state between workflow Web Service method calls. The instructor kit for this course is appropriate for self-study.
Learn More
In this 3-day course, you will learn the prerequisites for Windows Workflow Foundation, how to handle exceptions in workflow applications, how to work with Delay and Listen activities, when and how the workflow runtime persists and tracks information about a workflow, and how to maintain state between workflow Web Service method calls. The instructor kit for this course is appropriate for self-study.
Learn More
Windows Presentation Foundation (WPF) is a GUI toolkit introduced with .NET 3.0. This 3-day course will examine this new programming API beginning with the topics of XAML, code files, and WPF development tools. Attendees will learn about the WPF control programming model, styles and control templates, data binding, graphical rendering services and the construction of navigationally based applications.
Learn More
This 3-day course introduces Windows Presentation Foundation or WPF ('Avalon'), the new .NET technology from Microsoft for building rich Windows applications.
Learn More