Cyclic Redundancy Check
There are multiple ways to complete a data transmission. The most popular involves the use of twisted copper pairs and the Internet. This uses analog data transmission. and problems can occur, caused...
View ArticleCoding a CRC-Generating Algorithm in C
Last time I presented the theory behind generating a checksum from a sequence of ones and zeros and from a generator polynomial. If you missed it and you do not understand the basic concepts of this...
View ArticleC# Meets Design Patterns
What makes a successful and happy programmer? What contributes to that wonderful gotcha! feeling you get when your program finally compiles and runs correctly, and you know that it is as elegant as it...
View Article5 Ways to Parse XML in C#
Creating a test web application to parse XML Follow the steps below to create a test web application to be used in parsing a sample XML document: Launch Visual Web Developer. Go to File - gt; New...
View ArticleHow To Use the C# String Replace Method
There are instances where you may wish to replace a single character - or even an entire string of characters - in a variable when programming in C#. There are several methods we can use to make this...
View ArticleC# If and Else-if Statements
A lot of the time when we write a program we tell a computer what to do in a very straight forward manner. We might tell it to print the value of a pre-defined variable, or take some input from a user...
View ArticleThe Future Evolution of C# and VB.NET
To answer that, it helps to understand where they've been. Visual Basic .NET can trace its origins back to May 1, 1964, when the first BASIC (Beginner's All-purpose Symbolic Instruction Code) program...
View ArticleC# and Java Developer Jobs on the Rise
According to the agency's latest Market Update, the demand for IT professionals was higher in the first quarter of 2011 when compared to the fourth quarter of 2010. IT demand levels for the first...
View ArticleGame Programming using SDL: the File I/O API
File Input / Output, also generally known as file I/O, is one of the essential components of any software. Games are no exception. The file I/O can be for loading a background, texture or a simple...
View ArticleWAV and MP3 Streaming with ASP.Net and C#
In this programming tutorial you will learn how to stream WAV and MP3 audio files in ASP.NET 3.5 using the C# server side language. This is particularly useful for music websites that are based on the...
View ArticleASP.NET Export to Excel and Word using VB.NET and C#
Getting Started: Designing the Application Suppose you have an existing web application project that pulls data out of the database and display it on the browser. The exporting feature can be added by...
View ArticleUsing Facebook JavaScript SDK in ASP.NET with C#
Getting Started - Create and Register Facebook Applications To get started, follow the steps below: 1.) Secure an application ID and secret key for your website project. Go to this URL:...
View ArticleC Programming Language and UNIX Pioneer Passes Away
According to a statement given to the New York Times by Ritchie's brother Bill, Dennis Ritchie was living alone at his home in Berkeley Heights, New Jersey, prior to his death. Richie's health had...
View ArticleASP.NET RedirectPermanent Method using C# and VB.NET
301 redirection is essential for the best user experience. If something on your website has been changed or moved to a new permanent location, users will need to be permanently redirected. In addition,...
View ArticleBeginning C#
This article will assume that you have installed a copy of Visual Studio or Visual Studio Express and that it is configured. You do not need any programming skills, but knowing another language never...
View Article