Welcome to WindowsClient.net | Sign in | Join

Articles

Sponsors





  • advertise here

Browse by Tags

All Tags » Data (RSS)
Introduction to the WPF DataGrid
Rudi Grobler shows how to use the new WPF DataGrid.
Posted: Aug 20 2008, 04:00 AM by jytylr | with no comments
Filed under: ,
Data Binding in WPF using ADO.NET DataSet
Mahesh Chand shows how to use an ADO.NET DataSet to get data from a database and bind it to a WPF ListBox control.
Posted: Aug 15 2008, 01:36 AM by Mahesh Chand | with no comments
Filed under: ,
WPF + ADO?
A very simple example of how to bind to ADO.NET disconnected data objects.
Posted: May 12 2008, 08:46 AM by Rudi Grobler | with no comments
Filed under: ,
LINQ to SQL Q&A with Perry Birch
Perry shares his take on the best LINQ to SQL features, walks you through the biggest changes from ObjectSpaces and more.
A Detailed WinForms Data Binding Tutorial
This article demonstrates a variety of Windows Forms data binding features using several simple examples.
LINQ Challenges and SQL Server Compact Edition
Matt Sollars explains how to overcoming challenges with LINQ to SQL and using LINQ with SQL Server Compact Edition.
Posted: Apr 18 2008, 03:43 AM by jaytayl | with no comments
Filed under: ,
Conceptual Children: A Powerful New Concept in WPF
This article describes a new approach by which an element can remove its visual and logical relationships to its children while maintaining a conceptual parental relationship with those children.
Posted: Apr 11 2008, 03:07 AM by jaytayl | with no comments
Filed under: ,
10 Things I Didn't Know About WPF Data Binding
In "10 Things I Didn't Know About WPF Data Binding", Rudi Grobler talks about less-than-obvious things he discovered about WPF data binding while building an n-tier application.
Setting Default Values for LINQ Bound Data
Being impressed with the new ORM behaviour exhibited by Microsoft's new LINQ technology, I decided to do a development spike before using it in my next project. Although LINQ is definitely the way to go, there would seem to be a few shortfalls that...
Dissecting LINQ to SQL
LINQ to SQL solves the mismatch between the object oriented and relational database world. In an application, we deal in terms of our domain objects such as customer and orders. However, when it comes to saving these objects and solving the datatype mismatch...
Visualizing LINQ Sequences with GDI+
It's all rectangles. Draw a rectangle and you need a rectangle control. Draw an ellipse and you need the bounding rectangle. Drawing controls, graphics, positioning forms—these all require rectangles. My upcoming book, LINQ Unleashed for C# from Sams...
Continuous LINQ: Extending and Enhancing C# 3.5 with Language Extensions and LINQ
If you haven't been paying a lot of attention to the barrage of new Microsoft technology, LINQ is one of the key new features of the .NET Framework 3.5. LINQ, short for "Language Integrated Query," lets you express filtering, sorting, grouping...
Keyed Anonymous Types in VB9
Anonymous types use the Dim keyword but do not include a formal type—that you code—in the initialization statement. That is, the New keyword is used but there's no class name. These are not invariant types; these are strong types but the class is...
Posted: Oct 27 2007, 03:27 PM by jaytayl
Filed under:
Database Tip: Managing Transactions with a Stack
Although a lot of database work in many web applications involves single table queries and changes, in many cases you make multiple changes to a database. In these cases, you should consider using transactions. A transaction defines a unit of work to...
Posted: Sep 15 2007, 10:55 PM by jaytayl
Filed under:
Enumeration in C#.NET,VB.NET
Enumeration is a great user defined data type in C#.Net and VB.NET. It is very useful in code readability. It greatly increases the readability of code.
Posted: Aug 30 2007, 04:01 PM by Jalpesh
Filed under:
Next page »
Page view counter