Click here to Skip to main content
15,882,017 members
Everything / General

General

general

Great Reads

by Andrew Rissing
An intuitive-fluent API for generating Linq Expressions.
by Kenneth Haugland
How to calculate a reverbration time in a room
by Ordiales
When no XP support is necessary. Better Icon structure arrises and easy conversion is allowed.
by John Atten
Examination of a quick way to create more useful expandable groups in the .NET ListView control.

Latest Articles

by Vincent Maverick Durano
This is a tale of a professional developer.
by Łukasz Bownik
Updated concept of "The Surgical Team"
by Łukasz Bownik
This article discusses the psychological reasons of software project failures.
by IAmJoshChang
Today we are going to demonstrate how to use Top Down Dynamic Programming to solve the problem, Coin Change.

All Articles

Sort by Score

General 

29 Jul 2013 by Ordiales
When no XP support is necessary. Better Icon structure arrises and easy conversion is allowed.
27 Jun 2012 by Technoses
The above code will slow down the browser and the browser can hang when Rows in Grid will be 10000 or above.Please view the below suggestion:CS Codeprotected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { ...
24 Sep 2016 by Nelek
Although the text editor from the site is very powerful, sometimes... well if you use it, you know what I mean ;)
10 Jan 2011 by Dalek Dave
Lemon Juice and Newspaper is just as effective!If that fails, Keep a tin of white emulsion handy!
9 Mar 2011 by Indivara
A collection of tips to help you maintain your legacy code more efficiently
18 Jul 2011 by RaviRanjanKr
A tip enable you to learn how to use Column_Index instead of Column Name with Order by clause
19 Nov 2012 by Raghav Nayak
6 May 2014 by Daniel Lieberwirth (BrainInBlack)
This describes a simple way to create interactive, bitmap based, buttons for WinForm applications.
20 Dec 2010 by Steve Maier
Digits is the one that defaults to the number keyboard.
30 Aug 2011 by ILa @ work
This nice trick extends into://*/block 1/*/block 2; // commented out/*/block 3;/*/block 4; // commented out//*/and removing the first slash gives inverted alternation:/*/block 1; // commented out/*/block 2;/*/block 3; // commented out/*/block...
12 Sep 2012 by Praveen Kumar Chauhan (PRK)
Sending Data Through XML to web Services
6 Nov 2011 by FDW
How to define a one to one relation
13 Jun 2012 by Ravi Lodhiya
An attacker would point to a “harmful” web site or content and you would only see a short URL which would not tell anything about the original URL.
27 Nov 2012 by Nagy Vilmos
A simple method to parse an argument list as a name value pair
10 Dec 2012 by Mihail Mateev
You need to know a little more when you need to deploy and test Windows Store apps on arm devices.
17 May 2013 by computermagic
Generating sequential GUIDs in C++ and Qt 5
3 Jul 2013 by Emmery Chrisco
22 May 2010 by #realJSOP
Humor - Things to consider when your're out and about when the world starts to come to an end.
10 Jan 2011 by DaveAuld
Ever made the fateful mistake or come across a board that someone has used a permanent marker on?
27 Oct 2014 by Suvendu Shekhar Giri
CheckBoxes in Android Application.
6 Mar 2013 by Ahmed Elkafrawy
An easy way to simulate keyboard press & release keys to another application
15 Oct 2010 by Josué Yeray Julián Ferreiro
Change the Sip used to enter text on any textbox based on the use you need of that textbox.
28 Apr 2014 by TarikHuber
A class that performs a validation of a container number string using the DIN EN ISO 6346 Formula
25 Jun 2011 by Harmanjeet Singh
Hiding Text in Notepad
22 Aug 2011 by TheyCallMeMrJames
If you have two blocks of code that you are testing and need to switch back-and-forth between them, here's a commenting trick that works as a powerful code block toggling mechanism.Say you have a variable called foo of type string and want to change between using initialized values and...
15 Jun 2011 by Vivek Krishnamurthy
MPP Viewer is a simple viewer for Microsoft Project files. I works well with 2000/2003/2007 file formats.
15 Nov 2011 by Caner Korkmaz
For debug use, you can do something like this:#ifdef DEBUG #define dprintf(...) printf(__VA_ARGS__)#else #define dprintf(...)#endif//Usage:dprintf("In debug mode.");//orchar *foo = "foo";dprintf("%d bar.",foo);// :)/*Edit reason :: *if you type...
22 Jan 2014 by imagiro
How to use the shell to unzip a file to a folder location
14 Apr 2014 by Dan Quist
A lightweight synchronous event framework for C++
20 Feb 2012 by Shrilata Ellaboina
Things to remember while working in a software company
26 Feb 2013 by Shine Jayakumar
A tip on how to find the geographical location of an IP address.
21 Nov 2012 by Kashif_Imran
This article shows the use of MediaPlayer class to obtain thumbnails for video files.
13 Oct 2013 by MaxMax14
For single or multiple selection CListBox
11 May 2014 by Francis S Michael
Do you want to run an ASP.NET Web site from home?
24 Jan 2011 by Abhinav S
Restarting a system remotely
18 May 2010 by TheyCallMeMrJames
So here's the deal. I'm a big fan of the Tips/Tricks section here at The Code Project - and why wouldn't I be? ;o)I think it's a gem and a great forum for everyone to share little bits of wisdom they've gained throughout their career.There are a few things that I feel denote a better...
9 Apr 2014 by Fernando Callejon
Did you ever dreamed about compiling a string like "x => x.Property.Array[3].Property" and actually get a value from it?
19 Oct 2012 by HoshiKata
A New UI Language
16 Apr 2013 by Dnyaneshwar Kondbale
Get ClientID of User control which is register on Page In JavaScript.
8 Jan 2013 by evry1falls
Receiving response correctly from pop mail server is the first step on receiving emails to your own email client.
4 Dec 2013 by cyber_addicted
Multiple file uploads using jQuery without loss of file on multiple add and click.
29 Nov 2012 by Gareth Jensen
Tips on how to declare a class template in a header file and define a class template in a source file.
10 Dec 2012 by ShubhamSaxena
Getting started with Android development.