Always remain updated about current software development trends

Articles having tag: DATABINDING

The Manifold Blunders of Xaml–Part 1: Version and Platform Hell

I started work with “Xaml-based” platforms in the pre-Beta days of WPF, so I’ve been working with this technology longer than most. Back then I was utterly awed and inspired by it’s capabilities. Today I’m frustrated and Read More......(read...

Data binding in WPF DataGrid control using SQL Server database

In this article I will explain how to display data from a SQL Server database table in a WPF DataGrid control

EntityUI Automatic UI Generator using CodeFirst Approach

Automatic UI Generator with two-way binding for ASP .Net Forms from an object using Code First Principals

General purpose class to fill DataTable(s) from DataBase and to save DataTable(s) to DataBase using reflection

General purpose class to fill some or all of the DataTables of strongly typed DataSet from DataBase and to save some or all of the DataTables to DataBase by creating TableAdapters using reflection.

Boo-yah!!! Caliburn.Micro v1.3 RTW is Here

I’m extremely pleased to announce the release of Caliburn.Micro v1.3 . This is a great release with many bug fixes and several API improvements. We also support several new platforms. Here’s the highlights: Support for WP7 Mango Support for Read...

what are the different types of DataBinding and how to validate Data in SilverLight?

In this article, we are going to learn about Different types of Data Binding Techniques in Silverlight and how to validate Data in SilverLight.

Step by Step WPF Data Binding with Combobox's

A step by step set of examples that walk you through working with data binding and ComboBox's.

Using the Code First approach when building ASP.Net applications with Entity Framework

In this post I would like to show you a hands-on example on how to use the Code First approach when building data-centric ASP.Net applications with EF. Obviously I cannot go into much detail on what EF is and what it does. I will give again a short introduction.The...