.NET news » C# 
Create SQL DSN in C#
Create the SQL Data Source name Programmatically
Using MSMQ , Backgroundworker Threads in C#
This article covers MSMQ functionality exposed through the System.Messaging namespace.
Create an Oracle DSN in C#
Create an Oracle Data Source Name programmatically.
A Tiger Hash Implementation for C#
A Tiger hash Implementation for C#, based on .NET's HashAlgorithm class.
XAML: Optimizing C# for XAML Platforms
By carefully examining the code you use in your XAML applications, you can ensure that you make choices that enhance your application’s performance. Understanding the complexity of the dependency property system, the way LINQ uses collections, and the operation of the XAML layout system will help you enable faster retrievals, use loops more efficiently and optimize custom controls.
Extending the ImageBox component to display the contents of a PDF file using C#
In this article, I'll describe how to extend the ImageBox control discussed in earlier articles to be able to display PDF files with the help of the GhostScript library and the conversion library described in the previous article.Getting StartedYou can download the source code used in this article f
C# - Visualizing the Path Finding With Dijkstra, AStar, Bi-directional Dijkstra's and Bi-directional A* Algorithms
Demonstrating and visualizing Dijkstra and A* Algorithms and bi-directional versions of them with a C# demo
Using lambdas - C++ vs. C# vs. C++/CX vs. C++/CLI
A comparative look at lambdas in C++ and C# with focus on the differences and similarities in lambda usage across the languages and their variants.
Very fast screen capture using DirectX in C#
Traditionally screen captures are obtained by GDI, but it's slow. In my homemade ambilight project, I needed a fast printscreen and it's posibble: DirectX device has a front buffer - direct image of the screen.
Line Graph Component in C#
Line graph is user control which can be integrated into Winforms. The X points are plotted against Y.