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

Generic String Parsing
  • 5/5
A generic function for converting a string into a type.

Jiggle
  • 4.11/5
This little snippet jiggles(shakes) your windows form.

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

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

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

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

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

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

Project a 2D Point on a Line
  • 3.69/5
Perpendicularly project a 2D point onto a 2D line.

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

Extension methods for string hasing and encryption
  • 3.6/5
This collection deals with strings security, with these extensions you can properly use hashing and encryption.

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

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

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

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

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

Linq Objects
  • 3.41/5
Querying linq objects

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

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

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

Encryption Class
  • 3.17/5
Class to easily encrypt strings and other types of data.

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

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

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

Submit a Code Snippet

 

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