.NET news » C# C# Rss Feed

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# '.
9 Feb 2011, 16:06:00   Source: Implementing a TextReader to extract various files...   Tags: 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
9 Feb 2011, 16:04:00   Source: Anonymous Methods - Behind The Scenes   Tags: C# Other

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.
31 Jan 2011, 18:00:00   Source: Dynamic .NET: Understanding the Dynamic Keyword in C# 4   Tags: C#

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.
26 Jan 2011, 02:36:00   Source: Introduction to Object Oriented Programming Concepts...   Tags: C#

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.
1 Dec 2010, 08:23:00   Source: Integrate Microsoft Dynamics Axapta with Temperature...   Tags: C#

Building Linq Expressions Dynamically

Engine in C# which generates Linq Expressions runtime based on simple scripts
28 Nov 2010, 11:07:00   Source: Building Linq Expressions Dynamically   Tags: C#

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.
27 Nov 2010, 05:39:00   Source: Adapting old code to new realities   Tags: C#

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.
26 Nov 2010, 10:20:00   Source: View PDF files in C# using the Xpdf and muPDF library,...   Tags: C#

TComparer - Sort a List

Sort a strongly typed list of custom objects by their specific property
22 Nov 2010, 22:59:00   Source: TComparer - Sort a List   Tags: Examples C#

SharpVectors - SVG# Reloaded: An Introduction

A C# library for converting SVG to WPF and viewing SVG files in WPF Applications.
17 Nov 2010, 06:50:00   Source: SharpVectors - SVG# Reloaded: An Introduction   Tags: C#