.NET news » C# 
Implementing a TextReader to extract various files contents using IFilter
A solution that can extract various file contents using an IFilter implementation. Special thanks to Eyal Post and his article 'Using IFilter in C# '.
Anonymous Methods - Behind The Scenes
In this article, we will see what's going on behind the scenes when we are using anonymous methods
Dynamic .NET: Understanding the Dynamic Keyword in C# 4
The dynamic keyword brings exciting new features to C# 4. We'll show you how it works and why it simplifies a lot of your coding tasks, including some handy COM interop possibilities.
Introduction to Object Oriented Programming Concepts (OOP) and More
This article helps to understand the OOP concepts focusing on .Net/ C#. This is written in the form of asking questions and writing answers to them, making it easy to understand.
Integrate Microsoft Dynamics Axapta with Temperature Conversion C# Application - Part II
After my previous post on Integrate Microsoft Dynamics Axapta with Temperature Conversion C# Application, this is Part II. This article will demonstrate that after sending the data from Axapta to Temperature conversion application how we can post back the converted temperature to Axapta.
Building Linq Expressions Dynamically
Engine in C# which generates Linq Expressions runtime based on simple scripts
Adapting old code to new realities
This article describes a useful technics for transforming old-style C/C++ code to fully managed C# code. These methods were used for porting classic libjpeg and libtiff libraries to .NET Framework.
View PDF files in C# using the Xpdf and muPDF library, Print PostScript.
Wrapper C# class written in C++\CLI and a sample implementation in C# to render PDF files.
TComparer - Sort a List
Sort a strongly typed list of custom objects by their specific property
SharpVectors - SVG# Reloaded: An Introduction
A C# library for converting SVG to WPF and viewing SVG files in WPF Applications.

