Code Project Virtual Tech Summit Session
If you missed the premiere of one of our virtual tech summits you'll still be able to view these sessions. This video originally premiered in ou
Download Windows part : AndroidTool.zip - 3.2 MB Download Android part Tracetool_service.zip - 99.04 KB Introduction
The Android architecture does not allow to start communicat
History about views
Views are a virtual table defining a query against one or more tables. Data isn’t stored in the database and the result set is determined while the view is executed.
What’s an In
Download StoringImages - 764.23 KB
IntroductionThis article is to demostrate how to load images into a SQLite database and retreve them for viewing. It is writen in VS2010, C#, .NET4.0&n
Download source - 10.33 KB
View Output
Introduction
OPENXML allows access to XML data as though it is a relational rowset. It does this by providing a rowset view of the internal representation o
Introduction
Regular Expression is a very important part of any language programming because of its ability to help programmers to write fast and pure applications.
You Don't Know What a Regular Exp
Introducing Elmah
We all know Elmah right? It’s one of the top packages in NuGet. For those who don’t really know or use Elmah, I’ll give a brief explanation of the functionality it provides and how
Download source files - 15 KB
Introduction
There are evangelists for laying out web pages using CSS and there are evangelists for laying out web pages using <table>s. Both camps might p
Download demo - 244.67 KB
Download source - 73.5 KB
Introduction
This article describes a security software system. Suppose you have no skills or soldering equipment, but you want to provide sec
Download vp1_lab1 - 1.84 MB
Introduction
OpenGL is great, when it comes to line drawing most people would draw it by:
glBegin(GL_LINES);
glVertex3f( x1,y1,0);
glVertex3f( x2,y2,0);
Download PageTransitionsDemo - 20.29 KB
Introduction / Background
I have a little side project that I am working on which has multiple pages of information that need to be displayed, and
Introduction
Since SQL Server 2005, a fully featured WinForms control has been available for incorporation into any project to provide excellent report functionality, including exporting to PDFs and
Download source files - 15 KB
Introduction
There are evangelists for laying out web pages using CSS and there are evangelists for laying out web pages using <table>s. Both camps might profit
An Introduction to Sql 11 (Code Name Denali) -Part IV (Contained Database in CTP 1)
Table of Content
Introduction
Background
The Problem with the current (non contained) database
What is Containe
Download excel_color_table - 6.22 KB
0. Import Namespace
using Microsoft.Office.Core;
using Microsoft.Office.Interop.Excel;
using System.IO;
using System.Reflection;
1. How to open an Excel fil
This article is an introduction to the weird side of JavaScript, and it definitely has a weird side! Software developers who usually write code in another language will find a lot of intriguing "
Download ValidationMessage - 62.46
KB
Introduction
Most of the time while developing web applications we need to show server side
messages at the client side in a dialog. Your server
Download TestLINQ.zip - 38.16 KB
Introduction
In my previous 3 articles on codeproject.com, I have explained fundamentals of Windows Communication Foundation (WCF), including:
Implementing a Basi