Welcome To Snipplr


Everyone's Recent C# Snippets



Shows an example of what a closure is. Result: Counter=1 Counter= 2
1 1651 posted 13 years ago by venu1729
this program view some of OS information try it you will not lose thing.
1 1635 posted 13 years ago by PalCoder
A function to check the first two bytes to see if they match "MZ" marking it as an executable.
1 5122 posted 13 years ago by jprochazka
Convert Excel file (XLS) to CSV
0 5282 posted 13 years ago by engebaja
Allows quick access to boilerplate code
0 1658 posted 13 years ago by box86rowh
Method to Check if an int is a Prime Number
0 1716 posted 13 years ago by jholderman
This example is for an inline table value function with one string parameter t1 is of type YourDataContext and t2 is of type string(hence the name of the mole method)
0 3534 posted 13 years ago by kirstencris
Draw a border around the form. Add to the paint event handler.
0 2125 posted 13 years ago by thomas-h
Ektron smartform data contains a xml nodelist which I put in a data table and parse out into an html table
0 3218 posted 13 years ago by dego89
The following code retrieves a list of content based on a taxonomy id. The list is bound to a repeater that display a preview of the content with a quick link to a content page. The content comes in based on the previous taxonomy id but exposes a con...
0 3025 posted 13 years ago by dego89
Reading xml from file and create XElement from string
0 3238 posted 13 years ago by samilce
To use a different class for alternating item of asp.net repeater control
0 1725 posted 13 years ago by samilce
The apple business is probable among the most well-known businesses at this moment within the matter from the extremely well best devices. Apple mackintosh produces numerous judgements for cutting-edge together with groundbreaking gizmos. The whole A...
0 1899 posted 13 years ago by jessicabutlerjcm
Two static dictionaries for converting US state names to abbreviations, and the reverse.
0 4852 posted 13 years ago by misholson
ต้องมีอย่างน้อย 8 ตัวอักษร ต้องมีตัวอักษรอังกฤษตัวเล็ก [a-z] และตัวใหญ่[A-Z] อย่างน้อยอย่างล่ะ...
0 2909 posted 13 years ago by gaserland
Keep the namespace name, class name, guid that VS automatically generates. Make sure all of the "using" inclusions included.
0 2453 posted 13 years ago by rumremix
Simple Class Connection for use in C# Code. Methods: - ReturnDataTable(string strQueryCommand) - ReturnDataSet(string strQueryCommand) - ExecuteQuery(string strQueryCommand) - ReturnDataReader(string strQueryCommand)
1 3022 posted 13 years ago by rodrigoallves
Just a snippet I like; this can be called on GotFocus or LostFocus of a field, and it *attempts* to set the input language to the desired language.
0 1661 posted 13 years ago by Winkyboy
Shows how to use WebClient class to retrieve HTML from an URL and then to use HtmlAgilityPack to parse it.
1 2848 posted 13 years ago by denakitan
this handy function gets all child tabs for the tab id you pass in, only those that are meant to appear in the menu.
0 1954 posted 13 years ago by box86rowh
This will get you a quick url for a pop up on DNN
0 3001 posted 13 years ago by box86rowh
Sort a file that contains integers between 1 and thousand. The output file should contain the entries like (n-times 1, followed by n-times 2 and so on): 1111222333555... But - you are not allowed to load all entries into memory at once. How to solve...
0 1478 posted 13 years ago by awsomedevsigner
Basic examples on the usage of the DateTime objects.
1 1979 posted 13 years ago by denakitan
Examples of use of Enum type, like how to iterate its items.
1 1903 posted 13 years ago by denakitan
Utility class that abstracts the creation of a Excel spreadsheet through Interop, and helps on adding and format its contents.
1 2949 posted 13 years ago by denakitan
Basic examples on using information stored as Resources.
1 1861 posted 13 years ago by denakitan
Example of the usage of Directory IO class and the parsing of strings to DateTime.
1 2174 posted 13 years ago by denakitan
Snippet to illustrate how to bind a ComboBox to a Dictionary.
0 2287 posted 13 years ago by denakitan
This is another login method, a little more robust
0 1817 posted 13 years ago by box86rowh
Also extended C# LINQ and Extension method (simple) to include the last (MAX) Date Created property, added a new Folder class (model) with properties and included them in a List<Folder>. Also, amended the LINQ statement to get the MAX(Date Created) .
0 1797 posted 13 years ago by ed_trench