C#/C++ Tutorials - Improve your understanding of C# .Net
Welcome to the C#/C++t tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on C#/C++ and related languages from all over the internet. If you have any questions about C#/C++ programming or would like .Net Development done for your company please complete ourfree IT quotes form. If you are a company who takes on C#/C++ projects and would like to receive leads from people looking for C#/C++ or other .Net work please complete ourIT suppliers partner form.
Razor Sharp C#
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...
DTS and C#
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...
A Custom Drawn List Control in C++
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...
OpenGL using CsGL and C# - Introduction
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 (tha...
Objects & Classes in C#
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...
Getting Graphics to stay on a Form (C#)
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...
Asynchronous Socket Utility Classes – Part I
William has created a two part series on using Asynchronous Socket Utility Classes in C#. Part one will describe client side socket programming...
Managed C# Versus Unmanaged C++
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...
Platform Neutral and Transparent Encryption of Sensitive Customer Information
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...
Check Your Email With Style - Updated
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 wan...