Welcome to WindowsClient.net | Sign in | Join

Articles

  • 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.

    Posted May 15 2008, 03:12 AM by Oleg Zhukov with no comments
  • 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.
    Posted May 14 2008, 03:10 AM by Oleg Zhukov with no comments
  • 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 Roger Jennings with no comments
  • 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.

    Posted May 13 2008, 02:58 AM by Oleg Zhukov with no comments
  • 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
  • Creating Cascading Style Sheets in Visual Studio 2008

    Discover the tools in Visual Studio 2008 for creating and modifying cascading style sheets.

    Posted May 12 2008, 02:53 AM by Dan Rigsby with no comments
  • .NET Tip: Returning Multiple Objects from a Single Method Call

    What happens when you need to return more than one value from a method call? One solution is for your method to return a complex data type, but this may not really fit what you need or may be overly complex. Another option is to return values through the parameters to the method. This article shows you how.

    Posted May 09 2008, 02:46 AM by Allow a single call to your method to return multiple objects using the ref keyword with parameters. with no comments
  • Build Early and Often

    Is the continuous build model right for your shop?

    Posted May 08 2008, 02:44 AM by Peter Varhol with no comments
  • Serialization for Rapid Application Development: A Better Approach

    Daniel Gidman shows you how to serialize and deserialize your objects simply and easily.

    Posted May 07 2008, 02:40 AM by Daniel Gidman with no comments
  • WCF/WPF Chat Application

    Sasha Barber shows how to create a peer-to-peer chat application using Windows Communication Foundation (WCF) and Windows Presentation Foundation (WPF)
    Posted May 06 2008, 02:34 AM by Sasha Barber with no comments
  • Inside Functional Programming

    Take advantage of functional programming techniques like Filter, Map, and Reduce in your day-to-day business apps.

    Posted May 05 2008, 01:08 AM by Bill Wagner with no comments
  • Writing Your Own GPS Applications, Part 2

    In part two of this series, Jon Person shows developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET.

    Posted May 02 2008, 02:28 AM by Jon Person with no comments
  • Writing Your Own GPS Applications, Part 1

    In this two-part series, Jon Person will show you how to write a commercial-grade GPS application.

    Posted May 01 2008, 02:25 AM by Jon Person with no comments
  • Don't Sweat Migrating Legacy .NET Projects to Visual Studio 2008

    Visual Studio 2008 automates the migration process and allows you to continue working with older versions of the .NET Framework. Tony Patton will ease your concerns about migrating to Visual Studio 2008 with this overview of what a migration entails.

    Posted Apr 30 2008, 01:57 AM by Tony Patton with no comments
  • 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.

    Posted Apr 30 2008, 01:00 AM by Perry Birch with no comments
Next page »