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

Articles

Sponsors





  • advertise here

Browse by Tags

All Tags » .NET (RSS)
How to Randomly Reorder an Array
Suprotim Agarwal shows how to randomly reorder an array using an ArrayList.
Posted: Jul 16 2008, 05:59 AM by Suprotim Agarwal | with no comments
Filed under:
.NET Cross AppDomain Communication
An easy-to-use, zero configuration solution to .NET communication across application boundaries. A simple library to use as an alternative to .NET Remoting based on low-level Windows Messaging.
Posted: Jul 03 2008, 03:25 AM by jytylr | with no comments
Filed under:
Extending the .NET User Configuration for Windows Forms and WPF
Jani Giannoudis describes a component that shows how to easily implement user settings. The following goals were driving its development: Simple integration of a user setting: optimally just a single statement per setting The component should be capable...
Posted: Jun 04 2008, 04:14 AM by Jani Giannoudis | with no comments
Filed under: ,
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.
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.
Serialization for Rapid Application Development: A Better Approach
Daniel Gidman shows you how to serialize and deserialize your objects simply and easily.
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 jytylr | with no comments
Filed under: ,