Welcome To Snipplr
Everyone's Recent C# Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Shows an example of what a closure is.
Result: Counter=1 Counter= 2
1
692
posted 11 years ago by venu1729
this program view some of OS information try it you will not lose thing.
1
635
posted 11 years ago by PalCoder
A function to check the first two bytes to see if they match "MZ" marking it as an executable.
1
2593
posted 11 years ago by jprochazka
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
1273
posted 11 years ago by kirstencris
Draw a border around the form.
Add to the paint event handler.
0
1110
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
1072
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
980
posted 11 years ago by dego89
To use a different class for alternating item of asp.net repeater control
0
729
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
843
posted 11 years ago by jessicabutlerjcm
Two static dictionaries for converting US state names to abbreviations, and the reverse.
0
2590
posted 11 years ago by misholson
ต้à¸à¸‡à¸¡à¸µà¸à¸¢à¹ˆà¸²à¸‡à¸™à¹‰à¸à¸¢ 8 ตัวà¸à¸±à¸à¸©à¸£
ต้à¸à¸‡à¸¡à¸µà¸•à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸±à¸‡à¸à¸¤à¸©à¸•à¸±à¸§à¹€à¸¥à¹‡à¸ [a-z] à¹à¸¥à¸°à¸•à¸±à¸§à¹ƒà¸«à¸à¹ˆ[A-Z] à¸à¸¢à¹ˆà¸²à¸‡à¸™à¹‰à¸à¸¢à¸à¸¢à¹ˆà¸²à¸‡à¸¥à¹ˆà¸°...
0
895
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
983
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
972
posted 12 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
701
posted 12 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
1406
posted 12 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
899
posted 12 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
666
posted 12 years ago by awsomedevsigner
Utility class that abstracts the creation of a Excel spreadsheet through Interop, and helps on adding and format its contents.
1
1525
posted 12 years ago by denakitan
Example of the usage of Directory IO class and the parsing of strings to DateTime.
1
909
posted 12 years ago by denakitan
Snippet to illustrate how to bind a ComboBox to a Dictionary.
0
1250
posted 12 years ago by denakitan
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
763
posted 12 years ago by ed_trench