Click here to Skip to main content
15,914,488 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I could not resist Pin
Mark_Wallace12-Sep-16 0:23
Mark_Wallace12-Sep-16 0:23 
GeneralRe: I could not resist Pin
Mark_Wallace12-Sep-16 0:29
Mark_Wallace12-Sep-16 0:29 
GeneralRe: I could not resist Pin
OriginalGriff12-Sep-16 0:32
mveOriginalGriff12-Sep-16 0:32 
GeneralRe: I could not resist Pin
Daniel Pfeffer10-Sep-16 7:36
professionalDaniel Pfeffer10-Sep-16 7:36 
GeneralRe: I could not resist Pin
CDP180210-Sep-16 8:46
CDP180210-Sep-16 8:46 
GeneralRe: I could not resist Pin
Kornfeld Eliyahu Peter10-Sep-16 8:02
professionalKornfeld Eliyahu Peter10-Sep-16 8:02 
PraiseRe: I could not resist Pin
Rajesh R Subramanian11-Sep-16 15:49
professionalRajesh R Subramanian11-Sep-16 15:49 
GeneralWorking on a utility library... Pin
Brisingr Aerowing9-Sep-16 14:41
professionalBrisingr Aerowing9-Sep-16 14:41 
Not too much in it yet. Just some HashAlgorithm extensions (hashing strings and comparing hashes), some IEnumerable<T>; extensions (None [determines if there are no elements], EmptyIfNull [should be self explanatory], and additional implementations of Min and Max that allow passing custom IComparer<T> implementations (or a Comparison<T>), and a class for cross-platform dynamic loading of shared libraries.

The dynamic loading thing is rather interesting, and involves wrapping platform-specific methods to a common interface, and exposing delegates that use one of the implementations depending on the platform (another class that only tells you what platform you are running on, Win32, Mac, or Linux).

Any ideas for extensions/other things?

Currently planned:

* A generic XmlSerializer
* A base implementation of IExtenderProvider
* Some Stream extensions for getting a cryptographic hash
* Some extensions for System.Security.Cryptography.RandomNumberGenerator for getting basic numeric types
* Some similar extensions for the System.Random class
What do you get when you cross a joke with a rhetorical question?

The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism.

Do questions with multiple question marks annoy you???

GeneralRe: Working on a utility library... Pin
Marc Clifton9-Sep-16 15:10
mvaMarc Clifton9-Sep-16 15:10 
GeneralRe: Working on a utility library... Pin
BillWoodruff10-Sep-16 4:26
professionalBillWoodruff10-Sep-16 4:26 
GeneralJohnathan Macafee, Android and Johnathan Crapper Pin
TorExitNode409-Sep-16 12:27
TorExitNode409-Sep-16 12:27 
GeneralRe: Johnathan Macafee, Android and Johnathan Crapper Pin
Nighthowler9-Sep-16 14:12
Nighthowler9-Sep-16 14:12 
GeneralRe: Johnathan Macafee, Android and Johnathan Crapper Pin
Jeremy Falcon9-Sep-16 14:24
professionalJeremy Falcon9-Sep-16 14:24 
GeneralRe: Johnathan Macafee, Android and Johnathan Crapper Pin
Brisingr Aerowing9-Sep-16 14:30
professionalBrisingr Aerowing9-Sep-16 14:30 
GeneralRe: Johnathan Macafee, Android and Johnathan Crapper Pin
Mark_Wallace12-Sep-16 0:32
Mark_Wallace12-Sep-16 0:32 
GeneralRe: Johnathan Macafee, Android and Johnathan Crapper Pin
BillWoodruff9-Sep-16 16:20
professionalBillWoodruff9-Sep-16 16:20 
GeneralRe: Johnathan Macafee, Android and Johnathan Crapper Pin
dandy7210-Sep-16 2:23
dandy7210-Sep-16 2:23 
GeneralI want one Pin
Foothill9-Sep-16 8:43
professionalFoothill9-Sep-16 8:43 
GeneralRe: I want one Pin
Kschuler9-Sep-16 8:49
Kschuler9-Sep-16 8:49 
GeneralRe: I want one Pin
Foothill9-Sep-16 9:55
professionalFoothill9-Sep-16 9:55 
GeneralRe: I want one Pin
ZurdoDev9-Sep-16 9:16
professionalZurdoDev9-Sep-16 9:16 
GeneralRe: I want one Pin
Foothill9-Sep-16 9:56
professionalFoothill9-Sep-16 9:56 
GeneralRe: I want one Pin
Jeremy Falcon9-Sep-16 10:21
professionalJeremy Falcon9-Sep-16 10:21 
GeneralRe: I want one Pin
ZurdoDev9-Sep-16 10:22
professionalZurdoDev9-Sep-16 10:22 
GeneralRe: I want one Pin
Jeremy Falcon9-Sep-16 10:25
professionalJeremy Falcon9-Sep-16 10:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.