.NET news » Components 
Using Unity for IoC and DI
In this article I will try to describe all about using unity in our .NET projects and thus how to implement IoC (inversion of control) and DI(Dependency Injection).
Eye-Blink Driven Verbal Communication
Application facilitating verbal communication (via speech synthesis) and external device control through eye-blink detection
How does it work in C#? - Part 3 (C# LINQ in detail)
Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article partially taken from the "Expert C# 5.0" - book and it will explore the different extension methods used in the LINQ using C# and IL code to discuss..
Autocomplete Menu
Customizable autocomplete menu for RichTextBox, TextBox and other controls
OData: OData, the Entity Framework and Windows Azure Access Control
When Sean Iannuzzi was asked to secure a Web service for an existing database and Web application, he saw the benefits of using OData, but he didn’t think it was secure enough. See how he developed his own custom implementation with extra security.
30 Sep 2012, 18:00:00 Source: OData: OData, the Entity Framework and Windows Azure...
Tags: Components
Resolve DesignMode for a user control
The tip shows one way to resolve if a user control is in design mode.
Step by Step Creating UserControl : DataGridView With Paging
This is UserControl of DataGridView with Paging for Windows Form
25 Aug 2012, 11:44:00 Source: Step by Step Creating UserControl : DataGridView With Paging
Tags: Components
i00 BindingList with DataGridView
Simple to use BindingList and DataGridView that supports advanced LINQ filtering!
ExpTreeLib Version 3 - Explorer-like Navigation and Operation for your Forms
A Class Library for building Forms with a folder navigation TreeView and form specific ListViews that can be tailored for your application and behave like Windows Explorer. Full documentation.
17 Jul 2012, 07:39:00 Source: ExpTreeLib Version 3 - Explorer-like Navigation and...
Tags: Components
3D Space Flight Demo for Android OS, with Accelerometer-Based Controls
Simulation of flight in 3D space using OpenGL. The accelerometer-based UI is of particular interest.