Welcome To Snipplr


Everyone's Recent C# Snippets Tagged c#



1 2 3 4 Next »
1 510 posted 13 years ago by brandonroath
"Log in" to Salesforce via this code. Borrowed heavily from URL reference.
1 851 posted 13 years ago by dotNetkow
By default, enum values cannot have spaces in them (i.e. "Created Date" can only be "CreatedDate"). With this method, we can change that!
0 2310 posted 13 years ago by dotNetkow
0 536 posted 13 years ago by cabrel
This is an extension method for splitting strings with a regular expression.
0 644 posted 13 years ago by gyurisc
isNumber string extension method for testing strings.
2 1151 posted 13 years ago by gyurisc
Enables to create a generic list with anonymous types. Very useful for me :).
1 593 posted 13 years ago by wallybh
You should include these Cookie helpers in your base page class. Enjoy!
1 847 posted 13 years ago by mecha
Why? So that your class can be used with collection classes. // basic class Every object has a GetHashCode() and Equals() method by default which it inherits from Object. Unfortunately these methods are useless as they stand because they say no...
1 612 posted 13 years ago by mark4asp
For those having trouble with encoding and decoding bencode, here is something to help you.
3 1417 posted 13 years ago by SuprDewd
1 2 3 4 Next »