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

Articles

Sponsors





  • advertise here

November 2009 - Posts

Multi-Column ComboBox in WPF
WPF XAML has huge capabilities for effective UX development. This blog post shows how to display multi-column data values for ComboBox in WPF
Plug your .NET apps into the Windows 7 Taskbar
The task bar has some of the most visible improvements in Windows 7 - find out how to hugely increase the usability of your .NET applications by tapping into the taskbar functionality. Jump lists, thumbnail previews and thumbnail toolbars are all covered.
Bar Chart in WPF
This article demonstrates how to draw bar charts in WPF and C#.
Integrating Traditional .NET MSMQ Application with Windows Communication Foundation 3.5 using MsmqIntegrationBinding
Most of you might have already started working with WCF for developing SOA based enterprise applications. WCF has provided several benefits for distributed application development e.g. Security, Sessions, Callback etc. One of the nice features with WCF is integration with Microsoft Message Queuing (MSMQ). In this article, we will see how to integrate traditional .NET MSMQ Application with Windows Communication Foundation 3.5 using MsmqIntegrationBinding
LINQ Deferred Execution
In this article we will see how LINQ defers the execution of the query till you request the results. Plus, learn how to execute the query immediately.
Databind WPF Combobox
In this article I am going to explain you, how to bind ComboBox with the help of TableAdapter.
How to show data using WPF ADO.NET Entity Data Model
This article will show you how to fetch and show data from database using ADO.NET Entity Data Model in WPF.
Enhance your .NET applications for Windows 7
Learn how to exploit the full range of new Windows 7 features direct from your .NET code, including jumplists, tabbed thumbnails, sensor platform APIs and DirectX
Select the Highest value in each Group or Category using LINQ
In this article, we will see how to select the highest value in a Group or Category using LINQ
A Visual SQL Query Designer
This article describes the implementation of a QueryDesignerDialog class that allows users to create SQL queries based on a given OleDb connection string.
Introduction to "Acropolis"
This article explains about Microsoft code-named Acropolis for creating windows client applications.
Implementing Inheritance (Base-Class/Derived-Class) model in WPF.
This article shows how to implement inheritance modal in WPF and a practical scenario to get a feel of a concept.
Resources in WPF
This article explains the basics of resources in WPF.
Show Data in WPF DataGrid using DataSet data template
This article demonstrates how to show data in a WPF datagrid using a dataset template.
Managing Cookies in a WPF Application
This article discusses how use cookies in WPF Applications using C#.
Next page »