C# Code Snippets

A collection of powerful and useful code snippets written in C# for .NET developers. Source code is submitted by Visual C# Kicks and website readers. We encourage you to submit your own code and rate other people's submittions.

 

All C# Code Snippets are under the Visual C# Kicks license agreement

 

Submit a Code Snippet

Distance Calculation using Latitude and Longitude in C#
  • 3.98/5
ZIPCodeWorld provides this routine to calculate the distance between two points in C#.

Delete Self
  • 3.95/5
Allows a standalone program to delete itself.

Shuffle Lists and Arrays
  • 3.88/5
An in-place algorithm to randomly shuffle a list or array in C#

Print Console Table
  • 3.86/5
Allows a Console App to create a basic table (with headers)

TinyUrl Updater
  • 3.86/5
Allows you to update a standalone app using TinyUrl

C# Distance Formula
  • 3.79/5
A simple implementation of the distance formula in C#

C# Combination Function
  • 3.61/5
A simple function to calculate the number of possible combinations.

Degrees To Point and Back
  • 3.6/5
Convert an angle in degrees into an XY-coordinate point and back.

Data to CSV
  • 3.57/5
Write a DataTable or a DataView to a CSV file

Temporary File C# Class
  • 3.52/5
Easily handle temporary file management in C#

Taking Screenshots with C#
  • 3.49/5
Using API calls in C# to capture an image of the monitor screen.

Periodic Table in string[][] Array
  • 3.45/5
Has every known element in a two dimensional array

Multilevel Hierarchy - Class Interface
  • 3.41/5
An example of a multilevel hierarchy using class interfaces

C# Fraction Structure
  • 3.33/5
A C# struct to represent decimal numbers as fractions.

Sort Strings by Length
  • 3.28/5
Sort a collection of strings by their length, from shortest to longest.

Linq Objects
  • 3.25/5
Querying linq objects

C# Encryption Class
  • 3.18/5
Class to easily encrypt strings and other types of data.

RNGCryptoServiceProvider Random Integer
  • 2.93/5
Generate a random integer in a range using the RNGCryptoServiceProvider class.

C# Factorial
  • 2.59/5
Calculate the factorial value of a number in C#.NET

PHP Time
  • 2.54/5
Returns time represented in the same way as the PHP time() function.

Submit a Code Snippet

 

License Agreement | Privacy Policy
Link to Us | Subscribe to Newsletter | Contact Us