C Subcategories |
Printing Using C# |
| C | Views: 0 | |
| In this article Matthew shows us how to build a print engine in C# allowing us to print our application data easily |
C++: Removing duplicates from a range |
| C | Views: 0 | |
| Removing duplicates from ranges is a fairly common task in C++, but the std::unique algorithm in the Standard Template Library (STL) has some limitations. Find out how to work around them |
Performance Implications of Managed Data |
| C | Views: 0 | |
| When using Managed C++, be aware that boxing and unboxing values so that you can use the Base Class Libraries carries a performance cost |
Events and Delegates - Introduction |
| C | Views: 0 | |
| An introduction to event driven programming in C#, through the use of Events and Delegates |
C# Credit Card Validation |
| C | Views: 0 | |
| This handy piece of code can be used to validate a credit card number using the Luhn algorithm |
Check Your Email With Style - Updated |
| C | Views: 0 | |
| Have you ever wanted to write your own POP3 email client? Well now you can with the help of my C# example. This article explains how to use .NET to connect to a POP3 mail server, and the different commands to use with the server to get the results you wa.. |
Platform Neutral and Transparent Encryption of Sensitive Customer Information |
| C | Views: 0 | |
| Introduction
To minimize damages from a security breach, online businesses should encrypt sensitive customer information (passwords, credit card numbers, etc.) stored in their databases. Recent incidents that ran headlines have only made this practice |
Managed C# Versus Unmanaged C++ |
| C | Views: 0 | |
| In this article, Randy runs performance tests to determine how well managed C# performs against unmanaged C++. Some results may surprise the .Net enthusiasts out there |
Asynchronous Socket Utility Classes – Part I |
| C | Views: 0 | |
| William has created a two part series on using Asynchronous Socket Utility Classes in C#. Part one will describe client side socket programming |
Getting Graphics to stay on a Form (C#) |
| C | Views: 0 | |
| If you draw graphics onto a form, they may be lost when the form — or sections of the form — refreshes. This program shows one way to retain the graphics on the form background |
Objects & Classes in C# |
| C | Views: 0 | |
| In this article we will understand some of the concepts of object-oriented programming in C# like objects and classes. To read this article you must have C# programming basics |
OpenGL using CsGL and C# - Introduction |
| C | Views: 0 | |
| I’m glad to be the first one writing about OpenGL at this site. What I want to show you in this article is that it is fairly easy to setup a form that is capable of showing 3D. We will accomplish this with the OpenGLControl. So before we can start we (th.. |
A Custom Drawn List Control in C++ |
| C | Views: 0 | |
| In this article Vitali takes the standard C++ list control and modifies it to extend its functionality. The result is a useful, flexible list control |
DTS and C# |
| C | Views: 0 | |
| Data Transformation Services (DTS) is a built-in component of SQL Server that provides programmers and database administrators with a way to move data from any source to any destination. Thiru Thangarathinam shows how to invoke DTS packages from a .NET |
Razor Sharp C# |
| C | Views: 0 | |
| Pawan is back with an introduction to C# and the benefits it has to offer developers. Be sure to read more if you're looking to jump into the latest trend |
|