.NET Articles
| CSharp-Online.NET:Articles |
| edit |
.NET Articles are submitted by our contributors and cover .NET related technologies.
[edit]
.NET Articles
- .NET Architecture - learn about the .NET architecture and methodologies behind the C# language.
- .NET Common Language Runtime Components - learn about modules and assemblies—the component building blocks of the Common Language Runtime (CLR), and examine the CLR loader.
- .NET Type System - learn the benefits of the .NET Type System and how to make the most of it.
- Common Type System - learn all about the Common Type System (CTS) from an expert.
- Create a third-person shooter game - use the XNA Framework to create a simple shooting game, and in the process, begin learning XNA for .NET or .NET Compact Framework.
- Creating a .NET Windows Service: Three Different Approaches - learn how to create a .NET service.
- Dissection of an Application Framework - learn the basic design principles and structure of application frameworks in this overview of application framework design.
- Enterprise Transaction Services - read an overview of Enterprise Services transactions and learn to task transactions programmatically.
- GDI+ Graphics Transformation - learn to transform graphics—reflect, rotate, scale, shear, translate—using .NET GDI+ (Graphics Device Interface).
- Interface-Based Programming - learn to to fullfill the promise of Object-Oriented Programming (OOP) by using interfaces to advantage.
- Introducing .NET - learn about the .NET framework in this management overview.
- Introducing C# and the .NET Framework - learn the advantages and benefits of using the C# language and where it fits into the .NET scheme of things.
- Introduction to the Common Language Infrastructure - learn about the Common Language Infrastructure (CLI) at the heart of .NET languages.
- Introducing Web Services - learn the basics of Web services using .NET.
- Introducing XP - learn about the practical application of Extreme Programming (XP).
- Regular Expression Pocket Reference - learn the details of the .NET and C# regular expressions (regex) implementation.
- Spiking in eXtreme .NET - learn the art of research and experimentation known in Extreme Programming (XP) as spiking.
- System Namespace - learn about the root of all namespaces—
System.
- Type Design Guidelines in .NET - learn type design from the Big Boys on the Microsoft .NET Framework development team.
- Understanding Impersonation - learn how to impersonate a user's identity for good or evil.
- Using Custom Cultures - learn to internationalize your .NET application using the
CultureInfoclass.
[edit]
.NET Framework 3.0 (Windows Vista)
- First Windows Workflow - learn to create and debug a simple Sequential workflow and State Machine workflow in Windows Worklow Foundation (WF).
- Introducing LINQ - learn to use the new, .NET, general purpose, query capability called LINQ—Language-Integrated Query.
- Important New Concepts in WPF - learn to use Windows Presentation Foundation (WPF)—a feature of .NET 3.0 that simplifies adding 3D, video, data, and vector designs to your applications
- WCF Essentials - learn the fundamentals of Windows Communication Foundation (WCF).
- WCF Services - learn to create and install Windows Communication Foundation (WCF) services.
- WF Activities - read a high-level review of all the standard activities that are provided with Windows Workflow Foundation (WF).
- Windows Presentation Foundation - take a brief tour of the Windows Presentation Foundation (WPF) from the users standpoint.
- WPF Styles and Control Templates - learn to use Windows Presentation Foundation (WPF) styles and control templates to define a policy for setting the dependency properties of visual elements for rendering.
- XAML - learn to use eXtensible Application Markup Language (XAML) to define the user interface for the Windows Presentation Foundation (WPF).
[edit]
.NET Languages
- C# articles - collection of C# and Visual C# articles.
- F# Functional Programming - learn to use the F# functional programming language for functional programming (FP) on the .NET platform.