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

Articles

Sponsors





  • advertise here

May 2008 - Posts

Code Analysis in Visual Studio 2008

Discover how to do code analysis in both a web-based and a desktop application using Visual Studio 2008.

Index XML Documents with VTD-XML

The introduction of a simple, efficient, human-readable XML index called VTD+XML.

Posted: May 29 2008, 01:54 AM by jaytayl | with no comments
Filed under:
WPF 3D, Part 2

Sasha Barber shows you how to create a WPF 3D Panel, not unlike the 3D window tabbing in Windows Vista, that allows tabbing, activates the current item, and more.

How To Programmatically Create MSMQ Triggers

MSMQ is essentially an application that guarantees sending and receiving messages reliably in a disconnected distributed environment. The real power of MSMQ is in MSMQ's triggers. Tejas Patel shows how to programmatically create and execute MSMQ triggers.

Use Recursion to Clear out Textboxes

Clear out textboxes using recursion and LINQ, use VB literals to transform an XML document, and eliminate an annoying artifact of VB internals.

Posted: May 23 2008, 01:18 AM by jaytayl | with no comments
Filed under:
Using Vista Preview Handlers in a WPF Application

This article is about how to use Windows Vista preview handlers in a WPF application.

Posted: May 22 2008, 01:06 AM by jaytayl | with no comments
Filed under: ,
Implementing a Left Join with LINQ

LINQ doesn't define keywords for cross join, left join, or right join. As part of the LINQ grammar, you get join and group join. Joins can be equijoins or non-equijoins. An equijoin uses the join keyword and non-equal joins are contrived using where clauses. However, left, right, and cross joins are supported by LINQ. Paul Kimmel shows you how.

ListView Layout Manager

Learn how to customize ListView and GridView Column-Layout in WPF applications.

Posted: May 20 2008, 01:00 AM by jaytayl | with no comments
Filed under: , ,
The End of the Language Wars

Rockford Lhotka explains why he thinks the .NET platform is far more important than the language used.

Building an MVP Framework for .NET. Part 4: Strongly Typed Associations
This is the fourth part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. This part implements strongly typed associations between controllers, views and tasks.
Building an MVP Framework for .NET. Part 3: Designing a Windows Forms Views Engine

This is the third part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. It describes the development of a fully functional Windows Forms views engine.

Building an MVP Framework for .NET. Part 2: Implementing Core Functionality
This is the second part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. Based on the concepts introduced in the first part, we implement the core MVP Framework funtionality.
Manipulate Data in the Cloud with ADO.NET

Roger Jennings describes ADO.NET's data service and client-side components, provides details on data formats, and walks you through creating a data service. He explains how to access data from a browser by composing URI queries and how to write ADO.NET Data Service clients for Windows or Web Forms. He also demonstrates Language Integrated Query (LINQ) to REST query syntax and data updates with POST, PUT, and DELETE methods. Finally, he outlines a potential "ADO.NET Data Service Offline" feature and explains how ADO.NET Data Services will relate to SSDS when Microsoft releases the service for general use in 2009.

Posted: May 14 2008, 01:28 AM by jaytayl | with no comments
Filed under:
Building an MVP Framework for .NET. Part 1: The Basics of MVC and MVP

This is the first part of a series of articles describing the development of a Model-View-Presenter (MVP) Framework on the .NET platform. We discuss the basics in this part and move on to more advanced topics later.

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: ,
Next page »