-
Posted: February 22nd, 2012, 4:44pm UTC
Use OpenGL in WinForms or WPF applications, directly or with a powerful Scene Graph.
-
Posted: February 22nd, 2012, 4:08pm UTC
ASP.NET Health Monitor and Custom Errors
-
Posted: February 22nd, 2012, 3:50pm UTC
Embedding a telnet and HTTP server in an application
-
Posted: February 22nd, 2012, 2:50pm UTC
In this post we’ll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.
-
Posted: February 22nd, 2012, 2:17pm UTC
This article aims at understanding the basic validation techniques and controls provided by ASP.NET framework.
-
Posted: February 22nd, 2012, 2:06pm UTC
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 Mac and iOS developer Mike Ash
-
Posted: February 22nd, 2012, 1:53pm UTC
How to implement and use Simpson's rule
-
Posted: February 22nd, 2012, 1:51pm UTC
Let’s look at what generic repositories give you.
-
Posted: February 22nd, 2012, 1:32pm UTC
Custom memory handler with memory leak reporting and no-mans-land checking. Leaks are reported with call stack of allocation.
-
Posted: February 22nd, 2012, 12:07pm UTC
This article contains code samples which explain how the jQuery DataTables plug-in can be integrated into ASP.NET MVC applications.
-
Posted: February 22nd, 2012, 11:19am UTC
This article is a beginner's tutorial on ASP.NET caching mechanism.
-
Posted: February 22nd, 2012, 10:43am UTC
This widget extends the functionalities of jQueryUI Autocomplete widget by adding infinite scrolling when loading data from a remote source.
-
Posted: February 22nd, 2012, 10:25am UTC
Performance and ideas from Anders Hejlsberg INotifyPropertyChanged
-
Posted: February 22nd, 2012, 10:16am UTC
Building a list control that allows anything to be added to it.
-
Posted: February 22nd, 2012, 10:11am UTC
This article summarizes some important points and unexpected quirks in Javascript that experienced developers, especially those coming from C# or Java, should know about.
-
Posted: February 21st, 2012, 5:48pm UTC
An approach to improve Linq-to-SQL performance while preserving maintainability over DataReader
-
Posted: February 21st, 2012, 5:12pm UTC
Create OpenGL Application in Visual Studio
-
Posted: February 21st, 2012, 3:16pm UTC
This article shows how to build plug-ins to simulate logic gates with the FxEngine framework.
-
Posted: February 21st, 2012, 3:08pm UTC
Beginner's Tutorial on Master pages in ASP.NET
-
Posted: February 21st, 2012, 3:01pm UTC
Separating HTML list items by comma using CSS
-
Posted: February 21st, 2012, 2:44pm UTC
How to solve this error.
-
Posted: February 21st, 2012, 2:42pm UTC
How to get the client IP address in SQL Server.
-
Posted: February 21st, 2012, 2:39pm UTC
This article describes the steps to re-configure SQL Server so that queries return accent-insensitive results. It includes source code (using Microsoft SQL Server 2008 R2 Shared Management Objects) to automate some of the steps in this procedure.
-
Posted: February 21st, 2012, 2:37pm UTC
A Sample ORM project
-
Posted: February 21st, 2012, 2:16pm UTC
Here's an alternative... use the original code (as posted by DrABELL) that I wrote years ago, instead of this plagiarized compiled crap.
-
Posted: February 21st, 2012, 2:00pm UTC
WPF 'Maskable' Number Entry Box
-
Posted: February 21st, 2012, 1:16pm UTC
Export to Excel from GridView in C#
-
Posted: February 21st, 2012, 11:27am UTC
There are two things I’ve found that can’t be done easily without object initializers.
-
Posted: February 21st, 2012, 11:21am UTC
This tip display the how to convert a object data to a Javascript array(JSON format)
-
Posted: February 21st, 2012, 11:20am UTC
net-App-To-Recycle-the-AppPools-of-IIS-using-WMIC
-
Posted: February 21st, 2012, 11:19am UTC
Information about COleDataSource not contained in the Microsoft documentation or hardly to be found.
-
Posted: February 21st, 2012, 11:18am UTC
Jasmine is one of the most popular BDD-style JavaScript testing frameworks.
-
Posted: February 21st, 2012, 11:16am UTC
Irrlicht is well-known Open Source 3D engine, which supports multiple platforms.
-
Posted: February 21st, 2012, 11:12am UTC
Describes the .NET ReaderWriterLock object and how to use it effectively to create a thread safe Singleton.
-
Posted: February 21st, 2012, 11:07am UTC
Hangman is a very simple word game for Windows Phone 7
-
Posted: February 21st, 2012, 11:04am UTC
Dynamic table mapping for Linq-to-SQL, suitable for data horizontal partitioning (Shard)
-
Posted: February 21st, 2012, 10:40am UTC
Using image processing for detecting faces
-
Posted: February 21st, 2012, 10:17am UTC
Parses user input and extracts latitude and longitude information, taking into account the user's language and regional settings
-
Posted: February 21st, 2012, 9:09am UTC
Running an EXE in a WebRole on Windows Azure
-
Posted: February 21st, 2012, 8:27am UTC
This article is a study of Windows 8 'Contracts' - why they are introduced? what they really are? and how they can be created?
-
Posted: February 21st, 2012, 8:00am UTC
This article shows how you can refresh content of the table in ASP.NET MVC using the jQuery DataTables plug-in.
-
Posted: February 21st, 2012, 5:20am UTC
WebSlideProjector is a ASP.NET 3.5 Web Application that manages a fullscreen background slideshow (presented by supersized! jQuery library) with handling of anonymous user Projector Setup and login-administered Slide Carousel loading (using IZWebFileManager ASP.NET File Manager library).
-
Posted: February 20th, 2012, 6:29pm UTC
Time Picker Extender User Control for ASP.NET Framework 4
-
Posted: February 20th, 2012, 4:44pm UTC
How about transforming first into a Regex and then letting the Regex do the work? E.g.:public static Regex GetRegex(string wildcard){ string pattern = Regex.Replace(wildcard, @"([^?*]+)?([?*])?", m => Regex.Escape(m.Groups[1].Value) +...
-
Posted: February 20th, 2012, 3:10pm UTC
It takes m and n as inputs from the user and prints the number of ways of distributing n objects in m boxes.
-
Posted: February 20th, 2012, 3:09pm UTC
As a developer who has spent a fair amount of time tweaking code for performance optimization, I'm having some issues with this article.First of all, who has generally accepted 10M iterations to test the performance? Unless your native code happens to be calling a function thousands or...
-
Posted: February 20th, 2012, 3:06pm UTC
A relative path solution for master pages.
-
Posted: February 20th, 2012, 3:04pm UTC
How to execute GIMP filters in C#.
-
Posted: February 20th, 2012, 3:01pm UTC
SQL Profiler is not included with SQL Express, this tip will help if you need to track client activity.
-
Posted: February 20th, 2012, 2:58pm UTC
The Windows 7 New Features Controls