Click here to Skip to main content
15,922,419 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: ad hoc Programming Pin
GuyThiebaut10-Feb-21 21:07
professionalGuyThiebaut10-Feb-21 21:07 
GeneralRe: ad hoc Programming Pin
Jon McKee11-Feb-21 0:17
professionalJon McKee11-Feb-21 0:17 
GeneralRe: ad hoc Programming Pin
Rob Grainger16-Mar-21 5:49
Rob Grainger16-Mar-21 5:49 
GeneralRe: ad hoc Programming Pin
Jon McKee16-Mar-21 10:30
professionalJon McKee16-Mar-21 10:30 
GeneralRe: ad hoc Programming Pin
Richard Deeming6-Jan-21 23:40
mveRichard Deeming6-Jan-21 23:40 
GeneralRe: ad hoc Programming Pin
Marc Clifton6-Jan-21 11:45
mvaMarc Clifton6-Jan-21 11:45 
GeneralRe: ad hoc Programming Pin
Chris Maunder5-Feb-21 14:01
cofounderChris Maunder5-Feb-21 14:01 
GeneralRe: ad hoc Programming Pin
GuyThiebaut10-Feb-21 21:06
professionalGuyThiebaut10-Feb-21 21:06 
GeneralMore clueless Web App designers? PinPopular
PIEBALDconsult2-Jan-21 13:05
mvePIEBALDconsult2-Jan-21 13:05 
GeneralRe: More clueless Web App designers? Pin
raddevus6-Jan-21 8:57
mvaraddevus6-Jan-21 8:57 
GeneralRe: More clueless Web App designers? Pin
Nelek8-Jan-21 2:59
protectorNelek8-Jan-21 2:59 
GeneralObjective-J Pin
Brisingr Aerowing18-Dec-20 18:46
professionalBrisingr Aerowing18-Dec-20 18:46 
GeneralRe: Objective-J Pin
Ryan Peden6-Jan-21 10:56
professionalRyan Peden6-Jan-21 10:56 
General.Net Framework vs .Net 5 Core Pin
#realJSOP10-Dec-20 6:03
professional#realJSOP10-Dec-20 6:03 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Slacker00710-Dec-20 6:39
professionalSlacker00710-Dec-20 6:39 
GeneralRe: .Net Framework vs .Net 5 Core Pin
#realJSOP10-Dec-20 8:19
professional#realJSOP10-Dec-20 8:19 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Slacker00710-Dec-20 9:06
professionalSlacker00710-Dec-20 9:06 
GeneralRe: .Net Framework vs .Net 5 Core Pin
#realJSOP11-Dec-20 1:09
professional#realJSOP11-Dec-20 1:09 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Slacker00711-Dec-20 3:20
professionalSlacker00711-Dec-20 3:20 
GeneralRe: .Net Framework vs .Net 5 Core Pin
#realJSOP11-Dec-20 4:05
professional#realJSOP11-Dec-20 4:05 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Kirk Hawley11-Dec-20 6:26
professionalKirk Hawley11-Dec-20 6:26 
GeneralRe: .Net Framework vs .Net 5 Core Pin
kholsinger11-Dec-20 13:48
kholsinger11-Dec-20 13:48 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Member 1028198630-Jan-21 6:02
Member 1028198630-Jan-21 6:02 
GeneralRe: .Net Framework vs .Net 5 Core Pin
r_hyde10-Dec-20 8:26
r_hyde10-Dec-20 8:26 
Bingo! But while cross-platform capability is nice, those of us who only need to target Windows have to take an unfortunate hit. And it only gets worse if you decide to publish as standalone, which balloons a basic "hello world" app to an astonishing 65MiB. Granted, this is not comparable to a .NET Framework build for obvious reasons, but it's still a bit ridiculous. Even a trimmed version is still 25MiB, and this is literally just to print "Hello World!" to the console.

Not really complaining too much though, because I so enjoy using C# and .NET that this is a tradeoff I gladly make Smile | :)

GeneralRe: .Net Framework vs .Net 5 Core Pin
Nelek10-Dec-20 8:49
protectorNelek10-Dec-20 8:49 

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.