![]() |
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 35,834 free Software development and Design articles, tips and downloads. Read more... Feature Article by
This article discusses some useful but unknown features of C#.
Article 40 mins ago by (updated)
Most programming resources are wrong when comparing linked-list to vector. Here you can read and understand how they are wrong and why linked-list...
Article 48 mins ago by (new)
The article explains configuring Performance Point Services (PPS) in SharePoint 2010 and consuming that service and creates a Scorecard and Chart.
Article 1 hr ago by (new)
You can enhance the value of your custom classes through overrides, creating partials, and explicit type conversion.
Article 4 hrs ago by (new)
How can we configure our foreach loop container, even when the task inside it failed
Article 4 hrs ago by (new)
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet...
Article 5 hrs ago by (updated)
Use PayPal API to automatize software selling, send templatized emails with license keys to customers
Article 6 hrs ago by (updated)
Learn how to go from being an absolute beginner in the Managed Extensibility Framework to being an advanced user.
Article 6 hrs ago by (updated)
A custom Panel that creates a glow effect around a child control when it receives focus.
Article 6 hrs ago by (new)
Web Parts are essential parts of SharePoint 2010 that helps developers and site owners to customize the SharePoint portal. There are lots of out...
Article 7 hrs ago by (new)
Some guidelines for developing better MS Access solutions.
Feature Technical Blog by
Learn how to host WCF as a Windows service (without using a web project) and how to code it so that you can test interactively without installing...
Technical Blog yesterday by (new)
This blog entry is about that 'non-deterministic' behavior that sometimes happens to 'us' while developing software and all of the sudden...
Technical Blog 2 days ago by (updated)
In this article we will learn about the three methods of MVC 3 and those are RenderBody, RenderPage and RenderSection. We will learn by the...
Technical Blog 4 days ago by (moved)
How to logging and tracing WCF Soap messages?
Technical Blog 7 May '12 by (new)
We have started using Test Driven Design (hopefully properly) over the last few months and I wanted to share our experiences of it. Before we...
Technical Blog 7 May '12 by (updated)
WCF Basic Authentication with SQL Membership Provider
Technical Blog 7 May '12 by (updated)
In this post I’ll go over how you can utilize JQuery and CSS classes to show/hide various parts across the different sections of a page...
Technical Blog 6 May '12 by (new)
I hate overdocumented software components and frameworks. There are top 3 reasons for that: Only the code tells the truth...
Technical Blog 5 May '12 by (updated)
Wrap a C# library for use in Java, a folktale about an idiot coding at midnight.
Technical Blog 4 May '12 by (updated)
Below is my very own, very first, super-clean, super-sexy CoffeeScript snippet that dynamically appends input fields as the user tabs through the...
Technical Blog 4 May '12 by (updated)
Implementing ViewState for TextBox and other controls that implement IPostBackDataHandler.
Feature Tip/Trick by
An easy way to integrate CKEditor with ASP.NET web page, validate the editor content and retrive the editor content from server side code
Tip/Trick 5 hrs ago by (new)
Loading an image from a database isn't difficult, but it can waste time. If you are loading a large list of Images (or even thumbnails) from a DB...
Tip/Trick 9 hrs ago by (new)
Following article describes how to add a gridview and a horizontal scrollbar without depending on the screen resolution
Tip/Trick yesterday by (new)
This is an alternative for "The Elegant Art of Programming"
Tip/Trick yesterday by (updated)
How to send email using GMail or Yahoo! port.
Tip/Trick yesterday by (new)
This is an alternative for "Send mail using ASP.NET with C#"
Tip/Trick yesterday by (new)
How to open a PDF file in a new browser tab using ASP.NET with C#.
Tip/Trick yesterday by (new)
This tip uses the elegant LINQ to solve pesky daily problems.
Tip/Trick yesterday by (new)
Snippet and Surround features in SQL Server 2012.
Tip/Trick yesterday by (updated)
Adding event to Microsoft Outlook through Web Application
Tip/Trick yesterday by (new)
How to make a component dynamically load the config file.
2 mins ago by (updated)
Dear all,I have two strings, I want to get difference between contents of two strings??for example,string one ="a,b,c,d,e";string two ="b,e";now i...
4 mins ago by (new)
How can I implement the following in my application?We have a room and is available in 3 types. First there is the food that is fed into the room....
5 mins ago by (updated)
this is my application link http://www.mediafire.com/download.php?zyncso3qi0k6pqi[^]i had 2 different user controls in one .aspx page.first user...
34 mins ago by (new)
How can i display the message using alert in asp.net application.Any another method in asp.net application to show the message like as pop...
35 mins ago by (updated)
How can i write the code in list box event handler, i am trying valuechanged and indexchanged event but i can not get the event.please help me...
45 mins ago by (new)
I have a three category, i will show the category in my web page like a image or chart with separate click event.If user click anyone of category...
48 mins ago by (new)
hiihow can I insert data to data grid in vb2010 then save it to sql 2005 plese help me?
50 mins ago by (new)
merge sort 10,9,8,7,6.5 using diagramsmy answerleft=0right=5mid=210,9,8 7,6,59,10,8 6,7,59,8,10 6,5,78,9,10 5,6,7
1 hr ago by (new)
I have a small application in asp.net with user login. In my website,How can i get Whose are logged into my website,what are the pages viewed,how...
1 hr ago by (new)
Hi everybody,I want have a control like "Date and Time Settings" dialog of windows that there are a textbox and inside it small arrows, also we...
26 mins ago by Forum: Silverlight / WPF
2 hrs ago by Forum: C / C++ / MFC
2 hrs ago by Forum: ASP.NET
3 hrs ago by Forum: Hardware & Devices
3 hrs ago by Forum: Silverlight / WPF
3 hrs ago by Forum: JavaScript 3 hrs ago by Forum: C#
4 hrs ago by Forum: .NET Framework
4 hrs ago by Forum: C / C++ / MFC
5 hrs ago by Forum: C / C++ / MFC
1 sec ago
People seem to like WP7, but enough to keep it going? Developers seem to like WP7, too, but enough to create a healthy app marketplace? And then...
1 sec ago
As you'll see, we have something of a theme going on today with cross-platform development tools, and we'll start out with Glen Gordon's series of...
1 sec ago
Cross-platform mobile development tools are helpful for stretching your codebase across devices and getting apps to market without having to learn...
1 sec ago
Ruby has been increasing in popularity as a web development language due to its straightforward syntax, powerful built-in features and a strong,...
1 sec ago
Tired of the default expanding and sliding transitions for iOS apps? Looking for something unique? Mark Pospesel wrote a demonstration project -...
1 sec ago
After retrieving data from web services, one of the most common connected-app scenarios is document sync. There are existing platforms you may be...
1 sec ago
You'd think the design of an app is really down to the designer, not the platform, and all things being equal you'd probably be right. But thanks...
15 hrs ago
After reading an 800-page book on MVC and just now starting to get my hands dirty, I still have seen no clear way to make reusable user controls...
15 hrs ago
"It's been an amazing experience assisting you!" Am I the only one that immediately stops thinking of the person talking to me as a real person as...
15 hrs ago
This localtest.me trick is so obvious, so simple, and yet so powerful. I wouldn’t be surprised if there are other domain names like this out...
News Item 1 sec ago
People seem to like WP7, but enough to keep it going? Developers seem to like WP7, too, but enough to create a healthy app marketplace? And then...
News Item 1 sec ago
As you'll see, we have something of a theme going on today with cross-platform development tools, and we'll start out with Glen Gordon's series of...
News Item 1 sec ago
Cross-platform mobile development tools are helpful for stretching your codebase across devices and getting apps to market without having to learn...
News Item 1 sec ago
Ruby has been increasing in popularity as a web development language due to its straightforward syntax, powerful built-in features and a strong,...
News Item 1 sec ago
Tired of the default expanding and sliding transitions for iOS apps? Looking for something unique? Mark Pospesel wrote a demonstration project -...
News Item 1 sec ago
After retrieving data from web services, one of the most common connected-app scenarios is document sync. There are existing platforms you may be...
News Item 1 sec ago
You'd think the design of an app is really down to the designer, not the platform, and all things being equal you'd probably be right. But thanks...
Question 2 mins ago by (updated)
Dear all,I have two strings, I want to get difference between contents of two strings??for example,string one ="a,b,c,d,e";string two ="b,e";now i...
Question 4 mins ago by (new)
How can I implement the following in my application?We have a room and is available in 3 types. First there is the food that is fed into the room....
Question 5 mins ago by (updated)
this is my application link http://www.mediafire.com/download.php?zyncso3qi0k6pqi[^]i had 2 different user controls in one .aspx page.first user...
This article explains how you can use functional programming in C#.
Let's build a sample project with a Google like image uploader embracing jQuery, AJAX, and ASP.NET MVC 3.
Dangling pointers were a problem in the past, but nowadays we'll find none, right? Guess again...
ELMAH + SignalR = ElmahR, ASP.NET real-time error monitoring aggregating dashboard
Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article will explore the different extension methods used in the LINQ using C# and IL code to discuss..
|
PDF forms or AcroForms allow users to interactively edit specific...
In this article, I will show you the tools and technologies, you can...
The new breed of Ultrabook™ PCs have pushed battery life and thermal...
This article will show how simple it is to run a PHP application in...
Sitefinity uses responsive design to help you deliver better web...
|