Welcome To Snipplr


Everyone's Recent C# Snippets



Shows an example of what a closure is. Result: Counter=1 Counter= 2
1 548 posted 10 years ago by venu1729
this program view some of OS information try it you will not lose thing.
1 467 posted 10 years ago by PalCoder
A function to check the first two bytes to see if they match "MZ" marking it as an executable.
1 2163 posted 10 years ago by jprochazka
Convert Excel file (XLS) to CSV
0 2256 posted 10 years ago by engebaja
Allows quick access to boilerplate code
0 549 posted 10 years ago by box86rowh
Method to Check if an int is a Prime Number
0 532 posted 10 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 1034 posted 11 years ago by kirstencris
Draw a border around the form. Add to the paint event handler.
0 860 posted 11 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 832 posted 11 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 758 posted 11 years ago by dego89
Reading xml from file and create XElement from string
0 861 posted 11 years ago by samilce
To use a different class for alternating item of asp.net repeater control
0 560 posted 11 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 669 posted 11 years ago by jessicabutlerjcm
Two static dictionaries for converting US state names to abbreviations, and the reverse.
0 2292 posted 11 years ago by misholson
ต้องมีอย่างน้อย 8 ตัวอักษร ต้องมีตัวอักษรอังกฤษตัวเล็ก [a-z] และตัวใหญ่[A-Z] อย่างน้อยอย่างล่ะ...
0 686 posted 11 years ago by gaserland
Keep the namespace name, class name, guid that VS automatically generates. Make sure all of the "using" inclusions included.
0 790 posted 11 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 754 posted 11 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 552 posted 11 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 1171 posted 11 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 711 posted 11 years ago by box86rowh
This will get you a quick url for a pop up on DNN
0 709 posted 11 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 524 posted 11 years ago by awsomedevsigner
Basic examples on the usage of the DateTime objects.
1 730 posted 11 years ago by denakitan
Examples of use of Enum type, like how to iterate its items.
1 706 posted 11 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 1285 posted 11 years ago by denakitan
Basic examples on using information stored as Resources.
1 669 posted 11 years ago by denakitan
Example of the usage of Directory IO class and the parsing of strings to DateTime.
1 736 posted 11 years ago by denakitan
Snippet to illustrate how to bind a ComboBox to a Dictionary.
0 1040 posted 11 years ago by denakitan
This is another login method, a little more robust
0 772 posted 11 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 613 posted 11 years ago by ed_trench