![]() |
Welcome to The Code ProjectShare your code, libraries, tips and answers to help others and learn from the best. Just need code? Help yourself to 34,754 free Software development and Design articles, tips and downloads. Read more... Feature Article by
This article presents a revised tool to assist developers in choosing colors appropriate for a web page and privides algorithms to perform closest...
Article 30 mins ago by (updated)
Implementing a Simple, Secure WCF Service with MSMQ Communication
Article 47 mins ago by (updated)
A simple Whiteboard application
Article 59 mins ago by (updated)
How does var, auto implemented properties and += or -= of events work in C# programming language.
Article 1 hr ago by (new)
IceCream1945 is a demonstration of XNA and the IceCream 2d library in a 2d top-down scrolling shooter similar to 1942 for the NES.
Article 5 hrs ago by (new)
In this whitepaper, I will walk you through developing a simple MVC 3 application architecture using Entity Framework’s code first technology....
Article 7 hrs ago by (updated)
The application adds a custom button and a few anchor elements on Google page which link to a previously searched text on google.
Article 10 hrs ago by (updated)
Dynamically map a DataTable to type-safe business objects using reflection and generics.
Article 11 hrs ago by (updated)
An Ajax control that enables a user to upload a file asynchronously with extra data
Article 13 hrs ago by (updated)
The .NET Framework provides XslCompiledTransform which is an XSLT processor 1.0. However this doesn't mean that we can’t work with XSLT 2.0 in...
Article 13 hrs ago by (new)
A description of the new language features starting from C# 2.0, going through to version 4.0
Feature Technical Blog by
Usually, when you think of a Web Service, you think …make the call, get the response, and get on with the task at hand. These "one shot" calls are...
Technical Blog 9 hrs ago by (updated)
Agile development
Technical Blog 10 hrs ago by (new)
Use Root Cause Analysis for Defect Prevention in your Software Development Process
Technical Blog 21 hrs ago by (updated)
This is the sixth post in the WCF 4.5 series.
Technical Blog 21 hrs ago by (updated)
This is the fourth post in the WCF 4.5 series, and a direct addition to the previous post, since I neglected to mention something important about...
Technical Blog 22 hrs ago by (new)
First Look at What’s New in Windows 8 Microsoft’s "re-imagining" of Windows 8 is focused very heavily on a new, Metro-style touch-based...
Technical Blog yesterday by (new)
This is the seventh post in the WCF 4.5 series.
Technical Blog yesterday by (new)
Response to blog on Windows 8.
Technical Blog 2 days ago by (new)
How to instantiate derived LINQ to SQL entities
Technical Blog 2 days ago by (updated)
This article demostrates how to use System.Windows.Forms.ColorDialog in a WPF project. Why you may ask, simply because one can and must try…...
Technical Blog 2 days ago by (new)
Microsoft unveiled new Windows 8 operating system and new development improvements on September 13, 2011, day one of the BUILD developer...
Feature Tip/Trick by
Simple SMTP E-Mail Sender in C#… Console application
Tip/Trick 1 hr ago by (new)
Suppressing key and mouse events while loading
Alternative Tip 5 hrs ago by (updated)
Setting up a custom type identification mechanism only makes sense if RTTI is not available or you cannot guarantee that it is consistent. That...
Tip/Trick 15 hrs ago by (updated)
Converting VS2010 Solution to VS2008
Tip/Trick 20 hrs ago by (updated)
Alternative Tip 21 hrs ago by (new)
alternatively you can use the SolutionConverter here from code project. The tool converts 2008 to 2010 and vice versa. The only limitation is that...
Tip/Trick 21 hrs ago by (new)
MVC3 webgrid does not return rows collection, here is a tip to get several objects selected
Tip/Trick 23 hrs ago by (updated)
How to embed an image in email body
Alternative Tip yesterday by (new)
// This is code from Andrei Alexandresku book "Modern C++ Design", ch. 2// Copyright (c) 2001 by Andrei Alexandrescu// This code accompanies the...
Alternative Tip yesterday by (updated)
Achieve the same using AJAX AnimationExtender control. Use the below code: ...
Tip/Trick yesterday by (updated)
How to solve when saving changes is not permitted on SQL Server 2008 Management Studio
12 secs ago by (new)
Hello all, what i need is that i have an server which have an sql server tables ( like providers and products ) what i want is to get these...
10 mins ago by (updated)
Hi, I'm having alot of trouble getting my chart to display data form a sql table. This is the code I used:clsConnection sqlconn = new...
10 mins ago by (updated)
If my understanding is correct, the default height set for a radwindow is 300px. I want the popup telerik window to be autosized based on the...
13 mins ago by (new)
Hi,I am trying to access the code in another if condition from another but unable to . could you please suggest an approach. Here is the code i am...
14 mins ago by (new)
I have one gridview report. now i want to set the limit to view the report on the page. For example i want to view only ten records per report...
25 mins ago by (new)
I'm making a game using javascript + canvas. I use the code below to ensurevar imgLoaded = 0;var imgToLoad = multiImgs;var onImgLoad = function(){...
28 mins ago by (new)
How to dynamically change the color of a usercontrol in wpf.As the value changes from 0 to 10 it have to show Blue and the value increases it must...
31 mins ago by (new)
I'm doing my project in ASP.NET-3.5 version with backend as SQL Server 2008. I want to configure the datasource, but getting error as 'This server...
34 mins ago by (updated)
How to disable the media player controls such as play button,mute button etc...this is my code <param name="ShowControls" value="false"...
39 mins ago by (updated)
I have Doubt, where arraylist or Generic array List are stored. I we store 10 record in list...Where that values in stored? System or ???
46 mins ago by Forum: C / C++ / MFC
1 hr ago by Forum: C#
2 hrs ago by Forum: C / C++ / MFC
44 mins ago by Forum: C / C++ / MFC
3 hrs ago by Forum: Visual Basic
3 hrs ago by Forum: ASP.NET
3 hrs ago by Forum: C#
4 hrs ago by Forum: Web Development
4 hrs ago by Forum: Java
4 hrs ago by Forum: C / C++ / MFC
7 hrs ago
What's your favorite feature?
7 hrs ago
Lynx faithful, unite!
7 hrs ago
And why iPhones and iPads could end up running on Intel.
7 hrs ago
The good, the better and what's next.
7 hrs ago
The world's most misunderstood programming language?
7 hrs ago
Plus: a sneak preview of Office 15.
7 hrs ago
Extrapolating Eric S. Raymond’s principles to Node development.
7 hrs ago
What is a PC? It's a surprisingly tough question to answer.
7 hrs ago
Linux got there first, but does Windows do it better?
7 hrs ago
All your web are belong to patent trolls.
Question 13 secs ago by (new)
Hello all, what i need is that i have an server which have an sql server tables ( like providers and products ) what i want is to get these...
Question 10 mins ago by (updated)
Hi, I'm having alot of trouble getting my chart to display data form a sql table. This is the code I used:clsConnection sqlconn = new...
Question 10 mins ago by (updated)
If my understanding is correct, the default height set for a radwindow is 300px. I want the popup telerik window to be autosized based on the...
Question 13 mins ago by (new)
Hi,I am trying to access the code in another if condition from another but unable to . could you please suggest an approach. Here is the code i am...
Question 14 mins ago by (new)
I have one gridview report. now i want to set the limit to view the report on the page. For example i want to view only ten records per report...
Question 25 mins ago by (new)
I'm making a game using javascript + canvas. I use the code below to ensurevar imgLoaded = 0;var imgToLoad = multiImgs;var onImgLoad = function(){...
Question 28 mins ago by (new)
How to dynamically change the color of a usercontrol in wpf.As the value changes from 0 to 10 it have to show Blue and the value increases it must...
Article 30 mins ago by (updated)
Implementing a Simple, Secure WCF Service with MSMQ Communication
Question 31 mins ago by (new)
I'm doing my project in ASP.NET-3.5 version with backend as SQL Server 2008. I want to configure the datasource, but getting error as 'This server...
Question 34 mins ago by (updated)
How to disable the media player controls such as play button,mute button etc...this is my code <param name="ShowControls" value="false"...
A WPF 3-D Rubik's Cube application
Why Javascript/JQuery/HTML/CSS/DOM is creating an awful mess
A 2D physics game for Windows Phone inspired on Angry Birds
An MFC linear chart control with enhanced appearance.
Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery
|
What is ultra light, ultra responsive and ultra thin? Yes it’s the new...
Jeremy Thake, SharePoint MVP and AvePoint Enterprise Architect,...
Terrain Rendering is a game technology code sample that demonstrates...
Distributing applications with DLL dependencies can be problematic....
In this article, I will show you the tools and technologies, you can...
|