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

Articles

Sponsors





  • advertise here

September 2008 - Posts

Introduction to XNA: The Microsoft 2D and 3D Game Development Platform
This article introduces you to the XNA Framework that makes game development easier than it ever was before. This sample features a Star Trek ship which you can move around the screen and shoot at an enemy Klingon Ship. The demo comes complete with authentic sounds.
When to Use a DataSet, SqlDataReader and XmlReader

DataSet? SqlDataReader? XmlReader? Each has its advantages and disadvantages. Sheo Narayan describes when to use which object.

Create a Multithreaded UI Application in WPF
This article shows how to create a multithreaded UI WPF application using the Dispatcher and BackgroundWorker objects. It also shows to use multithreading to resolve problems associated with long-running processes.
WPF Event Tracing

When you try to understand the performance characteristics of a Windows Presentation Foundation (WPF) application, one useful feature to take advantage of is Event Tracing for Windows (ETW). By default, WPF emits an array of interesting events that can be used to track the execution of an application at the framework level.

Posted: Sep 25 2008, 06:24 PM by jon-michael.evans | with no comments
Filed under:
What's New for Performance Profiling Tools for WPF

The WPFPerf tool comprises of a suite of performance profiling tools that allow you to analyze the run-time behavior of your WPF application and point to potential performance bottlenecks.

Posted: Sep 25 2008, 06:20 PM by jon-michael.evans | with 6 comment(s)
Filed under:
nAML: A New Revolutionary Way to Model Your .NET Applications!
Along with specification, examples and tools, a new visual modeling technique is being introduced, termed as “nAML” (.NET Application Modeling Language), which overcomes the limitation of typical modeling languages in a revolutionary way!
Data Encryption and Decryption using DPAPI classes in .NET
This article explains how to use the ProtectMemory and ProtectData classes in System.Security.Cryptography namespace to encrypt and decrypt data by calling wrappers around DPAPI methods.
Delegates and Anonymous Methods in C#
C# 2.0 introduced many new features to increase the power of the C# language. Anonymous methods is one such feature. This article explores anonymous methods and its fundamentals.
Parameters in C#, Part 7

Parameters in C#, Part 7, the final article of this series, shows how to take advantage of Parameter Arrays.

Parameters in C#, Part 6

Parameters in C#, Part 4 and 5 showed how to pass parameters by value and by reference, respectively. This article, Part 6, explores output parameters.

Parameters in C#, Part 5
Parameters in C#, Part 5, shows how to pass C# parameters by reference.
Parameters in C#, Part 4
Parameters in C#, Part 5, shows how to pass parameters by value.
Parameters in C#, Part 3

In Parameters in C#, Part 3, Selva Kumar explores C# value types in-depth.

Parameters in C#, Part 2
Selva Kumar explores value types and reference types in Parameters in C#, Part 2.
Parameters in C#, Part 1
Selva Kumar covers the basics of variables and parameters in C#. In Parameters in C#, Part 1, learn how variables and instances are stored and manipulated in .NET.
Next page »