Click here to Skip to main content
15,890,506 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: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 19:37
Super Lloyd14-May-19 19:37 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 19:56
mvahoney the codewitch14-May-19 19:56 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 20:32
Super Lloyd14-May-19 20:32 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch15-May-19 3:38
mvahoney the codewitch15-May-19 3:38 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 19:12
Super Lloyd14-May-19 19:12 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 19:29
mvahoney the codewitch14-May-19 19:29 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 19:40
Super Lloyd14-May-19 19:40 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
johannesnestler15-May-19 4:09
johannesnestler15-May-19 4:09 
What are you talking? The "call Dispose for shure" pattern recommends writing a destructor, so if your object won't be disposed it will free resources at least in the finalizer. If diposed is called, the code in the finalizer is obsolet and supressed. You do this for base-classes only and for derived classes you use the simple Dispose pattern. I work a lot with hardware and unmananged ressources, my finalizers are called all the time, no one exits the application to free memory and system resources but coders forget to dispose (mostly implicit by not using a using-block)... And I talk here about backend and frontend. And: many resources will be hold by the OS until you reboot...
So I can understand that in your experience it "doesn't matter", why? I can just quess you write a very specific type of software, if memory is not your problem I'm fine with that, but don't recommend that ignorance to memory-management in .NET to others...

GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch15-May-19 5:17
mvahoney the codewitch15-May-19 5:17 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 17:44
mvahoney the codewitch14-May-19 17:44 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Gerardo Orozco15-May-19 8:00
Gerardo Orozco15-May-19 8:00 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch15-May-19 8:08
mvahoney the codewitch15-May-19 8:08 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
PIEBALDconsult14-May-19 6:21
mvePIEBALDconsult14-May-19 6:21 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 6:42
mvahoney the codewitch14-May-19 6:42 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
PIEBALDconsult14-May-19 7:51
mvePIEBALDconsult14-May-19 7:51 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Sander Rossel14-May-19 9:07
professionalSander Rossel14-May-19 9:07 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 9:26
mvahoney the codewitch14-May-19 9:26 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Dan Neely14-May-19 9:32
Dan Neely14-May-19 9:32 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 12:15
mvahoney the codewitch14-May-19 12:15 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Dan Neely14-May-19 14:09
Dan Neely14-May-19 14:09 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 14:26
mvahoney the codewitch14-May-19 14:26 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Gary R. Wheeler14-May-19 12:43
Gary R. Wheeler14-May-19 12:43 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 13:15
mvahoney the codewitch14-May-19 13:15 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Member 916705714-May-19 22:04
Member 916705714-May-19 22:04 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Eddy Vluggen15-May-19 0:58
professionalEddy Vluggen15-May-19 0:58 

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.