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

Articles

Sponsors





  • advertise here

October 2006 - Posts

Introducing LINQ for Visual Basic
What .NET's LINQ (Language INtegrated Query) has to offer the VB developer.
WebBrowserControl for the .NET Framework 1.1
An implementation of a web browser control for the .NET Framework 1.1
Windows Forms Tricks You May Have Missed
This article dives into Windows Forms. Rather than focusing on a specific feature, it covers a variety of topics that will assist you in building fully functional and well performing Windows Forms applications. You'll need to have some level of familiarity with topics such as data binding and validation to follow along.
Create generic database code using ADO.NET 2.0 Provider Factories
ADO.NET 2.0 introduces many new features and enhancements over previous versions of ADO.NET, but one new feature that has caught my eye recently is the new DBProviderFactory class which allows you to write generic database code without too much difficulty.
Architecture and Design Guidelines for BI Apps
This guide gives you prescriptive guidance on how to overcome architectural challenges and design issues when building Business Intelligence solutions using Microsoft platform.
Work with multiple data values with arrays in .NET
Arrays are a basic feature of the .NET languages. They allow you to easily work with multiple data items in one container. Tony Patton tells you more about using arrays in your code.
C-sharp reflection: Save development time throughout the project life-cycle
This article explains the concept of reflection and how it saves development time throughout the project life-cycle.
Implementing Nested Functions in C#
Want to test just how broad and expressive the language C# is? Learn how to implement nested functions for C#, which so closely models nested functions that nested behaviors practically exist already for the language.
Overcome Common Threading Problems
Create a class that addresses common threading problems and overcomes cross-thread calling and resource protection issues.
Learn to Read a Data Model
Data models provide important insights into your company's business. Learn how to read one, as well as some tips for creating strong data models of your own.
GDI+ Chart Success Part 7: Printing Charts
In the first article of the series we created a very basic pie chart using the GDI+ methods available to us in the .NET Framework. So for the first example in this article we will recreate this chart and then print it.
How to Use a VB.NET ArrayList Class
Collections allow you to manage groups of objects. Irina Medvinskaya looks at how to use an ArrayList class, which provides basic functionality that is useful to most applications.
Common Add-Ins
Discover a way to write Add-Ins such that a single binary can be hosted across multiple versions of DevStudio, Visual Studio, and Office. It uses C++ & ATL, but the principles should carry over to other languages and frameworks.
Introducing Windows Presentation Foundation
The primary goal of Windows Presentation Foundation (WPF) is to help developers create attractive and effective user interfaces. Learn how the WPF unified platform helps make designers active participants in creating user interfaces, and provides a common programming model for standalone and browser applications.
Administering ClickOnce Deployments
This whitepaper identifies the places you can insert your own code or tools into the process for control or monitoring purposes. This whitepaper also identifies potential hazards of certain solutions that may seem like a good idea, but that can lead to fragility or unexpected results.
Next page »