Ioannis Panagopoulos blog

Tutorials on HTML5, Javascript, WinRT and .NET

Data Validation in WPF

by Ioannis Panagopoulos
In the previous post, I have presented a basic intro to DataBinding in WPF. This post, extends the previous one by adding a brief introduction on data validation using WPF. When it comes to data validations, one is faced with the following concerns: Where the validation logic will resi... [More]

Data Binding with WPF

by Ioannis Panagopoulos
Data Binding in WPF has been through a substantial change compared to Data Binding in Windows Forms. It kinda became simpler mainly due to the fact that a BindingSource is no longer needed for the job. In this post we will cover the basic elements of databinding in WPF. The first thi... [More]

Image Resources in WinForms and WPF

by Ioannis Panagopoulos
Suppose you have a picture control in your form (WinForms) / window (WPF) and want to display the following picture in it (logo.png): In a Window Forms application you create a PictureBox control in your form, and in the code file you want to do something like the following: ... [More]

hire me