.NET news » C# 
Storing and recalling printer settings in C#.net
This article shows how you can save printer settings of any printer to a file or an arraylist to be recalled later.
How to Insert OLE Object (Adobe Acrobat Document) in Word with C#
Easy method to insert OLE Object (Adobe Acrobat Document) in Word with C#.
Windows Runtime Components: Windows Runtime Components in a .NET World
Windows 8 Special Issue 2012
Jeremy Likness walks you through the requirements needed to create a Windows Runtime Component in C#, how to reference and use it, and how it impacts other language selections when developing Windows Store applications.
Jeremy Likness walks you through the requirements needed to create a Windows Runtime Component in C#, how to reference and use it, and how it impacts other language selections when developing Windows Store applications.
[WinForms] RichTextBox ToolTip like Visual-Studio's
C# RichTextBox tooltip like Visual Studio's.
Coding Logistic Regression with Newton-Raphson
There are plenty of resources describing the complex mathematics behind finding logistic regression beta parameters using Newton-Raphson, yet few implementation guides. James McCaffrey explains how logistic regression with Newton-Raphson works, and how to implement a solution in C#.
Simple Cooperative Task Scheduling in C#
A sample WPF application that shows simple background tasks running on the UI thread.
Inline MSIL in C#/VB.NET and Generic Pointers
Discusses inline-IL in C#, benefits and uses, and how to achieve it.
Haar-feature Object Detection in C#
A description of how it was possible to achieve real-time face detection with some clever ideas back in 2001.
Fast String Searching Using C++ STL Vectors in C#
C# interop using platform invoke and C++ vectors to implement fast searching and selection on index keys
CPU Usage with Graphical indication using C# .NET
CPU Usage with C#