Click here to Skip to main content
15,889,651 members
Everything / Dev

Dev

Dev

Great Reads

by Dr. WPF
.NET 3.5 SP1 is here! It's time to break out your DirectX skills. This article provides the information necessary to get started using a new DirectX interop feature in WPF called D3DImage.
by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Martin Mitáš
How to support scrolling within your controls.
by Hans Dietrich
XColorSpectrumCtrl displays a color spectrum that allows user selection, and provides APIs for color based on RGB and HSL color models.

Latest Articles

by Bert O Neill
This article provides an overview for developers, on how to quickly generate a dependency Entity Relationship Diagram for a table and its immediately related tables, within SQL Server.
by Azim Zahir
This article is a demonstration of some of the capabilities of the OpenCV library of Python.
by PJ Arends
Trace your function calls to the Output window.
by PJ Arends
An MFC CWnd derived grid of user definable tiles

All Articles

Sort by Score

Dev 

11 Aug 2008 by Dr. WPF
.NET 3.5 SP1 is here! It's time to break out your DirectX skills. This article provides the information necessary to get started using a new DirectX interop feature in WPF called D3DImage.
5 Jun 2008 by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
26 Feb 2018 by Martin Mitáš
How to support scrolling within your controls.
4 Apr 2008 by Hans Dietrich
XColorSpectrumCtrl displays a color spectrum that allows user selection, and provides APIs for color based on RGB and HSL color models.
17 Jan 2005 by Hans Dietrich
XQueue implements a shared-memory first-in first-out (FIFO) queue, based on memory-mapped files, that works on all versions of Windows.
16 Aug 2009 by Dmitri Nеstеruk
Let's create a simple project estimation DSL using F#!
9 Dec 2012 by Higty
This article describes the mail sending process using the SMTP mail protocol.
8 Mar 2022 by honey the codewitch
GFX is a fast and full featured replacement for standard IoT drawing libraries that is optimized to reduce bus I/O
29 Sep 2009 by Przemyslaw Celej
A full description of signatures, that are part of the .NET file format
9 Jun 2017 by Jeremy Madden
An attempt to introduce some Functional Programming concepts into an OOP domain
9 May 2012 by Josh Smith
A task-oriented review of an animation library and the application which uses it
10 Sep 2009 by Chesnokov Yuriy
General idea of how the computer may be used to describe the image analyzing its pixel content known as ALIP
3 Feb 2011 by Petr Ivankov
Sample of integration of branches of engineering.
23 Oct 2008 by Paul Vickery
Code to add a message bar to virtually any existing Windows control.
23 Nov 2009 by Daniel Vaughan
Calcium provides much of what one needs to rapidly build a multifaceted and sophisticated modular application. Includes a host of modules and services, and an infrastructure that is ready to use in your next application.
13 Mar 2012 by Fredrik Bornander
WPF Implementation of the spinning panel frequently used on the iPhone
24 Jul 2014 by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
10 Mar 2010 by Apriorit Inc, Ivan Romanenko
This article is the continue of the previously posted article Hide Driver. Some methods to detect hidden files and processes are described in it
27 Jun 2009 by Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
8 Mar 2017 by Sergey Alexandrovich Kryukov
Display names and descriptions for enumeration members: a non-intrusive, reliable, localizeable method.
22 Jan 2014 by Igor Ladnik
Wrapper to facilitate usage of TCP sockets
3 Apr 2022 by Carlos Jiménez de Parga
A reusable Visual C++ framework for real-time volumetric cloud rendering, animation and morphing
4 Sep 2009 by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.
13 Mar 2017 by Marc Clifton
An interactive demo of how audit and consistency proofs work
16 Jun 2008 by Nish Nishant
This articles explains how to implement a TypeDescriptionProvider for a class to support multiple object types using a single class type
19 Jul 2007 by Hans Dietrich
This series of articles is a step-by-step guide to reading files stored in your program's resources. Along the way I will present some non-MFC classes to assist you in reading text, binary, zip, and even encrypted files that have been compiled into your program as resources.
21 Dec 2023 by Nick Polyak
This article explains the most important and basic concepts of Avalonia WPF-like multiplatform UI package.
9 Jun 2005 by Nish Nishant
CProcessData is a template class that makes it easy to use data allocated in a different process, and is useful when making inter-process SendMessage/PostMessage calls.
13 Oct 2012 by Maxim Kartavenkov
Articles describes how to create virtual video capture source directshow filter in pure C#
24 Jan 2007 by Tomas Petricek
Phalanger is a PHP language compiler for the .NET Framework which introduces PHP as a first-class .NET citizen.
29 Apr 2010 by Roman Kiss
This article describes a design, implementation and usage of the Custom Routing Manager for managing messages via Routing Service built-in .Net 4 Technology.
6 May 2010 by Alan Beasley
Explanation and examples of Additional Templates and Generated Content of a ListBox. Covering Layout, Transitions, and Animation.
18 Jan 2017 by Jovan Popovic(MSFT)
Mapping properties in EF model to database columns that contain JSON
18 Sep 2018 by Altaf Ansari
SignalR Real-Time ChatApp with Emoji / Smiley and sending file attachment
10 Mar 2002 by Paul M Watt
Guide to understanding how to create and use regions with the WIN32 SDK
24 Aug 2009 by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.
28 Sep 2002 by Stoyan Damov
Internet File System from scratch - making web services and peer-to-peer technology work together to build a virtual file system
16 Jul 2012 by Maxim Kartavenkov
Article describes how to make H.264 Video Encoder DirectShow Filter using NVIDIA encoder API in C#
23 Aug 2012 by Nicolas Dorier
Configure the HTTP traffic on your local machine. A nice alternative for netsh http.
30 Apr 2005 by Martin Welker
To get qualified access to paper based information, sometimes more than plain OCR is needed. This article shows why, and offers a solution to increase OCR quality by semi-automatic table extraction.
11 Jul 2002 by Oz Solomon
Window and File Management add-in for Visual C++
17 Jun 2009 by Marc Clifton
Review your project dependencies.
24 Aug 2009 by Waleed Elkot
Reading text from any image using Microsoft Office 2007 OCR
30 Jul 2015 by Tom Chantler
UPDATE: 2015-07-30 - Works correctly in Windows 10 RTM (10.0.10240) with VS2013 and VS2015 - If you're running Windows 7, 8, 8.1 or 10 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt
7 Jun 2023 by Andy Allinger
Add features to k-means for missing data, mixed data, and choosing the number of clusters
25 Dec 2016 by Arthur V. Ratz
In this article we'll demonstrate the implementation of k-means clustering algorithm to produce recommendations.
6 Apr 2008 by Dr. WPF
This article describes a new approach by which an element can remove its visual and logical relationships to its children while maintaining a conceptual parental relationship with those children.
27 Apr 2015 by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
23 Mar 2009 by Jeffrey Walton
Perform authenticated encryption with Crypto++.
6 May 2007 by Josh Smith
Reviews a pattern which enables new possibilities for data binding.
29 Mar 2010 by Nish Nishant
An ExifReader class in C# that supports custom formatting and extraction. StyleCop compliant code, with demos for WPF and Windows Forms.
6 Nov 2010 by defwebserver
How using the Silverlight DataTrigger allows you to run a process and then raise another when using View Model (MVVM)
15 Aug 2013 by Nicolas Dorier
Create drawings easily with the Drawing/Drawer space paradigm
15 Jul 2018 by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
26 May 2006 by Michael Dunn
A tutorial on writing a shell extension that can be used on the Send To menu.
30 May 2005 by dotnetdan
VS 2005 debug visualizers for DataSet, DataTable, DataView, DataRow and DataColumn objects.
28 Sep 2009 by Przemyslaw Celej
Full description of signatures, that are part of .NET file format
20 May 2010 by Wisam E. Mohammed
The hidden secerts of GIS data creation.
22 Sep 2010 by Guillaume Waser
Reflection Studio is a "developer" application for assembly, database, performance, and code generation, written in C# under WPF 4.0.
16 Oct 2015 by ridoy
A brief explanation of application development for Android Wear, helpful for every beginner and intermediate android developer.
16 Jun 2021 by Nick Polyak
Dynamically compile and assemble code snippets into a dynamic assembly
6 Jan 2020 by The Ænema
This article will teach you how to create an amazing, clean and smooth WPF/Winform UI for your native application without using any complex, unsafe, ActiveXish methods, etc.
6 Oct 2020 by OriginalGriff
First steps in development: break it, break it again!
28 Jul 2020 by honey the codewitch
Take control of which thread your code gets executed on, and how it does
30 May 2006 by Michael Dunn
A tutorial on using owner-drawn menus in a context menu shell extensions, and on making a context menu extension that responds to a right-click in a directory background.
6 Jan 2009 by Steve Marsh
The classes in this project allow you to parse text expressions entered by a user and compile them to a .NET assembly. This assembly can be executed on the fly, or saved to a DLL.
5 Sep 2011 by Todd Davis
How to bind an enum to radiobuttons in Silverlight/WPF
14 Sep 2013 by Dave Kerr
Create Shell Icon Overlay Handlers using .NET!
4 Jul 2017 by Marc Clifton
Ability to self-host multiple HTTPS websites without having to pay for hosting and certificates
6 Dec 2020 by Mehdi Gholam
With the increased prominence of machine learning and ingesting large datasets with the CSV format for this purpose, I decided to write a CSV parser which met my requirements of being small, fast and easy to use.
2 Jan 2014 by tetsushmz
This article explains how to dynamically create RDLC.
3 Jul 2002 by Nish Nishant
Demonstrates the usage of splitters, treeviews, listviews, panels, toolbars
10 Nov 2002 by Alexey
The ALXGrid Control Library is a set of classes for management of data as a table.
27 Jun 2007 by Marek Stoj
ImmDoc .NET is a command-line utility for generating HTML documentation from a set of .NET assemblies and XML files created by the compiler.
31 Oct 2014 by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
15 Sep 2014 by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.
17 Jul 2019 by Edwyn Amador
Handles and validates input typing and pressed keys in TextBox, RichTextBox and ComboBox, displaying custom balloon tips messages
13 Sep 2005 by Jecho Jekov
Provides an easy way to use C calling convention callback functions in C# and VB
11 Jan 2019 by Marc Clifton
Implementing an SSL capable server in .NET Core WITHOUT ASP.NET, using nginx, and testing Postgres with EF, all running on an rPi
30 Apr 2009 by Roman Kiss
This article describes a design, implementation and tooling of model driven WorkflowServices logically centralized in the Repository and physically decentralized for their runtime projecting.
22 Nov 2009 by Wisam E. Mohammed
Raster data display and manipulation using MapWinGIS.
25 May 2010 by Thiago de Arruda
A Virtualizing WrapPanel for WPF.
2 Dec 2011 by Florian Rappl
A better ToolTip for Windows Forms and more.
14 Feb 2013 by Vahid_N
PdfReport is a code-first reporting engine which is built on top of the iTextSharp and EPPlus libraries.
18 Dec 2014 by Florian Rappl
Exploring the abilities, benefits and features of TypeScript by extending / rewriting the original Mario5 source.
5 Dec 2015 by Daniel Miller
This article describes the C# implementation for a high-performance user/role security principal hierarchy.
27 Apr 2016 by Clayton Rumley
There are those who think I am crazy, and this just might be the proof.
11 Feb 2020 by spi
This small library handles units of measure and quantities with a dynamic and multi-contexts approach.
15 Jul 2022 by Maxim Kartavenkov
Article describes created .NET wrapper library
7 Jul 2017 by Leif Simon Goodwin
How to pass strings between managed and unmanaged code
4 Sep 2002 by Stephane Rodriguez.
This article demonstrates how to automate IE's Save As functionality
25 May 2009 by Jochen Baier
Using this smart 'FIXME' macro will help you not to forget to fix your code.
2 Nov 2009 by csrss
A tool for loading device drivers
24 Jun 2019 by Daniel Vaughan
Learn the fundamentals of quantum computation. Understand Dirac notation and design and build quantum circuits.
28 Oct 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
20 Apr 2002 by Chris Losinger
A base class for a prefereneces dialog, similar to that used in Netscape
25 Nov 2004 by Thorsten Ottosen
Are you tired of filling data manually into STL containers? With the Initialization Library it gets a lot easier.
2 May 2007 by pmpdesign
A lightweight C# library to add images and 'round rectangles' to a PDF on the fly and then securely embed the PDF in a web page