WPF Articles

Find WPF articles, tutorials and resources.



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

How to Implement MVVM

Are you looking for code samples for MVVM design pattern? Find some good .NET examples for MVVM pattern in WPF using C# and .NET. I have briefly explained the concept of MVVM and have provided sample code.

How to do Animation in WPF

This article will help to create different kind of animation for the application. In this article we will discuss about the different kind of animation in wpf. Also why animation required and the cases where we can have animation.

Binding Enum With Combobox in wpf

It is very easy and efficient way to bind combo box in wpf some people will use reflection with Description Attribute which is again performance issue that is as per size of our enum it will take more space in memory. This will bind Enums values with combobox in different ways Simple Enum Binding Binding With Helper Class Binding With Dicitonary

Windows Presentation Foundation Fundamentals Concepts

In This Article, You will learn about Microsoft’s Windows presentation foundation fundamentals and advantage of WPF. WPF (Windows presentation foundation) is a latest and advanced version of .Net windows applications. WPF allows to develop effective and unique graphical user interface.

Windows Presentation Foundation [WPF] - Layouts

Layout Provides Basic plan for container to arrange the controls placed inside the Container. WPF Provides 5 Built-in Layout Panels. These Layout Panels can be used design the User Interfaces for our Application.

Windows 7 Taskbar Programming with WPF

Using the Taskbar ItemInfo in windows presentation foundation to add Thumb-Buttons,Overlay icons and Progress bar in the taskbar. Using WPF we can enhance the user experience of application running on windows 7. This code only works on Windows 7

Submit Your Article