Design Patterns Part 2 - The Factory Pattern
The second part in WebBiscuit's design pattern series, this one examining the factory pattern. We look at an example of coping with ever-changing requirements by programming to interfaces and allowing the factory pattern to decide on the implementation.
The Code Project - A New Task Scheduler Class Library for .NET - C# Programming
A revision of a Task Scheduler class library by David Hall. Un très bon article sur l’utilisation d’un planificateur dans un environnement .NET
20 mars 2010 : Everything you want to know about your computer with System Information II
VB.NET program provides information about your hardware and operating system
19 mars 2010 : A Keyboard Selection Enabled ComboBox in Silverlight
Currently, ComboBoxItems cannot be selected using the keyboard - only the mouse. This is an attempt to resolve that.
19 mars 2010 : Creating a chained dropdownlist using jQuery and XML
This article is about to create a chained drop down list when we want to represent data from hierarchical data sets.
19 mars 2010 : Whistle or clap to control you computer
In this article, we'll put together a program to control few things on computer by clapping or whistling.
19 mars 2010 : Few step(s) to remove SQL Server database user(s)
Few step(s) to remove SQL Server database user(s) when you are facing error like “The database principal owns a database role and cannot be dropped.” for dropping a user.
19 mars 2010 : How to Use CslaGen to Generate CSLA Data Access Layer Code
This article shows how to quickly create the CSLA DAL files for a mother/daughter relationship (hierarchical data) using CslaGen.
19 mars 2010 : A multiple selection DropDownList (a CheckBoxList inside a DropDownList)
Check and mark more than one option in a DropDownList.
19 mars 2010 : Program for Watermarking an Image
To uniquely identify the images from our storage we use watermarking them with some text (usually company / portal name)
19 mars 2010 : A Fully Featured Windows HTTP Wrapper in C++
A fully featured and easy-to-use Windows HTTP wrapper in C++.
19 mars 2010 : Strategy pattern primer (A layman to laymen)
This article takes a scenario based approach to make reader understand this pattern
19 mars 2010 : Windows Ribbon for WinForms, Part 15 – Use Ribbon as External DLL
In this article I'll present how to load ribbon resources from external DLLs.
18 mars 2010 : Comparison of Architecture presentation patterns MVP(SC),MVP(PV),PM,MVVM and MVC
This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain (...)
18 mars 2010 : DefaultValue attribute based approach to property initializaton
Various approaches to implementation of property initialization with DefaultValue attributes
18 mars 2010 : StateManagement Suggestions : A Beginners View
This article takes you on short trip of State Management techniques used in ASP.NET
18 mars 2010 : StackPanel with FlowDocumentReader
We will learn how to employ a FlowDocumentReader inside a StackPanel
18 mars 2010 : A simple - yet quite powerful - palette quantizer in C#
A palette quantizer based on human perception
18 mars 2010 : Create your Own Runtime Movable Windows Forms Controls
A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.
18 mars 2010 : Programming Microsoft Agent in Windows Forms
Learn how to program with Microsoft Agent in Windows Forms applications
18 mars 2010 : Clearing the Console Screen using API
Learn how to clear the console screen via API calls. In addition, learn some console techniques such as moving the text around the screen.
18 mars 2010 : Reconstruction of Charts from Images
Usage of universal framework for chart reconstruction
18 mars 2010 : Consuming webservice using JQuery Asp.Net application
Consuming webservice using JQuery Asp.Net application
18 mars 2010 : A C# wrapper for nearby Bluetooth devices Discovery under Windows Mobile
A C# wrapper for nearby Bluetooth devices Discovery under Windows Mobile that uses a C++ DLL built based on the Winsock 2 API.
17 mars 2010 : Enumerating all of the Metadata Tags in an Image File with WPF Classes
This article shows how to iterate through all of the image metadata tags using WPF.
17 mars 2010 : Detecting Memory Leaks using the CrtDbg Library
The CrtDbg Library provides APIs which can be used to detect memory leaks
17 mars 2010 : Simple SST Unhooker
This article includes description of simple unhooker that restores original SST hooked by unknown rootkits, which hide some services and processes.
17 mars 2010 : MZCrumbBar - Generic Breadcrumb controller
Generic MFC Breadcrumb controller that shows a clickable breadcrumb list
17 mars 2010 : Showing Progress Bar Using jQuery
While performing slow operations (like File Upload etc) at website, give your visitors a bit of relief that something is happening...
17 mars 2010 : Creating a WPF DockPanel using XAML
Beginners tutorial on how to create a DockPanel using XAML
17 mars 2010 : Interacting with Shell Applications (Made Easy)
A simple class for working with shell applications
17 mars 2010 : Beginner WPF Panels Grid with TextBlocks Example
How to create TextBlocks inside a WPF Grid
16 mars 2010 : WPF : A Nice View BreadCrumb Manager
A re-usable breadcrumb control for WPF
16 mars 2010 : A Bindable WPF RichTextBox
An article about a Bindable WPF RichTextBox.
16 mars 2010 : Parse White Pages API using JQuery
Basic example of the White Pages People and Reverse Phone Searches
16 mars 2010 : Code Project Rating and Reputation FAQ
This is an FAQ for the ratings and reputation sytems on Code Project. It can be modified by any Silver member.
16 mars 2010 : Code Project Tips & Tricks FAQ
This is an FAQ for the Tips & Tricks section. It can be modified by any Silver member.
16 mars 2010 : Code Project Technical Blog FAQ
This is an FAQ for the Technical Blogs. It can be modified by any Silver member.
16 mars 2010 : Simple Active Directory Authentication Using LDAP and ASP.NET
Quick and easy Active Directory authentication using LDAP and ASP.NET
16 mars 2010 : A Quick-Start Guide of Process Mandatory Level Checking and Self-elevation under UAC
This example demonstrates how to check the privilege level of the current process, and how to self-elevate the process by giving explicit consent with the Consent UI.
16 mars 2010 : Flex Style Programming: handling dynamically created controls
This article demonstrates how to ease the work with dynamically created Flex controls using interfaces and data binding
16 mars 2010 : Touch for Windows
This is the touch tool ported to Windows
16 mars 2010 : Achieve Unbeatable Performance with RadControls for Silverlight! Working with 50 million cells has never been faster
This whitepaper explains how through smart use of UI and Data virtualization, content recycling, XAML optimizations and more, RadControls for Silverlight deliver first-class performance.
16 mars 2010 : Code Project Catalog FAQ
This is an FAQ for the Code Project Catalog. It can be modified by any Silver member.
16 mars 2010 : Code Project Job Board FAQ
This is an FAQ for the Code Project Job Board. It can be modified by any Silver member.
16 mars 2010 : Synchronous WCF Service Calls with Silverlight
How to make TRUE sync call in Silverlight
16 mars 2010 : Code Project Message Boards FAQ
This is an FAQ for the Code Project message boards. It can be modified by any Silver member.
16 mars 2010 : Windows Ribbon for WinForms, Part 14 – FontControl
In this article I'll present how to use the ribbon font control.
16 mars 2010 : A Guide to using MSChart for .NET
A guide to using Microsofts MSChart
15 mars 2010 : WPF Quick Recipes - Dialogs
A Blend behaviour that can be used for displaying a ViewModel in a separate window
15 mars 2010 : MVP: Updating View's binding asynchronously with the SynchronizationContext object
MVP: Updating View’s binding asynchronously with the SynchronizationContext object.
15 mars 2010 : GBackupSolution - Visual Studio Extension VSX 2008/2010
Visual Studio 2008/2010 Extension for backing-up your solution to Gmail.
15 mars 2010 : Alter SQLServer 2005 Most Recent List
Demonstrates how to Adjust the SQL2005 MRU using Reflection and the SQL Assemblies
15 mars 2010 : Creating Actionlinks in a Silverlight RichTextArea
Extending the Silverlight RichTextArea so that it supports interactive text
15 mars 2010 : Superior logging design. Fast but comprehensive
Log all that is necessary ONLY when really necessary
15 mars 2010 : Sort collection class using LINQ for NUnit projects
Provides a static class that can be called in NUnit projects for sorting collections and comparing them.
15 mars 2010 : Simple Microsoft Outlook 2007 spam filter
A very simple outlook Spam filter
15 mars 2010 : BrainVita Game using JQuery
Using JQuery features to implement BrainVita Game
15 mars 2010 : Windows Ribbon for WinForms, Part 13 – DropDownColorPicker
In this article I'll present how to use the ribbon drop down color picker control.
15 mars 2010 : Pocketwatch - VB
Making a pocketwatch from scratch
14 mars 2010 : Windows Ribbon for WinForms, Part 12 – CheckBox and ToggleButton
In this article I'll present how to use the ribbon check box and toggle button controls.
14 mars 2010 : 4 steps to enable instrumentation in WCF
4 steps to enable instrumentation in WCF
14 mars 2010 : Zeta Producer Command Routing
Introducing a small UI command routing (event bubbling) library for Windows Forms .NET
14 mars 2010 : Globalization in WPF or Silverlight
Dynamic globalization for WPF and Silverlight apps without breaking design time.
14 mars 2010 : ParallelWork: Feature rich multithreaded fluent task execution library for WPF
ParallelWork is an open source free helper class that lets you run multiple work in parallel threads, get success, failure and progress update on the WPF UI thread, wait for work to complete, abort all work (in case of shutdown), queue work to run after certain time, chain parallel work one (...)
13 mars 2010 : Personal Wave Recorder
DSP chains, Complex Fourier, ACM, Visualizers, EQ, Custom controls.. the works
13 mars 2010 : Writing a P2P Snippet sharing Extension for Visual Studio 2010 (VSX 2010)
CodeXchange is a simple Visual Studio extension which allows you to create, edit and share snippets with your peers without leaving the Visual Studio 2010 IDE.
13 mars 2010 : Context Sensitive History. Part 2 of 2
A Desktop and Silverlight user action management system, with undo, redo, and repeat; allowing actions to be monitored, and grouped according to a context (such as a UI control), executed sequentially or in parallel, and even to be rolled back on (...)
13 mars 2010 : Windows Ribbon for WinForms, Part 11 – DropDownGallery, SplitButtonGallery and InRibbonGallery
In this article I'll present how to use the ribbon drop down gallery, split button gallery and in ribbon gallery controls.
13 mars 2010 : Automatically Install Multiple CAB Files to a Windows Mobile/Pocket PC Device
A solution that uses threading and ActiveSync to automate the process of installing multiple CAB files to a Windows Mobile or Pocket PC device
12 mars 2010 : Your First Step to the Silverlight Voice/Video Chatting Client/Server
What you should to do to Create your own Silverlight Voice/Video chatting system
12 mars 2010 : Windows Ribbon for WinForms, Part 10 – Working With Images
In this article I'll present how to work with images in the ribbon.
12 mars 2010 : Detect Internet Network Availability
Detect network availability, specifically to the Internet, and monitor status changes
12 mars 2010 : C# Application with XML file
Using an XML file as a Database
12 mars 2010 : Grid View with fixed header
This article provides you the solution of scrolling Grid View with fixed Header in Asp.Net
11 mars 2010 : Fast, flexible and easy to use N-tier Software Architecture
Fast, flexible and easy to use N-tier Software Architecture
11 mars 2010 : The Back Side of Exceptions
This article illustrates the risks of exceptions being thrown where it is generally not expected, e.g., a library function or a finally block, and shows ways to prevent some insidious errors (such as inconsistency of program data or loss of exception (...)
11 mars 2010 : Building Better Buttons in Silverlight & Expression Blend
A beginner's guide to building robust, scalable, and easily editable buttons. As well as covering Template Binding to the Style, Layout, Animation, Opacity Masks, Scalability & Reuse.
11 mars 2010 : Multi-Threaded ObservableCollection and NotifyCollectionChanged Wrapper
These classes should solve the multi-threaded issues plaguing the INotifyCollectionChanged classes for good.
11 mars 2010 : How to read the Google calendar in C#
This article will describe how to read the Google calendar using C#
11 mars 2010 : DataGridView based user control with edit dialog
Simplify handling data tables
11 mars 2010 : Superior logging design. Fast but comprehensive
Log all that is necessary ONLY when really necessary
11 mars 2010 : Idea of the Clean Result (concept of the monolithic/non-monolithic code) or an alternative to Java's checked exceptions
This is a continuation of the article The Back Side of Exceptions (.NET section). Here, you'll find an abstract solution of a very important problem of unexpected exceptions.
11 mars 2010 : A Custom Copy Control - Copies any ASP.NET control
A custom control that targets any ASP.NET control and renders it
11 mars 2010 : Providing Prompts for Menu Items on a StatusStrip
Provides a demo of the MFC-like functionality of updating the status bar with a helpful prompt as the user mouses over menu items.
11 mars 2010 : Silverlight 4: Creating an application to play offline media
Discovering the features of Silverlight 4.
11 mars 2010 : Enable MultiSelect in WPF ListView (2)
Make your ListView support item selection by dragging,
11 mars 2010 : An innovative architecture to develop web forms - comparison with ASP.NET and MVC
The article introduces an innovative approach to develop web forms in enterprise software rather than either ASP.NET or MVC through step by step comparison on development complexity, reusability, performance and maintainability. The approach is implemented as an important UI component of (...)
11 mars 2010 : An innovative approach to develop web forms - comparison with ASP.NET and MVC
The article introduces an innovative approach to develop web forms in enterprise software rather than either ASP.NET or MVC through step by step comparison on development complexity, reusability, performance and maintainability. The approach is implemented as an important UI component of (...)
10 mars 2010 : Code Project Mentor FAQ
This is an FAQ for the Code Project Mentor Program. It can be modified by any Silver member.
10 mars 2010 : Code Project QuickAnswers FAQ
This is an FAQ for the QuickAnswers section. It can be modified by any Silver member.
10 mars 2010 : Code Project Member FAQ
This is an FAQ for all member related questions. It can be modified by any platinum member.
10 mars 2010 : A Brief Discussion On Visual Studio 2010 Top Features
In this article I will describe about some new features of Visual Studio 2010 which I explored till now. These features are really very useful in terms of productive development. This article is mainly targeted for beginners of Visual Studio 2010 but everybody can get benefit on the (...)
10 mars 2010 : Flexibox – A Silverlight alternative to Lightbox
Flexibox is an alternative to Lightbox, displaying multiple resolutions of an image without needing a popup overlay. Flexibox shows how a Silverlight app can resize itself with a page.
10 mars 2010 : Windows Ribbon for WinForms, Part 9 – Changing Ribbon Colors
In this article I'll present how to change the ribbon colors.
10 mars 2010 : Recursion, Stacks and Queues
An Article that hopes to Function as a Primer for Algorithms
10 mars 2010 : generic_ptr and it's generator
generic object wrapper for delayed type selection.
9 mars 2010 : How the Windows built-in watchdog infrastructure can monitor performance counters and trigger alerts.
Use the new PLA interface to monitor performance counters and triggers Alerts.
9 mars 2010 : Marshaling with C# - Chapter 3: Marshaling Compound Types
Learn how to marshal compound types (structures, unions, etc.) with C#.
9 mars 2010 : WPF PropertyGrid - MVVM techniques
How to build a multicolumn ListView that selects cell templates based on the row data type; and how to create a ViewModel on the fly for each cell template.
9 mars 2010 : Marshaling with C# - Chapter 2: Marshaling Simple Types
Learn how to marshal simple data types with C#.
9 mars 2010 : Marshaling with C# - Chapter 1: Introducing Marshaling
Introduction to marshaling.
Dossier
.NET (prononcer "dot net") est l’architecture Java de Microsoft.
Architecture
L’architecture de services web ne préconise pas de langages particulier, par contre elle redéfinit les notions de communication.
Archives
- 8 mars 2010
- Automatic WPF mapping to Database (Access 07 edition)
- 8 mars 2010
- Windows Ribbon for WinForms, Part 7 – Spinner
- 8 mars 2010
- Truncate Log File in SQL Server 2005
- 8 mars 2010
- Many to one local IPC using WCF and NetNamedPipeBinding
- 8 mars 2010
- Monitoring access to your shared files on network
- 8 mars 2010
- Windows Azure Development Deep Dive: Working With Configuration
- 8 mars 2010
- An innovative architecture to develop .NET business web forms (2) - how to implement query
- 8 mars 2010
- Correlated Sub-Query vs. Case Statement
- 8 mars 2010
- EventSubscriptionManager - No more leaking Event delegates
- 8 mars 2010
- Callback Contract in WCF
- 8 mars 2010
- JavaScript TreeView v1.2
- 8 mars 2010
- Securing Data With Application Role
- 8 mars 2010
- Enumerate and Auto-Detect USB Drives
- 7 mars 2010
- Static Code Analysis
- 7 mars 2010
- Limitations of SharePoint Web Services
- 7 mars 2010
- Windows Ribbon for WinForms, Part 6 – Tabs, Groups and HelpButton
- 7 mars 2010
- An audiobook player using an embedded MS mediaplayer
- 7 mars 2010
- Exploring GoogleGears Wifi Geo Locator Secrets
- 7 mars 2010
- .NET Framework Basics - Preparation for exam 70-536
- 7 mars 2010
- ASP.NET AJAX MultiHandleSliderExtender - Slide by Year and Month
- 7 mars 2010
- From Binary to Data Structures
- 7 mars 2010
- Simple debug log for C++
- 6 mars 2010
- How to Use CustomPropertyEditor in Workflow Activities Even After Binding is Set
- 6 mars 2010
- XTrace.cs - C# trace with printf formatting
- 6 mars 2010
- Windows Ribbon for WinForms, Part 5 - Application Menu with SplitButton and DropButton
- 6 mars 2010
- Diagnostic Explorer
- 6 mars 2010
- HTTP Push from SQL Server — Comet SQL
- 6 mars 2010
- Using Reflection to create a factory class for dynamic method invocation using templates
- 6 mars 2010
- The Tiny Wrapper Class for URL History Interface in C#
- 5 mars 2010
- A simple wait window
- 5 mars 2010
- Classical Encryption Techniques
- 5 mars 2010
- Direct3D Programming with MinGW
- 5 mars 2010
- An innovative architecture to develop .NET business web forms (1) - overview
- 5 mars 2010
- Fluent ChainLinkList with a custom linked list
- 5 mars 2010
- A Simple Geo fencing using polygon method
- 5 mars 2010
- C#/.NET Command Line Argument Parser Reloaded
- 5 mars 2010
- Encrypt/Decrypt Internal and External Sections
- 5 mars 2010
- Windows Ribbon for WinForms, Part 4 - Application Menu with Buttons
- 5 mars 2010
- An innovative architect to develop .NET business web forms (1) - rather than ASP.NET and MVC
- 5 mars 2010
- Decoder for Dean Edwards' Javascript Packer
- 5 mars 2010
- How we can write on C# in Linux: Implementing PanelApplet to Gnome Desktop
- 5 mars 2010
- Showing Validation ErrorMessages in Modal Popup
- 5 mars 2010
- Heresy I - Why Floating Point Coordinates are Wasteful
- 5 mars 2010
- Converting .3ds Models to XAML Resources for a WPF 3D Scene
- 5 mars 2010
- Easiest & Light Weight Way To Manage Software Development - Dot Scrum Methodology
- 4 mars 2010
- Simple MCI player
- 4 mars 2010
- C# Date Time Parser
- 4 mars 2010
- Integrating SQL Server 2008 with Metatrader 5
- 4 mars 2010
- Creating a self extracting binary
- 4 mars 2010
- TelnetSocket
- 4 mars 2010
- .NET TreeView multi-select control
- 4 mars 2010
- Least Squares Regression for Quadratic Curve Fitting
- 4 mars 2010
- Caliburn - Modules, Windows, and Actions
- 4 mars 2010
- Windows Ribbon for WinForms, Part 3 - First WinForms Ribbon Application
- 4 mars 2010
- Generation of n Digits of the Golden Ratio (Phi)
- 3 mars 2010
- A Silverlight application with the WCF RIA Services Class Library
- 3 mars 2010
- A .NET component for localizing string and message boxes
- 3 mars 2010
- JavaScript DateTime and TimeSpan Wrappers
- 3 mars 2010
- .NET Remoting Events Explained
- 3 mars 2010
- State Pattern in C#
- 3 mars 2010
- Fully customizable Menu-, Tool-, ContextMenu-, and Status strips
- 3 mars 2010
- Computer Vision: Virtual Buttons
- 3 mars 2010
- Computer Vision: Virtual Buttons
- 3 mars 2010
- A C# LED matrix display
- 2 mars 2010
- RWWinService - A Simplified .NET 3.5 branch of XYWinService
- 2 mars 2010
- Getting Started with Silverlight Application Development
- 2 mars 2010
- jQuery ASP.NET Server Control
- 2 mars 2010
- Developing and Consuming WCF Service - Separating Service, Contract, Proxy and Client
- 2 mars 2010
- Tuning Up The TreeView - Part 2
- 2 mars 2010
- LINQ to Tree - A Generic Technique for Querying Tree-like Structures
- 2 mars 2010
- Easy to track the geographical location based on IP Address.
- 2 mars 2010
- iCalendar Synchronizer for Windows Mobile
- 2 mars 2010
- Windows Ribbon for WinForms, Part 2 - Basic Ribbon Wrapper
- 2 mars 2010
- Windows Ribbon for WinForms, Part 1 – Introduction
- 2 mars 2010
- CPUAlert: Save your CPU from burning hot and battery running out quick
- 2 mars 2010
- Generate automated builds for source code from multiple branches using Team Foundation Server and Team Builds
- 1er mars 2010
- Creating a Persistent Panel Web Control
- 1er mars 2010
- Steganography 19 - The Order of the Code
- 1er mars 2010
- Geocoding with SQL-Server
- 1er mars 2010
- Reliable Multicast with PGM and WCF
- 1er mars 2010
- How to make Singletons whose behaviour can be overridden with a Mock object
- 1er mars 2010
- Connection Pooling in multithreaded applications
- 1er mars 2010
- HolidaysMailer
- 1er mars 2010
- UI Component Development in Java Swing - Part 1: Design
- 1er mars 2010
- Generic Mapper
- 1er mars 2010
- 15 steps to develop a product management system in only a day
- 1er mars 2010
- Tag Cloud with jQuery Effect
- 1er mars 2010
- Using OpenTK/OpenAL to Develop Cross Platform DIS VOIP Application
- 1er mars 2010
- Drilldown Reporter with Charting
- 28 février 2010
- Performance Tests: Precise Run Time Measurements with System.Diagnostics.Stopwatch
- 28 février 2010
- Running multiple instances of Task Manager
- 28 février 2010
- How to create your own virtual machine -- Part 2
- 28 février 2010
- Hangman Game
- 28 février 2010
- Hangman Game
- 28 février 2010
- Numbered Bookmarks - Visual Studio Extension VSX 2010
- 28 février 2010
- PowerShell and XML
- 27 février 2010
- How to Safely Trigger Events the Easy Way
- 27 février 2010
- How to ASP.NET MVC (Article 1)
- 27 février 2010
- Using XSLT to Generate SQL Script
- 27 février 2010
- COOP - Co-operate library to transfer data between processes
- 27 février 2010
- WPF radio buttons and enumeration values
- 26 février 2010
- CPTrie: a sorted data structure for .NET
- 26 février 2010
- AutoMapper
- 26 février 2010
- AutoMapper
- 26 février 2010
- Audit Trail System
- 26 février 2010
- Query the new Windows Audit Policies Programmatically
- 26 février 2010
- Programmatically pass parameters into Crystal Reports from ASP.NET (C#) - PART2
- 26 février 2010
- WPF Version of IPMessager
- 26 février 2010
- Winforms SkinFramework
- 26 février 2010
- How to use GZipStream to extract a text log and list the result in a grid
- 25 février 2010
- A Simple Graph Control
- 25 février 2010
- Using LINQ for type conversion
- 25 février 2010
- The way to calculate a collection of folders size
- 25 février 2010
- Programmatically Pass Parameters into Crystal Reports from ASP.NET (C#) - Part 1
- 25 février 2010
- GCIDE: A Complete English Language Dictionary
- 25 février 2010
- Implementing Custom Error handling library for asp.net using XML & C#.net
- 25 février 2010
- GCIDE : Complete English Language Dictionary
- 25 février 2010
- Tuning Up The TreeView - Part 1
- 25 février 2010
- What is RSS, Reading and Writing RSS Feeds, and example of getting RSS from Cricinfo
- 25 février 2010
- What is RSS, and reading and writing RSS feeds
- 25 février 2010
- A TimeZone Aware DateTime Implementation
- 24 février 2010
- GlowButton - A glowing button control
- 24 février 2010
- Context Sensitive History. Part 1 of 2
- 24 février 2010
- Duck Typing in C++ Using Boost
- 24 février 2010
- The DesignSurface (Extended) Class is Back, Together with a DesignSurfaceManager (Extended) Class and a Form Designer Demo!
- 24 février 2010
- ImageFan
- 24 février 2010
- Application architecture research
- 24 février 2010
- Impersonate as another user to run a program
- 24 février 2010
- Arduino Platform - Interrupts Introduction
- 24 février 2010
- Selecting a Subfolder from a Particular Folder
- 24 février 2010
- Working With Windows Management Instrumentation (WMI) - Part 4
- 23 février 2010
- Automate software using WPF UI Automation
- 23 février 2010
- Introduction into ADO .NET Data Services/RIA Services
- 23 février 2010
- Outlook 2007 Add-in Using Microsoft Visual C#.NET
- 23 février 2010
- Grandiose Projects 4. Geographic Information Systems
- 23 février 2010
- Switching Between HTTP and HTTPS Like A Bigshot Hotshot
- 22 février 2010
- TCP/IP Parameter Tuning for Rapid Client Connections
- 22 février 2010
- BigInteger Library
- 22 février 2010
- LightBox Connected to Microsoft SQL DB
- 22 février 2010
- A Brief Tutorial On How To Develop DirectShow Source Filter For Beginners
- 22 février 2010
- Move a Form whose Border Isn't Visible
- 22 février 2010
- Changing File Attribute
- 22 février 2010
- enlarge an element by mouse action (visual training) !
- 22 février 2010
- A USB Library to Detect USB Devices
- 22 février 2010
- Securing Flex to Axis Single Sign-on solution using SSL encryption
- 22 février 2010
- AsyncWorker - a typesafe BackgroundWorker (and about Threading in general)
- 21 février 2010
- How To Learn F#
- 21 février 2010
- Named and Optional Arguments
- 21 février 2010
- Silverlight YouTube Jukebox
- 21 février 2010
- Emulation of CRuntimeClass for non-CObject derived classes
- 20 février 2010
- An English Thesaurus for Windows Forms Applications
- 20 février 2010
- Business Connectivity Services in SharePoint 2010
- 20 février 2010
- 4 Steps to Consume Web Services using Ajax (Includes Video Tutorial)
- 20 février 2010
- Web Browser in C#
- 20 février 2010
- Dialog Boxes Guidelines
- 20 février 2010
- Zeta Twitpic
- 20 février 2010
- LinkSet – An Alternative Approach to Events Java
- 20 février 2010
- A Beginner's Primer to OpenMP
- 20 février 2010
- A Beginners Primer to OpenMP
- 20 février 2010
- The DesignSurface(Extended) Class is Back, Together with a DesignSurfaceManager(Extended) Class and a Form Designer Demo!
- 20 février 2010
- JavaScript Objects to .NET WebMethods Expecting Type Object
- 19 février 2010
- MDaemon Controler for .NET
- 19 février 2010
- The .NET Asynchronous I/O Design Pattern
- 19 février 2010
- About size_t and ptrdiff_t
- 19 février 2010
- A Simple Panning PictureBox
- 19 février 2010
- Optimize your Data Layer for quicker Code Development
- 19 février 2010
- Step by step Introduction to Microsoft SQL AZURE
- 19 février 2010
- WCF Service over HTTPS with custom username and password validator in IIS
- 19 février 2010
- Dynamic button function call: alternative for BEGIN_MESSAGE_MAP
- 18 février 2010
- UDL.Net, A ConnectionString Editor Built from Scratch
- 18 février 2010
- Dynamic Loading of ASP.NET User Controls
- 18 février 2010
- Dynamic Loading of ASP.NET User Controls
- 18 février 2010
- Custom VScrollbar to make DataGrid finger flickable
- 18 février 2010
- Model level validation using ASP.Net MVC
- 18 février 2010
- Model level validation using ASP.NET MVC
- 18 février 2010
- Application Management
- 18 février 2010
- Localizing a windows application with satellite assemblies
- 18 février 2010
- Simple Tri-State TreeView
- 18 février 2010
- Drag and Drop text from one to other datagrirdview in C# windows Application
- 18 février 2010
- Consuming a WCF / ASMX / REST Service using jQuery
- 18 février 2010
- WPF-Dynamically Loading User Control Plugins
- 18 février 2010
- Localization made easy in WPF
- 18 février 2010
- Using Custom Attributes to Map Database Tables and Columns to Classes and Fields
- 18 février 2010
- NHunspellToolTip- A Spellchecking ToolTip using Hunspell for .NET
- 18 février 2010
- An Introduction to Silverlight
- 17 février 2010
- How to make MessageBoxes center on their parent forms
- 17 février 2010
- A Simple, Integrated WPF Help System
- 17 février 2010
- VBA Code Tools
- 17 février 2010
- A Bicho Hunting Multiplayer Game
- 17 février 2010
- Remote control for your linux home server
- 17 février 2010
- Bitonal (TIFF) Image Converter for .NET
- 17 février 2010
- Collect data using Virtual Earth Info-Box
- 16 février 2010
- A single line acces generic ASP.NET cache manager
- 16 février 2010
- Forwarding Outlook emails to another account in an intelligent way
- 16 février 2010
- A single line acces generic ASP.NET cache manager
- 16 février 2010
- C# Image/PictureBox Rotations
- 16 février 2010
- Password Strength Control
- 16 février 2010
- Defining Indexes with SQL Server 2005
- 16 février 2010
- Profiles in .NET 3.5 with Images
- 16 février 2010
- Extended GridView with Fixed Header and Pager
- 16 février 2010
- 1-wire USB interface
- 16 février 2010
- Another Look at Achieving Concurrency using C++
- 15 février 2010
- SnapWindows - StickyWindows reloaded
- 15 février 2010
- How to develop a virtual disk for Windows
- 15 février 2010
- Detect Driver
- 15 février 2010
- SnapWindows - StickyWindows reloaded
- 15 février 2010
- Voice and Text Conferencing Library
- 15 février 2010
- Do You Have a Communication Issue?
- 15 février 2010
- Techniques for In-Clause And SQL Server
- 15 février 2010
- Diagnostic Trace Display Using WPF
- 14 février 2010
- FileSystemWatcher - Pure Chaos (Part 2 of 2)
- 14 février 2010
- Wrapper Pattern for Silverlight and WPF
- 14 février 2010
- User Story Source Code Layout with MSpec
- 14 février 2010
- FileSystemWatcher - Pure Chaos (Part 1 of 2)
- 14 février 2010
- JavaScript code to determine when DayLight Savings Time (DST) occurs
- 14 février 2010
- DataGridViewKRBColumnSelector
- 14 février 2010
- Document Digest Model: A different point of view.
- 14 février 2010
- How to place two controls in the same view
- 14 février 2010
- Control's Property Default Value
- 14 février 2010
- Yet Another Singleton Implementation in .NET 2.0
- 14 février 2010
- Fluent.Xml.Linq - Exploring the limits of C# syntax
- 14 février 2010
- HTML to Image in C#
- 12 février 2010
- Page Localization
- 12 février 2010
- Immediate display of WinForms using the Shown() event
- 12 février 2010
- Sound Scanner and FFT Analyzer
- 12 février 2010
- Turning on Intellisence for SharePoint BDC Application File
- 12 février 2010
- Using jqGrid's search toolbar with multiple filters in ASP.NET MVC
- 11 février 2010
- Performance Counters Enumerator
- 11 février 2010
- Using TABLE INHERITS in Oracle and PostgreSQL to provide consistency
- 11 février 2010
- ComparerFactory - Compile-time Performance at Runtime
- 11 février 2010
- Reading .CSV File And Inserting Data to SQL Table using SqlBulkCopy
- 11 février 2010
- 7 simple steps to run your first Azure Queue program
- 11 février 2010
- TDD Approach to ASP.NET WebForm Development
- 10 février 2010
- Fast Generation of Single-Solution Mazes
- 10 février 2010
- WPF Loading Wait Adorner
- 10 février 2010
- UI Enhancements in SharePoint 2010
- 10 février 2010
- Managed Bitmaps 2
- 10 février 2010
- Exposing Object Methods in the PropertyGrid Command Pane
- 10 février 2010
- Implementing a Basic Camera Model (Pinhole) II
- 9 février 2010
- Reflection in .NET
- 9 février 2010
- Silverlight and WPF Behaviours and Triggers - Understanding, Exploring And Developing Interactivity using C#, Visual Studio and Blend
- 9 février 2010
- Using ADO.NET Skill to Operate the Database
- 9 février 2010
- Performing a SAML Post with C#
- 9 février 2010
- How to Design Effiecient and Attractive Mobile PIM Data List
- 9 février 2010
- A Fast and Easy to Use AES Library
- 9 février 2010
- Tabbed ActiveX control modified
- 9 février 2010
- 2D Drawing with an OpenGL Control
- 8 février 2010
- ZoomSliderVSX -Visual Studio Extension (VSX) 2010
- 8 février 2010
- Design Patterns Part 2 - The Factory Pattern
- 8 février 2010
- Load Any Object From Most Any Database
- 8 février 2010
- WordNet-based semantic similarity measurement
- 8 février 2010
- Dynamic Reports with Reporting Services
- 8 février 2010
- A Very Simple Way to Use Richedit 5.0 in VC6 and other VS versions
- 8 février 2010
- Forward/Backward Code Navigation with the Mouse Thumb Buttons Inside Visual Studio 2010 (C++, Visual Basic, F#)
- 8 février 2010
- RESTful proxy-less WCF clients for .NET, .NET Compact Framework and Silverlight
- 7 février 2010
- MediaSlider - An Alternative to the Trackbar Control - v1.3
- 7 février 2010
- Multithreading, Delegates, and Custom Events
- 7 février 2010
- Create Matrix Report using ReportViewer in ASP.NET 2.0
- 7 février 2010
- DataLink Simulator
- 7 février 2010
- How to change ConnectionString easily
- 7 février 2010
- Web Socket Server
- 6 février 2010
- A WPF Voice Commanded Database Management Application
- 6 février 2010
- RapidWebDev - a new enterprise software development infrastructure in .NET
- 6 février 2010
- Securing My Website Using SSL in Local IIS (5.1 and Above)?
- 6 février 2010
- A Comprehensive Look at Concurrency through the OpenMP API
- 6 février 2010
- C# CCITT-8 CRC Algorithm
- 6 février 2010
- MP3 Sound Recording Tool
- 5 février 2010
- XNA Snooker Club
- 4 février 2010
- Writing a Sensor Driver for the Wiimote on Windows 7
- 4 février 2010
- DataBind ComboBox Failures and More
- 4 février 2010
- Applied Long-Running Active Object Pattern
- 4 février 2010
- Thread-safe enumeration in C#
- 4 février 2010
- Creating newid for PostgreSQL
- 4 février 2010
- Building a Programing Language: Part II - A (Adding Conditions, Loop to BrainLess)
- 4 février 2010
- Save log information in database with log4net and NHibernate
- 4 février 2010
- Remote control based on c8051 with 433MHz radio modules
- 4 février 2010
- Thread-safe priority queue in c#
- 4 février 2010
- Windows 7 New Features step by step in vb.net and c#
- 4 février 2010
- Gesture recognition for Touch Devices (Touch Gestures)
- 4 février 2010
- .NET Resource (.resx file) Translator
- 4 février 2010
- A Windows FTP Application
- 4 février 2010
- How to Limit the Number of Lines and Characters in a Textarea with Cross Browser Support?
- 4 février 2010
- Using new Windows 7 features for an iTunes Taskbar Application
- 4 février 2010
- Finding Probability Distribution Parameters from Percentiles
- 3 février 2010
- NHunspellTextBoxExtender - A Spellchecking IExtenderProvider for TextBoxes using Hunspell for .NET
- 3 février 2010
- A More Flexible and Secure Method to Configure Silverlight Applications Using the Web.config File from ASP.NET
- 3 février 2010
- ListView, ComboBox, and ObservableCollection
- 3 février 2010
- A Generic Class for Wrapping Asynchronous Begin/End Operations, Using Reactive Extensions for .NET (Rx)
- 3 février 2010
- A Generic Class for Wrapping Asynchronous Begin/End Operations, Using Reactive Extensions for .NET (Rx)
- 3 février 2010
- Enforced Type Safety Using Generics In COBOL
- 3 février 2010
- Updating Jumplists On The Fly
- 3 février 2010
- Embed an Assembly as a Resource
- 3 février 2010
- A Simple ASP.NET State Server Failover Scheme
- 3 février 2010
- consistent hashing
- 3 février 2010
- Multi-Touch Robot Control on Windows 7 using WPF 4.0
- 2 février 2010
- Win32 Serial Port for Ruby
- 2 février 2010
- Creating Instances of UserControls Declaratively and Programmatically
- 2 février 2010
- Flex Data Binding Tricks
- 2 février 2010
- A Working Example of Five Different Ways to Make jQuery AJAX Calls
- 2 février 2010
- Parallel Computing and Data Parallelism

