Windows Ribbon for WinForms, Part 8 – ComboBox

In this article I'll present how to use the ribbon combo box control.

 Lire l'article

  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

Voir toute l'actualité

12 février 2012 : Run Linux in Microsoft Windows in a VirtualBox

This article is a study note on installing Linux in Microsoft Windows in a VirtualBox. I hope that it may be of some help to the people who are also interested in this topic.

12 février 2012 : Quickly check whether C++ template instances have the same parameters

To assign the permanent type-defined indexes to the derived classes inside the given hierarchy, use the TypeList of all allowed for this hierarchy types and IndexOf template. The base class has a data member int m_ID. In this code the class constructor is protected, so only descendants of (...)

12 février 2012 : AJAX Chat Application

The project illustrates how to design a simple AJAX web chat application.

12 février 2012 : Adding Time in HH:MM Format - Useful SQL Query

HH:MM Time format addition

12 février 2012 : Tips and Enhancements in Dynamics AX

Tips and Enhancements in Dynamics AX

11 février 2012 : A framework for building of WP7 application

This article describes the key principles of PhoneCore Framework implementation and how to use it for building Windows Phone 7 application.

11 février 2012 : NTLM Hash Generator

Calculates NTLM hash of given string

11 février 2012 : Allow only Numeric values in ASP Text box control using JavaScript

$(document).re...

11 février 2012 : Binary operations on byte arrays, with parallelism and pointers

The basic binary operations (AND, OR, XOR, NOT, ShiftLeft, ShiftRight) applied to byte arrays, made faster thanks to the use of parallelism combined with the use of pointers.

11 février 2012 : A Bridge Card Hand Displaying Presentation

Displaying random drawing four players bridge card game

11 février 2012 : Validate From and To Date using JavaScript

Validate entered From Date and To Date in web application using JavaScript

11 février 2012 : Trim, Mouse Hover Pointer Functions using JAVASCRIPT

Trim, Change button mouse hover pointer Functions using JavaScript

11 février 2012 : Allow only Numeric values in ASP Text box control using JavaScript

Allow only Numeric (either whole or decimal) values in ASP Text box control using JavaScript

11 février 2012 : Use a SQL script to generate well formatted stored procedures in SQL Server

Use a SQL script to generate well formatted stored procedures in SQL Server

11 février 2012 : Calling a WCF service from a client without having the contract interface

Calling a WCF service from a client without having the contract interface

11 février 2012 : Prism 2.x Weirdness

Prism 2.x Weirdness

11 février 2012 : Stop Watch application for Windows Phone 7

Stop Watch application for Windows Phone 7

11 février 2012 : A String.StartsWith that uses a StringComparer

An Extension Method that is similar to String.StartsWith, but uses a StringComparer

10 février 2012 : WPF / MVVM Real-Time Trading Application

This project is a real-time multi-threaded trading application framework developed with WPF / MVVM

10 février 2012 : Java Console apps made easy

This article describes the creation of a Java console type application.

10 février 2012 : Find Missing Date Ranges in SQL Server

Find missing date periods from a table.

10 février 2012 : Adding Time in HH:MM Format - Useful SQL Query

select aday, code, convert(varchar(5), min(atime), (108))MinTime, convert(varchar(5), max(atime),(108)) MaxTime from testgroup by aday,codeorder by aday asc

10 février 2012 : How to prevent Re-Post action caused by pressing browser's Refresh button

I did something similar with a PageToken class, but I put it in the Master Page so that I could implement it on any page that uses the Master Page. In our code we wrapped the session variables in their own class called Session variables.We needed a little more functionality for complex (...)

10 février 2012 : Understanding and Implementing Factory Method in C#

This article aims at understanding the Factory Method and a basic implementation of Factory method in C#.

10 février 2012 : Custom Webservices with SharePoint Online for Office 365

Development of webservices using sandbox solutions

10 février 2012 : Making a Borderless Form Movable in C++

How to make a borderless form movable. Now in C++!

10 février 2012 : Understanding and Implementing Abstract Factory Pattern in C#

This article aims at understanding and Implementing Abstract Factory Pattern in C#.

10 février 2012 : Understanding and Implementing Observer Pattern in C++

This article presents the basics of Observer Pattern, when to use it and how to implement it in C++.

10 février 2012 : Understanding and Implementing Observer Pattern in C#

Understanding and Implementing Observer Pattern in C#

10 février 2012 : How to suppress input events in .NET Compact Framework

Suppressing key and mouse events while loading

10 février 2012 : Learning XNA 2d Engine IceCream With 1945 Demo Project

IceCream1945 is a demonstration of XNA and the IceCream 2d library in a 2d top-down scrolling shooter similar to 1942 for the NES.

10 février 2012 : Architecture Guide: ASP.NET, MVC3, Entity Framework, Code-First with existing Database and few more..

In this whitepaper, I will walk you through developing a simple MVC 3 application architecture using Entity Framework’s code first technology. Later hopefully you can evolve this to be an architecture that you can use for small to mid-size web application (...)

10 février 2012 : Use Root Cause Analysis for Defect Prevention in your Software Development Process

Use Root Cause Analysis for Defect Prevention in your Software Development Process

10 février 2012 : XSLT 2.0 in .NET

The .NET Framework provides XslCompiledTransform which is an XSLT processor 1.0. However this doesn't mean that we can’t work with XSLT 2.0 in .NET. This article is for folks who want to use XSLT 2.0 in .NET.

9 février 2012 : C# Language Features, From C# 2.0 to 4.0

A description of the new language features starting from C# 2.0, going through to version 4.0

9 février 2012 : Findcontrol using a non recursive approach

9 février 2012 : Mnemonic: Assisting Your (virtual) Memory

A tool for visualizing the virtual memory used by Windows processes

9 février 2012 : Converting VS2010 Solution to VS2008

alternatively you can use the SolutionConverter here from code project. The tool converts 2008 to 2010 and vice versa. The only limitation is that it don't support C++ projects.

9 février 2012 : Get Checked Rows In a Webgrid Using Checkbox MVC3

MVC3 webgrid does not return rows collection, here is a tip to get several objects selected

9 février 2012 : What's new in WCF 4.5? Configuration validations

This is the fourth post in the WCF 4.5 series, and a direct addition to the previous post, since I neglected to mention something important about editing configuration files in WCF 4.5 and Visual Studio 11 – validations during editing and (...)

9 février 2012 : VBScript for Reading and Writing to the Windows Host File

VBScript for reading and writing to the Windows host file

9 février 2012 : YaBlogEngine - A Tiny Blog Engine written in ASP.NET/C#

YaBlogEngin is a Tiny Blog Engine written in ASP.NET/C#

9 février 2012 : Understanding & Implementing Singleton Pattern in C++ and C#

Understanding and Implementing Singleton Pattern in C++ and C#

9 février 2012 : Part 2: Getting started with using new Windows 8 features

First Look at What’s New in Windows 8 Microsoft’s "re-imagining" of Windows 8 is focused very heavily on a new, Metro-style touch-based interface. And no matter what device you’re on, you can switch between the simple Metro interface and the traditional Windows desktop to fit (...)

9 février 2012 : Windows Azure Event Logs Notifier

Create an email notifier using windows azure event error logs

9 février 2012 : Export Data to Excel, Word, PDF without Automation from DataBase

This article introduces how to export data from database to Excel, PDF, MS Word, HTML, MS clipboard ,XML, DBF, SQL Script, SYLK, DIF, CSV without Automation and Acrobat Reader.

9 février 2012 : Morse code from a tiny chip

Example PIC microprocessor program on a tiny RF transceiver

9 février 2012 : NetworkView: A WPF custom control for visualizing and editing networks, graphs and flow-charts

This article examines the use and implementation of a WPF custom control that is used to display and edit networks, graphs and flow-charts.

9 février 2012 : What's new in WCF 4.5? BasicHttpsBinding

This is the seventh post in the WCF 4.5 series.

9 février 2012 : What's new in WCF 4.5? Automatic HTTPS endpoint for IIS

This is the sixth post in the WCF 4.5 series.

9 février 2012 : Quickly check whether C++ template instances have the same parameters

// This is code from Andrei Alexandresku book "Modern C++ Design", ch. 2// Copyright (c) 2001 by Andrei Alexandrescu// This code accompanies the book:// Alexandrescu, Andrei. "Modern C++ Design: Generic Programming and Design // Patterns Applied". Copyright (c) (...)

9 février 2012 : Random Sequences

Generate "random" test vectors for repeatable simulation and code development

9 février 2012 : SolidWidgets Database

SolidWidgets Database

8 février 2012 : Disable button after click and display text [Processing...]

Disable button after click and display text [Processing...]

8 février 2012 : Domain Context Query Loader

Entity Query Load Manager for Entity Framework Domain Contexts

8 février 2012 : Relationship Oriented Programming - The IDE plus More on Agile Project Management

An Integrated Development Environment (IDE) for the Relationship Oriented Programming Tool

8 février 2012 : Tips to recover folder & files from the pen drive

Unable to view folder & files in pen drive[usb]

8 février 2012 : How To Work With CloudDrive - Your Azure Hard Drive In Azure

How to work with CloudDrive, Your azure hard drive in Azure

8 février 2012 : A Coder Interview With Dave Ward

Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Dave Ward, better known to many of his readers and followers as (...)

8 février 2012 : Understanding & Implementing Smart Pointer in C++

This article aims at understanding what a smart pointer is and implementing one

8 février 2012 : Custom Message Box in VC#

How to create custom message box in C#.NET

8 février 2012 : Peter - Programmers Extensive Text Editor

A robust text editor that supports plug-ins, code parsing, projects, and more.

8 février 2012 : WPF Main and Child Window Management

WPF Main and Child Window Management

8 février 2012 : Kalman filtering demo

A short demonstration of how to write and use a simple Kalman filter.

8 février 2012 : Creating a WCF Service with MSMQ Communication and Certificate Security

Implementing a Simple, Secure WCF Service with MSMQ Communication

8 février 2012 : Simple Unix Like commands using C#

Emulating Unix command behavior on Windows

8 février 2012 : YaWhiteBoard - A Simple Whiteboard using C#

A simple Whiteboard application

8 février 2012 : Retrieving SAP BW Monitor Statistics (Basic Approach)

A basic approach to retrieve SAP BW statistics displayed in the monitor (/rsmo)

8 février 2012 : Bypass and Restore SSL Certificate Validation in VB.NET

Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)

8 février 2012 : ZDNet Flame Bait Taken

Response to blog on Windows 8.

8 février 2012 : SolidWidgets Mailing Labels and Barcodes

SolidWidgets Mailing Labels and Barcodes

8 février 2012 : Message Manager

Sending and receiving message, user authentication, user permission, priority message

8 février 2012 : Enhancing HTML tables using the jQuery DataTables plug-in

This article shows how to enhance a plain HTML table with the jQuery DataTables plug-in.

8 février 2012 : How to instantiate derived LINQ to SQL entities

How to instantiate derived LINQ to SQL entities

8 février 2012 : WinForms.ColorDialog in WPF

This article demostrates how to use System.Windows.Forms.ColorDialog in a WPF project. Why you may ask, simply because one can and must try… For not wanting to design a UserControl nor an extra project for my solution I started an extensive search for a simplistic solution and thus I (...)

8 février 2012 : Http 500 Error resolution

Http 500 Error resolution

8 février 2012 : Disable button after click and display text [Processing...]

Or the jQuery alternative: $("form").submit(function() $("#").val("Processing..."); $("#").attr("disabled", "disabled"); );

7 février 2012 : Simple cross browser JavaScript get set

Simple cross browser JavaScript get set

7 février 2012 : C++11 (and C++98) Syntax

HTML page with all syntax productions of C++98/C++11

7 février 2012 : Quickly check whether C++ template instances have the same parameters

If you're using templates already, and are willing to adapt your class definitions, then this should work:template class BaseClass public: virtual bool equals(T* other) = 0;;template class ChildClass : public BaseClass > public: (...)

7 février 2012 : Running a 32-bit application under IIS on a 64-bit machine

7 février 2012 : The Underlying Connection Was Closed: The Connection Closed Unexpectedly in EF 4.0

The Underlying Connection Was Closed: The Connection Closed Unexpectedly in EF 4.0

7 février 2012 : How to prevent Re-Post action caused by pressing browser's Refresh button

Could you not achieve the same thing with javascript?if (document.all) document.onkeydown = function () var key_f5 = 116; if (key_f5==event.keyCode) event.keyCode=0; alert ("Sorry! You can not refresh this page!"); (...)

7 février 2012 : Dynamically Map SQL Resultset to Business Object

Dynamically map a DataTable to type-safe business objects using reflection and generics.

7 février 2012 : HTML Marquee & its alternatives

HTML Marquee & its alternatives

7 février 2012 : gTimePicker- Control to Pick a Time Value (VB.NET)

Stop using the DateTimePicker for time values. This control makes it easy to pick a time, and if you act now, get the matching Nullable gDateTimePicker at no extra cost.

7 février 2012 : WPF: Custom Generic Animations

The basis for the fast custom animation creation

7 février 2012 : An Introduction to Mutual SSL Authentication

Provides a brief introduction to mutual SSL authentication and its handshake messages

7 février 2012 : Silverlight web comic

Its a silverlight page to create a simple comic with photos and text-ballons

7 février 2012 : Creating Master Page In ASP.NET 2010

Creating Master Page in ASP.NET 2010

7 février 2012 : Quickly check whether C++ template instances have the same parameters

Setting up a custom type identification mechanism only makes sense if RTTI is not available or you cannot guarantee that it is consistent. That might be the case on some platforms with dynamic libraries.A simple static_cast will not work for all possible inheritance paths. Also, your (...)

7 février 2012 : Quickly check whether C++ template instances have the same parameters

Note: From Sebastian's tip it does not seem clear to me if only the template parameter type should be checked or also its value. He might want to check type and value without raising compiler errors. My alternative only deals with the template parameter types.If RTTI is not present, you (...)

7 février 2012 : Create a sample SQL database in less than 2 minutes

This SQL stored procedure creates a database from scratch with some meaningful content.

7 février 2012 : Checking for "any character" using regular expressions in multiline text

\S does not / did not work on all versions of RegExp on Microsoft JScript / VBScript (sorry to be vague - I just recall having to avoid it because it was flakey). Instead you could try Start([.|\n]*)End (match everything except newline and newline)Update: Checked some old code: I (...)

7 février 2012 : How to embed an image in email body

How to embed an image in email body

7 février 2012 : Part 1: My Experiments With Windows 8 – Getting started guide

Microsoft unveiled new Windows 8 operating system and new development improvements on September 13, 2011, day one of the BUILD developer conference. Microsoft released a developer preview of Windows 8 for the developer community to download and start working (...)

7 février 2012 : defeasible asynchronous oracle database operations

Run database updates and selects in a separate thread

7 février 2012 : NDepend – final thoughts

Wrapping up this series summarising the information and adding some of my own thoughts.

7 février 2012 : How to find a specific string from stored procedures, triggers and functions in database

Simply add your search phrase and run to find jobs, Stored Procedures, Keys, Tables, Views, Indexes, Defaults, and Functions.set nocount on declare @Keyword as varchar(200)set @Keyword = 'Search prase'-- ---- enter keyword here--Search jobsselect name Job, enabled , description, (...)

7 février 2012 : Wade not in unknown waters: Part two

This time I want to speak on the 'printf' function.

Dossier

> Orchestration > Architecture

.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

7 février 2012
Using human readable enum values in a ComboBox
7 février 2012
Macro expansion in VC++
7 février 2012
C++/CLI Image Viewer with zoom and scroll
7 février 2012
Converting VS2010 Solution to VS2008
7 février 2012
Multi-Lingual UIs in WPF
7 février 2012
A Simple Pattern for Creating Re-useable UserControls in WPF / Silverlight
7 février 2012
WIF and Claims Based Security Tokens
7 février 2012
Extending Internet Explorer – Scenario based overview
6 février 2012
Agile development
6 février 2012
Ten Pin Bowling Scoreboard
6 février 2012
Using HttpModules with URL Re-writing to Handle Fake Directory Requests
6 février 2012
MusicDrawer: A Simple Music player using WMP SDK
6 février 2012
Runtime Configuration of Where Condition LINQ for Objects
6 février 2012
Basics of Signing and Verifying code
6 février 2012
The Art of Win32 Shellcoding
6 février 2012
Drive your application through Twitter direct messages
6 février 2012
A XAML-Only Font ComboBox
6 février 2012
Sharing Data among Windows Forms
6 février 2012
Bulk SMS Sender
6 février 2012
Using MSMQ in mail relay
6 février 2012
Manage business logic in Access forms
6 février 2012
JQueryUI smartAutocomplete
6 février 2012
A Portable and Efficient Generic Parser for Flat Files
6 février 2012
Globalization and Localization in ASP.NET Web Applications
6 février 2012
Choosing technologies for .NET project
6 février 2012
Tips & Tricks: How to get the Screen Resolution in Silverlight?
6 février 2012
How To: Use Leaderboards on BlackBerry with XPG
6 février 2012
ASP.Net MVC Client / Server Bot Trap
6 février 2012
Injection into a Process Using KnownDlls
6 février 2012
Replace one color with another in the bitmap of a given device context
6 février 2012
Show/hide elements dynamically in web page
6 février 2012
How does it work in C#? - Part 1
5 février 2012
Attaching a Console to a WinForms application
5 février 2012
How to replace a color in an HBITMAP
5 février 2012
WP7 FloodFill in Texture2D using Scan line Stack Algo
5 février 2012
Getting Started with IndexedDB
5 février 2012
MVC Grid to Excel file download
5 février 2012
VBA Extend
4 février 2012
Fast Colored TextBox for Syntax Highlighting
4 février 2012
Web-Application Framework - Catharsis - Part I - New Solution
4 février 2012
MVVM PRISM: Modal Windows by using Interaction Request with Generics
4 février 2012
RSA Private Key Encryption
4 février 2012
LINQ Query Case Sensitivity
4 février 2012
Custom alarm sound for Android phone
4 février 2012
Sorting using C# Lists
4 février 2012
Highlight Data in jqplot Chart
4 février 2012
NDepend–Visual NDepend
4 février 2012
Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery
4 février 2012
Extending Visual Studio Part 1 - Creating Code Snippets
3 février 2012
Pixel Manipulation in Silverlight
3 février 2012
Toshiba Portégé Z835 first impressions
3 février 2012
Extending Visual Studio Part 2 - Creating Addins
3 février 2012
Execute SQL Query / SQL Command on SQL Server Using the Command Prompt
3 février 2012
Converting Array or List of data to String => made easy! (C#, MVC3, LINQ)
3 février 2012
Using human readable enum values in a ComboBox
3 février 2012
Uploading Zip File in ASP.NET
3 février 2012
Select only one node in Treeview
3 février 2012
How to get Client IP Address in SQL Server
3 février 2012
Sorting using C# Lists
3 février 2012
Wait progress bar for long running UI operations
3 février 2012
(C#) Determining whether the current build mode is Debug or Release
3 février 2012
The Lost Art of Corporate Inductions
3 février 2012
i00 VB.NET Spell Check - No 3rd Party Components Required!
3 février 2012
VB.NET Image Filters
3 février 2012
Simple Ping Utility with GUI
3 février 2012
Grandiose projects 5. Audio support
3 février 2012
SqlCommand Generator
3 février 2012
A simple update method in C#
3 février 2012
How to Create watermarked images in C# ASP.NET ?
3 février 2012
What's new in WCF 4.5? Improved streaming in IIS hosting
3 février 2012
MVC HtmlHelper: Text Posting Dropdown List
3 février 2012
How the Visual Studio ALM Rangers use Team Foundation Service to Get Ready for Visual Studio 11
2 février 2012
Maintain Http Session State in WCF REST Services with HttpWebRequest
2 février 2012
Custom Asp.Net Model Binders series, part 3: Subclassing your models
2 février 2012
What's new in WCF 4.5? Changed default for ASP.NET compatibility mode
2 février 2012
WPF/MVVM Quick Start Tutorial
2 février 2012
Regular Expressions – Big daddy o' string manipulation
2 février 2012
Creating your own (customized) standard endpoints in WCF 4
2 février 2012
Ektron: Finding “Missing” Content in the Index on 64bit Windows
2 février 2012
MEF Generics
2 février 2012
Fix: MyODBC driver is not in drivers list windows xp
2 février 2012
Apartment Management System
2 février 2012
Image Handling In ASP.NET
2 février 2012
Visual Expression Builder for Dynamic Linq
2 février 2012
A quick and easy way to direct Java System.out to File and to Console
2 février 2012
Useful Reference Books
2 février 2012
The woes of a maintenance developer
2 février 2012
ID3 Decision Tree Algorithm - Part 1
2 février 2012
Unity 2.0 Interception via Method Decoration in verbose code
2 février 2012
How to compress/decompress directories using GZipStream
2 février 2012
To find duplicate rows in table
2 février 2012
Converting Array or List of data to String => made easy! (C#, MVC3, LINQ)
2 février 2012
DataSet to Excel File Conversion using ExcelLibrary
2 février 2012
WCF/ASMX Interoperability – Removing the Annoying xxxSpecified when Adding a Web Reference to a WCF Service
2 février 2012
C++ references and inheritance
2 février 2012
Binding jQuery Grid to Remote Data using JSONP
1er février 2012
Show Cursor Location And Zoom In jqplot Chart
1er février 2012
Compiler's implementation of New and Delete operators
1er février 2012
ASUS Zenbook UX31 - First Look
1er février 2012
How To: Use Leaderboards on Android with XPG
1er février 2012
Lucene.Net ultra fast search for MVC or WebForms site => made easy!
1er février 2012
Time Period Library for .NET
1er février 2012
General Ledger
1er février 2012
DALC4NET: A Generic Data Access Layer for .NET
1er février 2012
The SQL Server Rand Function
1er février 2012
Dynamic ViewState in ASP.NET WebForms – Part 2
1er février 2012
NDepend – Analysis Report
1er février 2012
Improved RichTextBox - IRTB
1er février 2012
A Coder Interview With Howard Dierking
1er février 2012
MVVMLight Using Two Views
1er février 2012
Build Truly RESTful API and Website using Same ASP.NET MVC Code
1er février 2012
OCR with LEADTOOLS: The Better Choice
1er février 2012
Tip: iOS Look in Windows Mobile
1er février 2012
(C#) Determining whether the current build mode is Debug or Release
1er février 2012
To tell if an assembly is compiled in debug or release mode in c#
1er février 2012
Codeproject Windows Phone Application
1er février 2012
Dropdown TextBox
1er février 2012
WPF Rubik's Cube
1er février 2012
Windows Phone Labyrinth
1er février 2012
Pirates! for Windows Phone
1er février 2012
Different ways to access Excel 2003 Workbooks using C#
1er février 2012
BPO Productivity Tool
1er février 2012
Alternative to Activator.CreateInstance
31 janvier 2012
MVC3 @Html.CheckBoxList() custom extension
31 janvier 2012
Drop all the tables in a database
31 janvier 2012
Mathematical Expression Parser Using Recursive Descent Parsing
31 janvier 2012
To find duplicate rows in table
31 janvier 2012
Windows Server AppFabric Service Validation
31 janvier 2012
Userful GridView ASP.NET
31 janvier 2012
Birthright Campaign Manager
31 janvier 2012
How to do a "LastIndexOf" in sql
31 janvier 2012
F# example usage of option types
31 janvier 2012
ASUS Zenbook UX31E-DH52 – First Impressions Review
31 janvier 2012
The ASUS Zenbook UX31: Initial Impressions
31 janvier 2012
C.B.R.
31 janvier 2012
ComboBox databinding problem solved without Converter
31 janvier 2012
Handle php files in C#
31 janvier 2012
Alternative to Activator.CreateInstance
31 janvier 2012
Get an Entity Framework Object anyway
31 janvier 2012
Render Exceptions in an Entity Framework application
31 janvier 2012
Google maps in WPF with WebBrowser and Google Maps API v3
31 janvier 2012
Android + iOS Torch sample
31 janvier 2012
Employee Attendance Tracking
31 janvier 2012
Using JavaScript to handle drop-down list selections
31 janvier 2012
QxOrm - C++ ORM (Object Relational Mapping) Library
31 janvier 2012
How to compress/decompress directories using GZipStream
31 janvier 2012
ASP.NET MVC, SignalR and Knockout based Real time UI syncing - For Co Working UIs and Continuous Clients
31 janvier 2012
HTML5/CSS3 graphic enhancement: buttons, inputs
31 janvier 2012
A reusable ProgressViewModel to observe progress with MVVM
31 janvier 2012
DataContext in WPF
31 janvier 2012
Checking for "any character" using regular expressions in multiline text
31 janvier 2012
Working with Inline Web Workers
31 janvier 2012
Wade not in unknown waters. Part one
31 janvier 2012
Strtod in C# – Part 2: The implementation
31 janvier 2012
Sparse Array class for .NET
30 janvier 2012
User sortable Listbox
30 janvier 2012
Asus Zen Ultrabook First Impressions
30 janvier 2012
Client Management System
30 janvier 2012
Retrieving TreeView nodes as IEnumerable
30 janvier 2012
Checking for "any character" using regular expressions in multiline text
30 janvier 2012
Analyzing a .NET executable or DLL without .NET installed
30 janvier 2012
MongoDB Basics
30 janvier 2012
MVVMLight Hello World in 10 Minutes.
30 janvier 2012
Dell SharePoint Infrastructure Optimization with AvePoint
30 janvier 2012
How to Implement an Effective SharePoint Governance Plan
30 janvier 2012
A Study on Corruption
30 janvier 2012
A DatePicker based Event Calendar with MVC3 and AJAX
30 janvier 2012
Retrieving TreeView nodes as IEnumerable
30 janvier 2012
Creating a Bilingual ASP.NET MVC 3 Application – Part 2
30 janvier 2012
WPF Validation
30 janvier 2012
The New Emperors Clothes - Abuse of Web Technology
30 janvier 2012
MongoDB with C#.NET
30 janvier 2012
HTML5 Ising Simulation
30 janvier 2012
Vimeo API in ASP.NET using C#
30 janvier 2012
Proposal: O(N^5) algorithm solving Graph Isomorphism problem (comparison of graphs)
30 janvier 2012
Export HTML Table Data to CSV File Using ASP.NET and jQuery
30 janvier 2012
RelationAssert as extension to the unit test Assert class
30 janvier 2012
Introduction to the Volume Shadow Copy Service API in C++
30 janvier 2012
WPF Controls Tester
30 janvier 2012
How to get the Menus Based on Role in XML Format and Bind them to the Menu Control in ASP.NET
30 janvier 2012
Bypass and Restore SSL Certificate Validation in VB.NET
30 janvier 2012
(C#) Determining whether the current build mode is Debug or Release
30 janvier 2012
Tips and Enhancements in Dynamics AX 2009
30 janvier 2012
Take MVVM to the Next Level with Xomega Framework
30 janvier 2012
(C#) Determining whether the current build mode is Debug or Release
30 janvier 2012
Print complex script text through serial port from Windows Mobile system
30 janvier 2012
Deleting folders is a risky business
30 janvier 2012
Creating a GroupBox containing an image and a custom display rectangle
30 janvier 2012
2D Graph ActiveX control in C++ with ATL (no MFC dependency)
30 janvier 2012
Word and Excel Documents View in IFrame using TreeView control
29 janvier 2012
Google OAuth2 on Windows Phone
29 janvier 2012
Time moving average
29 janvier 2012
ScanX - a Registry Cleaner
29 janvier 2012
Duplicate songs detector via audio fingerprinting
29 janvier 2012
A slightly less simple object browser for Windows phone 7
29 janvier 2012
A simple Silverlight object viewer
29 janvier 2012
Join Hint in SQL - Guest Post by Joydeep Das
29 janvier 2012
Test Driven Development(TDD) in C#
29 janvier 2012
Use Date And Time As Ticks Of jqplot Axis
29 janvier 2012
XSLT Survival Kit
29 janvier 2012
MSMQ Outgoing Queue Mover
28 janvier 2012
Using JQuery ajax with UpdatePanels
28 janvier 2012
Multiple face detection and recognition in real time
28 janvier 2012
Customize Window System Menu in WPF
28 janvier 2012
WPF Map Control using openstreetmap.org Data
28 janvier 2012
LINQ - Pros, Cons
28 janvier 2012
Integrating Crash Reporting into Your Application - A Beginners Tutorial
28 janvier 2012
The heck of vector of bool specialization
28 janvier 2012
SolidWidgets Grid Control
28 janvier 2012
Developing Factorial Application Using Test Driven Development
28 janvier 2012
Another Screensaver with WPF
28 janvier 2012
Android Puzzles Solver
28 janvier 2012
A Very Simple Example of Data Binding in WPF
28 janvier 2012
Strongly Typed Sub-Lists Which Modify Their Parent List (No Events)
28 janvier 2012
C++/CLI Cheat Sheet
28 janvier 2012
Using XSLT to display an ASP.net sitemap without using tables
28 janvier 2012
Creating a Windows Forms RadioButton that supports the double click event
28 janvier 2012
Converting BBCode into HTML using C#
28 janvier 2012
Triggering a build when file changed in Visual Studio
28 janvier 2012
Quick Tip – JavaScript Namespaces
28 janvier 2012
Asynchronous WPF Command
28 janvier 2012
How to Join Multiple Columns with Linq To SQL
28 janvier 2012
A HTTP web server program that opens files on the server, using QR-Codes and a REST architecture
28 janvier 2012
Drawing a grid-covered cylinder in WPF
27 janvier 2012
Terrain Rendering
27 janvier 2012
File Inventory - A Hybrid Version Control System
27 janvier 2012
Elevating during runtime
27 janvier 2012
You Shouldn't Throw Exceptions if You Live in A Glass House
27 janvier 2012
Ultra Excited for the New Intel® Ultrabook™ Platform
27 janvier 2012
Fluent NHibernate Automapping for Unidirectional ManyToMany relationship
27 janvier 2012
Macro expansion in VC++
27 janvier 2012
Access SharePoint 2010 from iPad/iPhone
27 janvier 2012
Non-stopping upgradable service framework
27 janvier 2012
Setting memory allocation break point in watch window
27 janvier 2012
Generic Architecture For Rapid Software Development Project Cycle - Part 1
27 janvier 2012
Optimizing object size by clustering
27 janvier 2012
Test your SerialPort(rs232) cable
27 janvier 2012
LINQtoXML
27 janvier 2012
Fast and easy memory leak detection
27 janvier 2012
Using the WebBrowser Control in ASP.NET
27 janvier 2012
WPF Evaluated Value Binding Using Converter Parameter
26 janvier 2012
Classic ASP Integration with Facebook Websites Feature
26 janvier 2012
Extract All tables from Dynamics AX 2009 Data Dictionary Configurations
26 janvier 2012
Notification Control in Silverlight
26 janvier 2012
JSON-Enabled WCF Services (Part II)
26 janvier 2012
Reusable collapsable table view for iOS
26 janvier 2012
Find particular word or text from the entire stored procedure
26 janvier 2012
Find particular word or text from the entire stored procedure
26 janvier 2012
Alternative to Activator.CreateInstance
26 janvier 2012
How To: Use leaderboards on iOS (iPhone/iPad) with XPG
26 janvier 2012
Execute lambda expression given as string
26 janvier 2012
Step by step guide on building your first email application with the file system watcher
26 janvier 2012
Creating your own library in Visual Studio
26 janvier 2012
Link order and mixed-mode DLLs
26 janvier 2012
Adding a horizontal scrollbar to a ComboBox using C#
26 janvier 2012
How to find a specific string from stored procedures, triggers and functions in database
26 janvier 2012
Find particular word or text from the entire stored procedure
26 janvier 2012
Creating a scrollable and zoomable image viewer in C#: Part 1
26 janvier 2012
Native under Managed
26 janvier 2012
Projects in Visual C++ 2010 – Part 3: Precompiled Headers
26 janvier 2012
Projects in Visual C++ 2010 – Part 2: Project Dependencies
26 janvier 2012
Build CRUD Web App with jQuery Grid using PHP and MySQL
26 janvier 2012
Object Decoration – Solution to Runtime Behaviors for Compiled Languages
26 janvier 2012
Use ResourceLoader To Automatically Add Script And Style
26 janvier 2012
RaptorDB - The Key Value Store V2
26 janvier 2012
Design a Business Expression with Interpreter Pattern
25 janvier 2012
A Google Docs based Backup Applicaiton
25 janvier 2012
Attaching a Console to a WinForms application
25 janvier 2012
How to prevent Re-Post action caused by pressing browser's Refresh button
25 janvier 2012
MMSMQ Outgoing Queue Mover
25 janvier 2012
Custom TextBox with watermark
25 janvier 2012
Alternative to Activator.CreateInstance
25 janvier 2012
ASP .NET Image Slider with fancy thumbnail hover effect
25 janvier 2012
A Coder Interview With Michael Dunn
25 janvier 2012
How to compress/decompress directories using GZipStream
25 janvier 2012
Asynchronous File Upload
25 janvier 2012
Quick and Dirty HexDump of a Byte Array
25 janvier 2012
Sharing project properties in Visual C++
25 janvier 2012
Execute SQL Query / SQL Command on SQL Server Using the Command Prompt
25 janvier 2012
.NET dropdown in listview item / subitem... etc.
25 janvier 2012
EF 4.1 Cached object performance tip
25 janvier 2012
Moving List Items from one list to another list in SharePoint 2010
25 janvier 2012
Alternative to Activator.CreateInstance
25 janvier 2012
Multiple Indexers in C#
25 janvier 2012
Quickly check whether C++ template instances have the same parameters
25 janvier 2012
Passing native pointers across C++/CLI assembly boundaries
25 janvier 2012
IDisposable, Finalizer, and SuppressFinalize in C# and C++/CLI
25 janvier 2012
MyBizz Portal: The "smallest" LightSwitch application you have ever seen (LightSwitch Star Contest entry).
25 janvier 2012
C# class for creating cool looking boxes using Windows Forms
25 janvier 2012
Converting VS2010 Solution to VS2008
25 janvier 2012
Converting VS2010 Solution to VS2008
25 janvier 2012
Seven Segment in WPF
25 janvier 2012
Disable Label after some amount of time
24 janvier 2012
Simple Gestures on Android
24 janvier 2012
How to use Pex and Moles to generate unit tests for a project having external dependency(WCF Proxy) using Visual Studio 2010 SP1
24 janvier 2012
Creating a scrollable and zoomable image viewer in C# Part 3
24 janvier 2012
Using human readable enum values in a ComboBox
24 janvier 2012
Creating a scrollable and zoomable image viewer in C# Part 4
24 janvier 2012
Creating a trackback handler using C#
24 janvier 2012
Self installable and runnable service or how to make generic service and console hybrid