February 5th, 2009
C# Introduction Articles - 0
I am writing a series of posts with C# topics that might appeal to you if you are looking for a quick fix or a quick solution to a basic C# problem.
Expect lots of String handling, basic networking and other topics. If you have an idea for a topic I could cover do drop me a note!
Topic List
- Safely cleaning HTML with strip_tags in C#
- Using C# and .NET to send an e-mail through SMTP
- Simple class to submit (POST) a Web form from C#
- Using the C# WebClient class to upload and download FTP files
- C# Preprocessor Directives Explained
- Manipulating Strings in C# -Replacing part of a string / Replacing all occurences of a sub-string
- Manipulating Strings in C# - Finding all occurrences of a string within another string
- C# Anonymous types: the Basics
- Using String.Split and String.Join to build a simple CSV reader and writer in C#
- Formatting Strings in C# with String.Format
- Converting C# strings to other types
- Timing C# function performance with the Stopwatch class
- Showing Gnome/Ubuntu LibNotify Notifications from Mono and C#
- Creating a GTK notification area icon using Mono and C#
- Sorting Generic Lists in C#
- Using Linked lists in C# - Part II
- Using NUnit with MonoDevelop
- Using linked lists in C# - Part I
- Implementing a Generic Binary Tree in C#
- Encoding and Decoding Binary data using Base64 with C#
- Querying System.Net.NetworkInformation in C#
- Finding all local IP Addresses in C#
- Building a simple portscanner in C#
- Converting an IP address to a Hostname, and back with C#
- Encoding C# strings as Byte[] (Byte Arrays) and back again
- Modifying the Windows Registry in C#
- Using Timers in C#
- Using Semaphores in C#
- Using Named Pipes in C# / Windows
- Using Mono 2.0.1 on Ubuntu
- Using Delegates in C#
- Building a TCP/IP server using C#
- Obtaining System information through Environment.* in C#
- Passing by Reference and Value in C#
- Code commenting techniques in C#
- From C to C++, Java and C#
- How to get started with C#









Except where otherwise noted, content on this site is