Welcome to C# Online.NET
your free Visual C# Developer Center edited by C# and .NET developers
with more than 9,000 registered users and some 10,000 .NET, ASP.NET, and C# pages !
|
|
|
|
Visual C# tutorials; certification, development, and training materials
C# Online.NET is a Visual C# Developer Center. There is something here for C# programming at all experience levels. Study for a certification with our Visual C# tutorials and training materials. Develop faster using our C# code snippets, Visual Studio .NET tutorials, and C# reference materials. Answer your questions with our FAQs. Also, we cover .NET related technologies such as ADO.NET, ASP.NET, LINQ, SQL Server, WCF, and WPF.
|
|
|
|
| "These days it is quite common for new computers to make use of multicore processors (or at very least a hyperthreaded single-core processor). Without making use of multiple threads, developers are unable to exploit the full power of multicore machines.
This chapter begins by revisiting the .NET delegate type to investigate its intrinsic support for asynchronous method invocations. As you’ll see, this technique allows you to invoke a method on a secondary thread of execution without needing to manually create or configure the thread itself."
|
|