Welcome to WindowsClient.net | My Blog | Sign in | Join

Articles

Sponsors





  • advertise here

October 2008 - Posts

Introduction to Operator Overloading in C#

Operator overloading is a powerful and underused–and often misused–feature that makes code simpler and objects more intuitive.

Simple WPF BarChart Control

Rajesh Pillai shows how to create a horizontal and vertical bar chart using WPF.

Extracting XML and SQL Bulk Updates using LINQ
Gayani Devapriya shows how to extracting XML and SQL bulk updates using LINQ to XML and LINQ to SQL in .NET 3.5.
WPF Explorer Bar
Thomas Gerber shows how to create a WPF Explorer Bar similar to the Explorer bar in Windows XP. An explorer bar usually contains one or more collapsible panels.
Reducing Code Complexity on Switch-blocks

Timmy Kokke shows you how to use a Dictionary instead of a switch-case construction to reduce code complexity and increase testability.

Microsoft Offers SDL Tools to the Masses
Microsoft's Secure Development Lifecycle initiative introduces a set of development requirements aimed at reducing security defects in software.
Are You Ready for Visual Studio 2010?
Microsoft's Professional Developers Conference will bring previews of 'Oslo,' 'Rosario' and .NET Framework 4.0.
On the State of VS and .NET
Patrick Meader and Richard Hale Shaw discuss the strengths and drawbacks of being a .NET developer with the current toolset. This is the first of a two-part interview.
Understand Your Code Better
Visual Studio Team System's Code Metrics feature isn't perfect, but if you understand what it's measuring and how, you can use it to gain insight into your apps' overall complexity and to spot potential problem areas.
Achieve Low-Impact Code Reuse

Sometimes it makes more sense to separate functionality you use repeatedly into its own component. Learn how to create a special command-line processing component.

Create a Data-Driven Messaging System

Hard-coded messages don't scale well, and .NET's error messages are user-unfriendly. Learn how to create a more scalable and user-friendly data-driven messaging system.

Visual Studio To Include jQuery Library

Microsoft announced on Sunday that it will incorporate the jQuery JavaScript library into Microsoft Visual Studio and ASP.NET

WPF MediaKit
The WPF MediaKit allows for seemless DirectShow/WPF interop using the D3DImage. With the MediaKit, you can create your own MediaElement, DVD player, video chat application and much more. It comes with a web cam control and a file player control and supports 32 and 64-bit.
How to Print a WPF Window to Fit the Printing Page, Part 2
Part 2 explains how to capture image and print to printed it to fit on the printing page in WPF.
Send Custom Event to a Host Windows Form from a WPF Control, Part 2
In the Part 1, we explained how to send and share information from WPF control to Windows Form (Host). Part 2 continues by showing how to create the custom event.
Next page »