Click here to Skip to main content
15,886,034 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: Objective-J Pin
Ryan Peden6-Jan-21 10:56
professionalRyan Peden6-Jan-21 10:56 
General.Net Framework vs .Net 5 Core PinPopular
#realJSOP10-Dec-20 6:03
mve#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
mve#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
mve#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 PinPopular
#realJSOP11-Dec-20 4:05
mve#realJSOP11-Dec-20 4:05 
Ya see, I'm old. When I started coding, using as little ram and disk space as possible was a real goal. I still believe that.

I've always had heartburn regarding disk footprint with regards to .Net (and the fact that most of that footprint was hidden in the Win32 folder). With Core, it now needs to be deployed with your app. It's essentially the same as docker containers - you don't have to worry about what version of .net the user has because you're essentially putting the .net dependencies into the container.

I have hundreds of projects on my hard drive. if I compiled them all for .net core, it would consume gigabytes more space than they do right now.

For me, it's not a trivial thing. Really.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

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 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Nelek10-Dec-20 8:49
protectorNelek10-Dec-20 8:49 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Reelix11-Dec-20 0:11
Reelix11-Dec-20 0:11 
GeneralRe: .Net Framework vs .Net 5 Core Pin
BDieser11-Dec-20 9:55
BDieser11-Dec-20 9:55 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Nelek11-Dec-20 10:14
protectorNelek11-Dec-20 10:14 
GeneralRe: .Net Framework vs .Net 5 Core Pin
#realJSOP11-Dec-20 10:19
mve#realJSOP11-Dec-20 10:19 
GeneralRe: .Net Framework vs .Net 5 Core Pin
#realJSOP13-Dec-20 1:23
mve#realJSOP13-Dec-20 1:23 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Greg Utas13-Dec-20 2:12
professionalGreg Utas13-Dec-20 2:12 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Nelek13-Dec-20 9:18
protectorNelek13-Dec-20 9:18 
GeneralRe: .Net Framework vs .Net 5 Core Pin
zezba900011-Dec-20 13:44
zezba900011-Dec-20 13:44 
GeneralRe: .Net Framework vs .Net 5 Core Pin
#realJSOP11-Dec-20 23:05
mve#realJSOP11-Dec-20 23:05 
GeneralRe: .Net Framework vs .Net 5 Core Pin
Member 792148314-Dec-20 2:32
Member 792148314-Dec-20 2:32 
GeneralRe: .Net Framework vs .Net 5 Core Pin
#realJSOP14-Dec-20 2:42
mve#realJSOP14-Dec-20 2:42 
GeneralRe: .Net Framework vs .Net 5 Core Pin
zezba900015-Dec-20 8:16
zezba900015-Dec-20 8:16 

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.