How To Use WPF DataGrid in C#.NET

WPF C# Tutorials

WPF datagrid didn't seem to be that much handy or easy to use to me as like win-form data-grid. However, that doesn't mean it's a lot hard to implement it. Though I didn't able to dig much into this, I will like to share my gathered knowledge while … [Read more...]

How To Use Hotkeys/Keyboard Events In WPF Application Using C#

WPF Hotkeys Tutorials

In this tutorial, we will look into a common features that we usually require on a desktop application, using keyboard events and hotkey. As WPF technology is a little different from Microsoft's windows forms technology, it might be a little … [Read more...]

WPF Property Grid (WPG) Tutorial In C#

wpf property grid

Property grid in WPF helps us in generating UI controls from a c# class. Although. there are several projects and releases out there for this purpose, I am going to introduce one of the most popular open source once, hosted on codeplex, wpg(WPF … [Read more...]

Beginning With WPF Application In C#.NET

WPF C# Tutorials

If you are a .NET web application developer and you need to work on a desktop based application suddenly, then you might be a little surprised by see the application presentation layer structure, the win forms and their code behind files. Because … [Read more...]