Writing a complex custom configuration section
Technorati Tags: C#,.Net FrameworkHere i posted another entry, showing implementation of a simple configuration section, now consider following listing<customSection> <elements> <add name=”FirstAssembly.FirstType” assembly=”FirstAssembly” shoul
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
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 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.
9 mars 2010 : ASP.NET Multipage TIFF Viewer with Thumbnails
ASP.NET Multipage TIFF Viewer with Thumbnails
9 mars 2010 : Calendar Gadget using Qt framework
A very simple calendar to be displayed on your desktop similar with a Vista or Windows 7 gadget but works also for Windows XP..
9 mars 2010 : Windows Ribbon for WinForms, Part 8 – ComboBox
In this article I'll present how to use the ribbon combo box control.
9 mars 2010 : PlantUML Editor: A fast and simple UML editor using WPF
A WPF smart client to generate UML diagrams from plain text using plantuml tool
9 mars 2010 : Wobbly Menu - An Inspiration from iPhone
iPhone like menu system and wobbly re-arrangement technique with a useful sample application
9 mars 2010 : SQL SERVER – Order of Columns in Update Statement Does not Matter
SQL SERVER – Order of Columns in Update Statement Does not Matter
9 mars 2010 : WPF custom ListBox with scrollbar on the background.
This article explains how to create a ListBox in WPF with the scrollbar in the background and auto-scrolling functionality when hovering over the control ends.
9 mars 2010 : Extended Generic Collection From Absolute Zero
Building a generic collection class from scratch WITHOUT just wrapping a List or ArrayList
9 mars 2010 : BookStore
A project for managing the digital books (html, doc, odf, pdf, txt, etc.) of the user using db4o
8 mars 2010 : Building a quick and handy reference counting class
The article describes how to implement reference counting in a C++ class that can be used like any pointer
8 mars 2010 : Create singleton with parameters in constructor
This article describes how you can create singletons which uses a constructor with one or more parameters.
8 mars 2010 : Automatic WPF mapping to Database (Access 07 edition)
Automatizing Creation of Database, Tables, SUID actions, and Easy WPF to class Mapping
8 mars 2010 : Windows Ribbon for WinForms, Part 7 – Spinner
In this article I'll present how to use the ribbon spinner control.
8 mars 2010 : Truncate Log File in SQL Server 2005
A tool that facilitates the truncation of SQL log file
8 mars 2010 : Many to one local IPC using WCF and NetNamedPipeBinding
I needed to talk between one server process and multiple client processes, this was a simple test harness to prove it
8 mars 2010 : Monitoring access to your shared files on network
ShareMonitor allows you to monitor any access to your network shared files.
8 mars 2010 : Windows Azure Development Deep Dive: Working With Configuration
Learning effective techniques to utilise configuration in your cloud apps, without locking into the Azure platform
8 mars 2010 : An innovative architecture to develop .NET business web forms (2) - how to implement query
The series of articles introduces an innovative architecture to develop business web forms in enterprise software development which has better performance, higher productivity, more configurability and easier maintainability than traditional either ASP.NET or MVC (...)
8 mars 2010 : Correlated Sub-Query vs. Case Statement
A simple case study to compare the efficiency of using a Sub-Query vs a Case satement to perforn data aggregation.
8 mars 2010 : EventSubscriptionManager - No more leaking Event delegates
A solution that manages attached events.
8 mars 2010 : Callback Contract in WCF
Callback contracts are a very powerful concept that is easily implemented in WCF. Using this, it is very easy to achieve event-like behavior between a service and client (duplex operations).
8 mars 2010 : JavaScript TreeView v1.2
Simple but advance-featured TreeView control.
8 mars 2010 : Securing Data With Application Role
This article introduces the fundamental concepts behind SQL Server 2008 Application Role and illustrates its use in securing data and database objects.
8 mars 2010 : Enumerate and Auto-Detect USB Drives
This article describes how to use the .NET System.Management WMI (Windows Management Instrumentation) wrappers to enumerate and describe USB disk drives. It also includes a non-Interop solution for detecting drive state changes as they come online or go (...)
7 mars 2010 : Static Code Analysis
A static code analyzer building method call networks + sample applications
7 mars 2010 : Limitations of SharePoint Web Services
Discusses the limitation of SharePoint Web Services compared to SharePoint Object Model
7 mars 2010 : Windows Ribbon for WinForms, Part 6 – Tabs, Groups and HelpButton
In this article I'll present how to use ribbon tabs, groups and the ribbon help button control.
7 mars 2010 : An audiobook player using an embedded MS mediaplayer
An audiobook player using an embedded MS mediaplayer
7 mars 2010 : Exploring GoogleGears Wifi Geo Locator Secrets
This is a C# application that use Google location service to retrieve location information using Wifi towers
7 mars 2010 : .NET Framework Basics - Preparation for exam 70-536
Base practice code for those preparing the exam 70-536 or learning the .NET framework basis
7 mars 2010 : ASP.NET AJAX MultiHandleSliderExtender - Slide by Year and Month
Tutorial - How to utilize ASP.NET MultiHandleSlider extender to select year and month in a range, and set the Chart controls in action
7 mars 2010 : From Binary to Data Structures
How to parse well-formed binary data into your data structures.
7 mars 2010 : Simple debug log for C++
An article on how to create a simple log for debugging applications
6 mars 2010 : How to Use CustomPropertyEditor in Workflow Activities Even After Binding is Set
A solution to the problem of the custompropertyeditor screens not be called after a binding is set
6 mars 2010 : XTrace.cs - C# trace with printf formatting
XTrace.cs provides printf-style formatting and other useful trace extensions. Module name, line number, and thread id are automatically included in the trace output. Double-clicking the trace line in the Output Window takes you directly to the source file and line in the (...)
6 mars 2010 : Windows Ribbon for WinForms, Part 5 - Application Menu with SplitButton and DropButton
In this article I'll present how to use the ribbon application menu with ribbon split button and ribbon drop button controls.
6 mars 2010 : Diagnostic Explorer
A .NET library and web site which allows developers to expose and view arbitrary diagnostic information about their .NET processes
6 mars 2010 : HTTP Push from SQL Server — Comet SQL
Article provides example solution for presenting data in "real-time" from Microsoft SQL Server in HTML browser. Article presents how to implement Comet functionality in ASP.NET and how to connect Comet with Query Notification from SQL (...)
6 mars 2010 : Using Reflection to create a factory class for dynamic method invocation using templates
How to call templates dynamically with Reflection.
6 mars 2010 : The Tiny Wrapper Class for URL History Interface in C#
I think there are people who learned a bit of C# but don't know about COM. I hope my tiny wrapper class library is helpful for such people to use IUrlhistory interface without difficulty.
5 mars 2010 : A simple wait window
Showing a wait window during a long running process
5 mars 2010 : Classical Encryption Techniques
Implementation of famous Ciphering algorithms
5 mars 2010 : Direct3D Programming with MinGW
Presents the essentials of building a basic Direct3D project using MinGW.
5 mars 2010 : An innovative architecture to develop .NET business web forms (1) - overview
The series of articles introduces an innovative architecture to develop business web forms in enterprise software development which is better performance, higher productivity, more configurability and easier maintainability than traditional either ASP.NET or MVC (...)
5 mars 2010 : Fluent ChainLinkList with a custom linked list
Creating a fluent ChainLink with a custom linked list
5 mars 2010 : A Simple Geo fencing using polygon method
A Simple Geo fencing using polygon method
5 mars 2010 : C#/.NET Command Line Argument Parser Reloaded
Easy to use yet powerful command line argument parser, which also creates usage and parameter information for the user.
5 mars 2010 : Encrypt/Decrypt Internal and External Sections
Additional to web.config internal sections encryptio/decryption this tool shows how to encrypt/decrypt externan sections in config files.
5 mars 2010 : Windows Ribbon for WinForms, Part 4 - Application Menu with Buttons
In this article I'll present how to use the ribbon application menu.
5 mars 2010 : An innovative architect to develop .NET business web forms (1) - rather than ASP.NET and MVC
The series of articles introduces an innovative architect to develop business web forms in enterprise software development which is better performance, higher productivity, more configurability and easier maintainability than traditional either ASP.NET or MVC (...)
5 mars 2010 : Decoder for Dean Edwards' Javascript Packer
This short article shows how to decrypt and beautify code encoded with Dean Edwards' Javascript Packer.
5 mars 2010 : How we can write on C# in Linux: Implementing PanelApplet to Gnome Desktop
This article describes how we can use our programming skills on the .NET framework to implement platform-independent code
5 mars 2010 : Showing Validation ErrorMessages in Modal Popup
The validation error messages of each content page is shown in the common modal popup of master page
5 mars 2010 : Heresy I - Why Floating Point Coordinates are Wasteful
Save space and save the planet by using integer coordinates.
5 mars 2010 : Converting .3ds Models to XAML Resources for a WPF 3D Scene
Tutorial for converting 3D Studio model files (.3ds) to XAML resources for use in a WPF 3D living room scene
5 mars 2010 : Easiest & Light Weight Way To Manage Software Development - Dot Scrum Methodology
Dot Scrum is a structured though light weight way to manage software development projects
4 mars 2010 : Simple MCI player
A simple MCI player for playing music with the apropriate enviroment
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
- 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
- 2 février 2010
- AutoComplete ComboBox for Silverlight
- 2 février 2010
- Working With Windows Management Instrumentation (WMI) - Part 2
- 2 février 2010
- WeatherBar - Weather in the Taskbar
- 2 février 2010
- Indoor weather station using Arduino
- 2 février 2010
- A Working Example of the Five Ways to Make jQuery Ajax Calls
- 1er février 2010
- Batch Image Resizer
- 1er février 2010
- How to Create Rich User Experiences with Microsoft Visual Studio 2010
- 1er février 2010
- Heritable Configuration On Moss
- 1er février 2010
- Don't hard code your DataProviders
- 1er février 2010
- An Idiots Guide to Really Really Bad Programming
- 1er février 2010
- MP3 player for Windows 7
- 1er février 2010
- Word Automation using VB.NET PART-I
- 1er février 2010
- Working in ASP Net with EventLog
- 1er février 2010
- Building Insert and Update Statements Automatically
- 1er février 2010
- A Simple Gradient Editor for WPF in C#
- 1er février 2010
- Exceptions Handling - Some Advanced Detail
- 31 janvier 2010
- Elliptical Rotating Picture Tray and Editor
- 31 janvier 2010
- A Very Lightweight Platform for Testing in Console Mode
- 31 janvier 2010
- IBAN Verification in C#, Excel Automation Add-in, Word SmartTag
- 31 janvier 2010
- Event-Driven Architecture in the Clouds with Windows Azure
- 31 janvier 2010
- Custom Paging Stored Procedure
- 31 janvier 2010
- Implementing a Basic Camera Model (Pinhole)
- 30 janvier 2010
- Committable Transactions in C#/SQL
- 30 janvier 2010
- A small application for downloading website images automatically
- 30 janvier 2010
- Periodic XML diff checker
- 30 janvier 2010
- Batch Uploader Using Flash Action Script 2 or Multiple File Upload Using Flash
- 30 janvier 2010
- Beginner's Guide to Authentication and Authorization
- 30 janvier 2010
- SQL Query Optimization FAQ Part 1 (With video explanation)
- 30 janvier 2010
- Parallel Processing MS Access VBA Application
- 30 janvier 2010
- File Download Using JavaScript
- 30 janvier 2010
- Silverlight Hierarchy Tree Control
- 29 janvier 2010
- Working Around Issues When Using SQL Server Indexed Views
- 29 janvier 2010
- Working Around Issues When Using SQL Servers Indexed Views
- 29 janvier 2010
- Windows Communication Foundation and Restful Web Services Primer
- 29 janvier 2010
- From simple JavaScript classes to ASP.NET AJAX Controls
- 29 janvier 2010
- Ever Had to Tackle An OutOfMemory Exception?
- 29 janvier 2010
- Drag and Drop feature in WPF TreeView control
- 29 janvier 2010
- Code InfoBox Visual Studio Extension (VSX) 2010
- 29 janvier 2010
- WPF ListView which can do - Sorting, Filtering, Totals, Cell-focus, Editing, and More
- 29 janvier 2010
- Custom Fluent Nhibernate Membership and Role Provider
- 29 janvier 2010
- Transformation of KML into ASP.NET
- 29 janvier 2010
- Run .net application in a specific culture
- 28 janvier 2010
- Extending the Non Client Area in Aero
- 28 janvier 2010
- MultiSelect Dropdown in ASP.NET
- 28 janvier 2010
- SharpPcap - A Packet Capture Framework for .NET
- 28 janvier 2010
- Automatic ViewState Properties with the ViewState attribute
- 28 janvier 2010
- Create Minimal UI in No Time at all Using Cliché Shell
- 28 janvier 2010
- Interfaces In Action

