Click here to Skip to main content
15,881,812 members
Everything / General Programming

General Programming

programming

Great Reads

by OriginalGriff
Marking code you need to return to later
by jurhas
A small simulator for a 6 axis articulated robot
by super
A rough guide for developers how to approach development of software for Internal use especially in Engineering companies, where shorter turnaround is more important
by Colin Vella
This article presents an algorithm and data structures to implement auto-tiling as seen in RPG Maker, the Starcraft level editor, etc.

Latest Articles

by Henrik Vestermark
The steps needed to build an Interval Arithmetic class in C++
by Jackson Jiang
Introduction to and development journey of a real-time transcription function
by Shun Huang
Use Python to build atomic binary trees
by Andreas "PAX" Lück
Investigation of PE file modifications performed by Microsoft Detours

All Articles

Sort by Title

General Programming 

11 Feb 2012 by Ilya Builuk
This article describes the key principles of PhoneCore Framework implementation and how to use it for building Windows Phone 7 application.
30 Jan 2012 by Pablo Aliskevicius
Do you believe that memory corruption will generate an immediate, repeatable crash? Some programmers actually do...
23 Jan 2012 by Stef Cas
A VB.NET project showing how to build a simple magnifying glass.
10 Dec 2013 by Petr Ivankov
Multidisciplinary paradigm of software development
29 Jun 2013 by Ghosuwa Wogomon
An example of a clean way to implement classes in C
3 Nov 2010 by Dave Midgley
.NET delegates and Generics allow for an elegant implementation of the Command pattern.
14 Aug 2014 by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d
20 Aug 2012 by Espiritu John
An android-style notification component for .NET Framework.
26 Sep 2013 by dontumindit
The article explains type of arrays in C# with easy to understandable Graphical examples.
30 May 2013 by Amir Jalilifard
Creating a useful ASP.NET HTML Editor custom control.
1 May 2014 by Eric Goedhart
Part two of the ASP.NET MVC Documents Sample
26 Apr 2013 by Girish Nama
This article describes using web modelpop extender as Windows model popup dialogbox.
7 Jul 2014 by Eduardo Antonio Cecilio Fernandes
How to handle asynchronous tasks in Android Activities
23 Aug 2012 by Harald Heide Gundersen
Geocoordinate positioned Xna model viewable thru Photocamera
8 Nov 2011 by grilialex
Bug fixes and enhancements on AVRILOS SysTick module
11 Jun 2011 by grilialex
A Round-Robin OS (without pre-emptive multitasking) allowing rapid application development
5 May 2014 by Gerald Gomes
This article will make an attempt to describe a basic way to start implementing animation in WPF.
25 Jun 2012 by codiemorgan
Basics for setting up a 2D Game using GDI+, Renderloop, and Threading. And a few tips.
2 Sep 2010 by dmihailescu
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC
3 Oct 2013 by TheCodeKing
A better implementation of ExtendedMembershipProvider with support for legacy MembershipProvider APIs.
6 Oct 2010 by Pawel idzikowski
How to serialize binary data to IsolatedStorage in a Silverlight client when there is no BinaryFormatter in Silverlight? Why not with sharpSerializer? - An open source XML and binary serializer for .NET and Silverlight
11 Oct 2013 by ASP.NET Community
Programming theMicrosoft® ADO.NET Entity Framework            by David SceppaPublisher : MicrosoftProgramming EntityFrameworkBuilding Data Centric
18 Oct 2013 by Mojtaba Eng
web site links and link file manager for automatically manage and filtering links to avoid vast of time.
1 Apr 2014 by V.
Second article on creating a reusable framework
31 May 2012 by Alexander Van Berg
Combinatorial generation of C# generic types.
13 Feb 2015 by Vladimir Svyatski
I'm going to show you some not quite evident things if you're about to write a C++/CLI application.
22 Jun 2014 by _Asif_
Welcome to the wonderful word of CCXML/VXML
1 Feb 2015 by Lalit_Chandra
Chain of Responsibility pattern is defined under behavioral design pattern by G.O.F and used to decouple the command with its processing object or handler.
27 Jan 2014 by Vít Blecha
How to combine the Raw Input and keyboard Hook APIs, and use them to selectively block input from only some keyboards.
11 May 2011 by Super Lloyd
A much simpler composite application library.
23 Oct 2013 by Paul Shovan
A startup ASP.NET application using MongoDB
14 Aug 2010 by logicchild
An article that defines some rules to follow when writing resuable software.
7 May 2013 by Keith Barrow
A Basic Implementation of the GoF Factory Method Pattern
6 Nov 2014 by JoeSox
MyDroidTemplate Eclipse Project template and a Droid App for Interacting with CodeProject
12 Jan 2014 by Michael Trembovler
The current article might be useful for users attempting to use NServiceBus. It contains detailed instruction for creating pairs: publisher-subscriber through ServiceMatrix. Solution architects may find this technique useful in many CQRS scenarios as a good alternative to WCF.
20 Jun 2012 by Antonio Lopez R
Create an Excel file from data table without Excel using Report Viewer control.
26 Sep 2010 by After2050
This article demonstrates the steps in creating a simple jQuery plug-in with a sample called Map Scroller.
26 Jun 2012 by tanweer
Easy way to implement ASP.NET GridView paging .
7 Jul 2015 by super
A rough guide for developers how to approach development of software for Internal use especially in Engineering companies, where shorter turnaround is more important
29 Oct 2013 by Software Developer's Journal
11 Oct 2013 by ASP.NET Community
DLR Expression is the backbone of the DLR. It is a separate feature that you can use without involving the rest of the DLR.Let’s take a look at
29 Dec 2011 by Marc Clifton
A walk on the wild side using Relationship Oriented Programming.
28 Sep 2011 by Alexander Chernosvitov
AntiBot control using HTML5 rotating feature
1 Oct 2010 by After2050
This article demonstrates how to create public and private members in JavaScript through a sample.
2 Oct 2014 by Adam Zgagacz
WinForms Scrollbar with enhanced properties, graphical bookmarks and value tooltips.
21 May 2014 by Soptik Dutta
Extract your Sharepoint Page's Manifest as XML. Use this XML to Deploy this Page as a Module Element in a WSP Package.
19 Apr 2013 by dpalash
Easy way to understand Factory Method Pattern
15 Sep 2012 by Cale Dunlap
Using the Factory pattern in C++ to expose only an object's abstract type--hiding the implementation class detail.
17 Jan 2011 by Simeon Sheye
How fast can a loop reading from memory be made to run and how does loop constructs, data types, interfaces, unrolling and hoisting affect performance?
8 Sep 2010 by Sacha Barber
A brief look into the DevLabs Reactive Framework.
12 Apr 2018 by ChristianNeumanns
A list of useful pragmatics for all programmers
10 Jun 2012 by Manar Ezzadeen
PowerShell script that generates an HTML report displaying different information about the SQL Server databases, their CLR assemblies and owners.
7 May 2010 by Sarang Date
The following article describes C# implementation of various basic and advanced operations including some of the programming problems involving singly linked list
21 Nov 2013 by 3PillarLabs
Get photo albums from Facebook and Twitter in Android.
10 Jan 2012 by Gabor Szabo (szabgab)
How to report the number of hits from localhost and elsewhere based on the Apache log file.
7 Sep 2010 by r_adem
Some tips to avoid leaking memory in your iPhone apps.
23 Oct 2010 by Ahmed_Said
Creating a custom Jumplist with custom events and examining all of its features in Windows Forms 3.5
1 Jul 2015 by Chris La
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow.
7 May 2013 by c_a_dunlop
Get 10 tips for revitalizing your existing static analysis implementation—no matter what static analysis tool you're using.
27 Aug 2012 by M@dHatter
An article with detailed code examples of creating tokens and assigning them to pages for display thoughout Wordpress using the Token Manager plugin.
7 Sep 2010 by Colin Vella
This article presents an algorithm and data structures to implement auto-tiling as seen in RPG Maker, the Starcraft level editor, etc.
6 Nov 2014 by Jakub Szymanowski
Article presents the problem of the detection and cancelation of impulse noise in acoustic signals using an Exponentially Weighted Least Squares (EWLS) and next step error prediction analysis.
13 Jul 2015 by super
What can a developer do when he finds himself in the Project Deep hole?
12 Apr 2013 by NightWizzard
...for example a WYSIWYG HTML editor to edit or display emails...
3 Oct 2011 by Member 8279879
Example how to integrate your app with the Nex Gen Media Server streaming framework.
15 Oct 2010 by After2050
Describes about five interesting tips in JavaScript.
6 Feb 2014 by Mahesh Bailwal
Basics about Windows thread which may help you in understanding how operating system implements threads.
13 Jan 2015 by Naren Neelamegam
A complete walk through on IoT Device programming, Web Service programming and IoT Client programming.
3 Jul 2012 by Charles Wiebe and John Hansen
Maintaining code with complex permissions tends to be difficult, because the code can be distributed across multiple classes. By embedding permissions directly on methods and properties within a class, code is reduced and maintainability is simplified.
14 Jan 2011 by Mike Hankey
Scan any size switch matrix using 5 general purpose I/O ports.
27 Oct 2014 by Thorsten Bruning
How to combine a bunch of techniques to improve code readability.
21 Jul 2010 by uncager
Presents methods to handle some of the trickier aspects of MVVM, including error message localization, multi-control validation, validation with multiple instances of a View, and whole-View validation.
28 Oct 2010 by Dima Statz
Media changer status commands implementations in C#
3 Apr 2014 by Chris Copeland
Using call stacks, rather than Regular Expression, to deconstruct mathematical formulae and calculate values.
15 Jan 2013 by Marco Sorich
Some guidelines for developing better MS Access solutions.
1 Jan 2012 by Mike G. P.Mee
An alternative to hooked key logging.
8 Mar 2013 by joejames111
This is a VB.NET and C# version of "Minimal Key Logger Using RAWINPUT".
20 Mar 2014 by gggustafson
This article presents a set of language agnostic coding guidelines; code produced using these guidelines will be more maintainable than code written without using these guidelines.
11 Oct 2013 by ASP.NET Community
JavaScript is an object oriented programming language, but it's a functional programming language which is different than some of the more familiar
5 Jun 2013 by Thorsten Bruning
7 Jul 2014 by Eduardo Antonio Cecilio Fernandes
Learn how to configure NHibernate on your ASP.NET application
21 Jul 2010 by Manabendra Roy (Manab)
.NET 4 brings a powerful Task library to support a piece of code to run in parallel processors. What it does just simply spawns threads into multiple processes using the newly written task libraries (System.Threading.Tasks) in mscorlib 4.0. Task libraries contain methods like For, ForEach and Invok
26 Sep 2010 by Andreas Gieriet
.NET 4 finally allows to define polymorphic extension visitors
16 Mar 2024 by Henrik Vestermark
The steps needed to build an Interval Arithmetic class in C++
31 May 2011 by VallarasuS
This article demonstrates a customizable busy progress indicator for Windows Forms applications.
9 Nov 2010 by Simeon Sheye
Quality Gate One Studio is a testing framework that suggests a new approach to unit and integration testing.
29 Oct 2010 by Andreas Gieriet
Some useful RAII C# helper classes for functionality that does not implement IDisposable
3 Apr 2014 by Govindaraj Rangaraj
This article explains how to make chain of responsiblity pattern reusable with the help of specification pattern.
24 Jan 2022 by Andreas "PAX" Lück
Investigation of PE file modifications performed by Microsoft Detours
7 Nov 2013 by Alexander Chernosvitov
ActiveX component for 3D visualization, embedded in different client applications.
14 Aug 2013 by thanh_bkhn
A simple way to take a screenshot using the Magnification library
30 Aug 2015 by Murugan Sivananantha Perumal
Self Hosted WCF Service as Windows Service with custom User Authentication over Http.
6 Jan 2012 by Aleksey Shurtygin
An easy way to manage application configuration with a wide range of options for storage.
21 Apr 2013 by bshokati
How to create a client-server network for multiplayer game programming using C++ and Windows Winsock
3 Apr 2011 by Umair Amin
Code describing how you can simply use Mplayer to display media files inside your winform application
31 Aug 2013 by TheCodeKing
Everything you ever wanted to know about why SimpleMembershipProvider does not work as a MembershipProvider.
30 May 2012 by Kieran Maltz, Cayen Systems
This article describes database communication using a generic Fluent NHibernate implementation.