Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / All-Topics

All-Topics

All-Topics

Great Reads

by Sam_IN
In this post, we will explore some important tips while working on MVC5. These tips are useful while hands on ASP.NET MVC.
by Khanna_Varun
So what is Response.RedirectPermanent?
by Tom Janssens
"Var keyword is for JavaScript" - about using the var keyword & other coding guidelines
by dibley1973
In this series of posts, I am going to share with you the solution I have used in a recent project for a centralised event dispatcher.

Latest Articles

by Sam_IN
In this post, we will explore some important tips while working on MVC5. These tips are useful while hands on ASP.NET MVC.
by Khanna_Varun
So what is Response.RedirectPermanent?
by Tom Janssens
"Var keyword is for JavaScript" - about using the var keyword & other coding guidelines
by dibley1973
In this series of posts, I am going to share with you the solution I have used in a recent project for a centralised event dispatcher.

All Articles

Sort by Score

All-Topics 

by QArea Team
10 pieces of advice on Software Test Estimation Time
by honey the codewitch
Easily add progress reporting to your console apps
by honey the codewitch
A circular buffer implementing IList
by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Sen Jacob
A simple task scheduler utility by which you can schedule a task to run at any time or interval
by Sen Jacob
This is an alternative for "A Task Scheduler Library for .NET Applications"
by Southmountain
Some quick configurations to get MFC support for console application
by Anele 'Mashy' Mbanga
Explore your Genymotion Device folders
by bconlon
Ambiguous classes in C#
by honey the codewitch
Add progress reporting to your downloading or copying using this code
by kPawan
An introduction to web hosting for beginners
by Tharaka MTR
How to automate PNG and JPG image optimization
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Oleksandr Kulchytskyi
This tip explains how to increase performance in serialization by using MessagePack
by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
by honey the codewitch
A small library for providing baseline Context-Free Grammar computations
by honey the codewitch
Enumerate store and retrieve characters as sets of ranges using this efficient struct
by Benktesh Sharma
How to combine multiple git commits into a single commit in GIT using Squash
by Antonio Ripa
Need some mock data to test your app? MockData is a free library
by Singh-Rahul-87
Using Makecert to Create SSL Security Certificates
by mohammad amiri
this tip discuss about showing datagridview data to crystal report using c#
by Sunil_Sebastian
Duplicate Notifier for a List using ObservableCollection.
by Right Handed Monkey
Easiest way to handle spammers on contact or comment forms
by honey the codewitch
This tip demonstrates how to create an app that only allows one instance to run at a time
by honey the codewitch
A relatively safe, simple, yet high performance technique for using lists as dictionary keys.
by honey the codewitch
A rundown of some common tricks and pitfalls when working with SD readers for IoT gadgets
by Anshul R
Syntax coloring for tip/trick
by Martin Vorbrodt
Function try-catch blocks
by honey the codewitch
Extensive performance and API improvements for streaming MIDI and more
by MasoudSharifiPour
How to be a good programmer
by lissacoffey
Technology is evolving faster than the speed of light and most likely by the time I finish writing this tip, it will be already outdated.
by Mahmud Hasan
Recently I had to write few lines of code to download ppt files from asp.net.
by honey the codewitch
This tip shows you a robust way to get the type of items a collection can hold. It works with non-generic collections too.
by MANPREET SINGH
How to have Facebook Like & Share Button on our List & Document Libraries
by sharkdevZ
I'm going to show how to get, install and start using the free ASP .NET MVC helper.
by Ahmed Elkafrawy
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union
by A. Ganzer
Using snippets to create a full and correct implementation of complex interfaces
by honey the codewitch
How to provide custom formatters for string.Format() in C#
by Arvind Gehlot
Use of HTTP Compression on ASP.NET / MVC pages using IIS or Server side code
by FrancoisViljoen
We often end up having code that evaluates various states on a class, just to figure out what other code needs to execute. This little tip is something that we have implemented and we have been able to get noticeable improvements in execution time.
by VinayakIyer
A brief introduction to Terracotta
by honey the codewitch
Add UTF-32 support and easy foreach streaming to your apps
by grinbergnir
A short and efficient algorithm for checking point inclusion in a polygon.
by Rahul Rajat Singh
In this small tip, I will talk about toastr.js. A simple JavaScript library to create toast notifications for websites and single page applications.
by kosmoh
A simple class for implementing Lazy Phoenix-like weak reference.
by santosh poojari
This is most general collection operation that we come across daily. Its set based operation using LINQ Except Operator.
by JIANGWilliam
Specify the displayed position before launching a ListActivity
by Mehdi Gholam
Pausing external operations on an object when you want to lock the object for internal operations.
by Rahul Kumar 1991
Creating a simple Synchronous File Reader
by Neeraj.Soni
A comparative introduction to MCV and MVP
by ThunderDK
Shows how to sort strings in LINQ ordering numbers as first word in order
by Mani Murthy
Various ways to provide mobility support to existing applications
by Sukant Shekhar
Creation of random and unique code
by honey the codewitch
Solve some common resource complications in .NET with this simple utility class
by Joshi, Rushikesh
Scope of Return Statement, Reachable Code and Behavior in Finally Block
by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu
by honey the codewitch
Easily word wrap strings of text in C#
by V.
The easy view of the Software Development Process
by Atulkumar P Patel
Anti Patterns are wrong practice followed by Developers. They are opposite to Design Patterns.
by Rion Williams
This post will provide a short walk-through for handling and updating these areas of your application to gain more control over debugging, testing and running your applications through Visual Studio.
by Lalit_Chandra
Static, Single or Dynamic Dispatch is the ability of an object-oriented method call to invoke different methods at runtime based on the type of the object.
by chevu
I don't know whether these type of tips are allowed or not. But after having experience of core algorithm-base technical interview I thought I should share question I was asked in my interview.They asked me to show all methods I know to swap values of two variables.I Tried my level best...
by WebBiscuit
There is also InterlockedExchange (or your operating system's equivalent).long a = 1;long b = 2;b = InterlockedExchange(&a, b);
by Ritesh_Singh
Asynchronous communication through messaging using Websphere MQ Synch Point Commit, Back out and correlation id
by Brady Kelly
DevExpress eXpressApp Framework (XAF), a really powerful application framework for ASP.NET and Windows Forms applications.
by Saad Mousliki
In this tip, I will describe how to implement a cursor controller in your project that use the Kinect to control the mouse of your PC.
by Rion Williams
A one-stop-shop for improving the web.
by #realJSOP
Go here for an update that utilizes the Twitter API v1.1
by BlueMaple_chief
How to perform easy http request
by bkelly13
Include code from other directories
by BillWoodruff
Where a function requires execution in stages, and a check for an exit condition after/with each stage
by honey the codewitch
Using IEqualityComparer to allow collections to be keys in dictionaries and hashsets
by Hazem Torab
Guide for how to run Nhibernate on Sharepoint 2010
by Chirag Shivalker at Hi-Tech ITO
Future for Enterprise Mobility
by honey the codewitch
Learn how to use a powerful programming technique for multitasking in your projects
by Dominic Burford
What is technical debt?
by Dominic Burford
Why design is critical to software development
by Kornfeld Eliyahu Peter
Windows Service to host multiple WCF Services.