Click here to Skip to main content
15,881,836 members
Everything / Desktop Programming / WTL

WTL

WTL

Great Reads

by Tim Smith
Color picker control for WTL applications including optional support for XP themes
by Ernest Laurentin
Full-fledged ATL Windowless ActiveX Container. Ideal for hosting Windows Media Player, Transparent Flash and Silverlight Animations.
by Michael Dunn
How to use power status notifications to make your applications conserve power when necessary.
by Michael Dunn
Create custom tasks in your app's jump list on Windows 7

Latest Articles

by Clifford Nelson
Shows how to set DataContext of View to itself using XAML and discusses the advantages of INotifyPropertyChanged to DependencyProperty
by Taehoon Kim 1004
Capture program using GDI
by Suarte
A hands on example of domain driven design - Part 3
by Timo Kunze
Use undocumented parts of the Windows Vista list view API to enhance your application.

All Articles

Sort by Score

WTL 

5 Aug 2012 by Anna-Jayne Metcalfe
Theme support in Visual Studio 2012
5 Oct 2013 by Raymund Macaalay
How to use a Sybase with S#arp architecture and nHibernate
20 Apr 2016 by Suarte
A hands on example of domain driven design - Part 3
8 Aug 2011 by Esteban Alvarez
Low cost design of useful utility classes
4 Sep 2012 by Zac Gery
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.  These principles are organized into Proximity, Similarity, Closure, Good Continuation, Common Fate, and Good Form.  They can be applied to all avenues of life.
7 May 2013 by S Leistikow
Four tier IOC application.
27 Jun 2015 by Member 11794279
CQRS – Simple Architecture
8 Sep 2015 by chetanvihite
In this post I am going to talk about Onion Architecture. There are several traditional architectures that exists in web world and each one of the architecture comes with its pros and cons. But most of the traditional architectures raises … Continue reading →
19 Oct 2009 by ocoudert
There are striking lessons in failed software architectures, and it all starts with API design. I am sharing here my practical experience with C++ projects, but most of these advices also apply to Java.
5 Aug 2010 by Andre Vianna
Some techniques to code each part of the sentence with some samples.
19 Aug 2010 by kishore Gaddam
Let us take a deep dive into the MEF architecture.
5 Aug 2010 by Andre Vianna
History, the basic concepts of Fluent Interfaces and a small glossary of terms that I will use in this series of posts
2 Oct 2012 by Shahriar Iqbal Chowdhury/Galib
Define Principle Single Responsibility Principle (SRP) states that there should never be more than one reason for class to change.
19 Oct 2009 by ocoudert
Test-driven design, a methodology for low-defect software
25 Aug 2010 by Issam Lahlali
What’s the origin of bad design?
9 Jul 2011 by Dinesh K Mandal
Template Method Design Pattern in .NET
30 Aug 2012 by Zac Gery
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.  These principles are organized into Proximity, Similarity, Closure, Good Continuation, Common Fate, and Good Form.  They can be applied to all avenues of life.
13 Aug 2015 by Reader Man San
I wanted to further read about Plugin Architecture, which I made a list for reading about it, in this article: “C# Plug-In Architecture Articles“, so added more reading for Layered Software Architecture, and found the following very interesting presentations: .
25 Feb 2010 by micahs
What is the factory design pattern? Well to begin with, it is something that is referenced frequently in software architecture. Functionally, a factory builds an object. More specifically, factories render instances of an abstract class type.