Click here to Skip to main content
15,890,438 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: let's see if the .NET GC is as good as MS thinks it is. Pin
Sander Rossel2-Sep-19 10:10
professionalSander Rossel2-Sep-19 10:10 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 10:15
mvahoney the codewitch2-Sep-19 10:15 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Sander Rossel2-Sep-19 19:18
professionalSander Rossel2-Sep-19 19:18 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
BillWoodruff2-Sep-19 10:35
professionalBillWoodruff2-Sep-19 10:35 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 10:37
mvahoney the codewitch2-Sep-19 10:37 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
BillWoodruff2-Sep-19 10:43
professionalBillWoodruff2-Sep-19 10:43 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 10:44
mvahoney the codewitch2-Sep-19 10:44 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Pete O'Hanlon2-Sep-19 11:20
mvePete O'Hanlon2-Sep-19 11:20 
You should see what you can do with the new .NET Core features. It's become a lot less "allocatey" with the moves to .NET Core 2 and beyond. There are new APIs such as Span<t> and Memory<t> (and a whole lot more) that improve both the speed of working with .NET, and reduce the allocation/GC footprint. I would suggest reading up about these features and the other improvements in .NET Core (and .NET Standard). They are fascinating.

GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch2-Sep-19 11:21
mvahoney the codewitch2-Sep-19 11:21 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Pete O'Hanlon2-Sep-19 21:41
mvePete O'Hanlon2-Sep-19 21:41 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch3-Sep-19 1:49
mvahoney the codewitch3-Sep-19 1:49 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
Pete O'Hanlon3-Sep-19 3:45
mvePete O'Hanlon3-Sep-19 3:45 
GeneralRe: let's see if the .NET GC is as good as MS thinks it is. Pin
honey the codewitch3-Sep-19 4:06
mvahoney the codewitch3-Sep-19 4:06 
GeneralThought of the Day Pin
OriginalGriff2-Sep-19 4:51
mveOriginalGriff2-Sep-19 4:51 
GeneralRe: Thought of the Day Pin
phil.o2-Sep-19 5:06
professionalphil.o2-Sep-19 5:06 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-Sep-19 6:30
professionalDaniel Pfeffer2-Sep-19 6:30 
GeneralRe: Thought of the Day Pin
jsc422-Sep-19 22:23
professionaljsc422-Sep-19 22:23 
GeneralRe: Thought of the Day Pin
DerekT-P3-Sep-19 5:06
professionalDerekT-P3-Sep-19 5:06 
GeneralRe: Thought of the Day Pin
GenJerDan3-Sep-19 19:58
GenJerDan3-Sep-19 19:58 
Generalweb development takes too long Pin
honey the codewitch2-Sep-19 4:13
mvahoney the codewitch2-Sep-19 4:13 
GeneralRe: web development takes too long Pin
Sander Rossel2-Sep-19 4:18
professionalSander Rossel2-Sep-19 4:18 
GeneralRe: web development takes too long Pin
honey the codewitch2-Sep-19 4:19
mvahoney the codewitch2-Sep-19 4:19 
GeneralRe: web development takes too long Pin
PeejayAdams2-Sep-19 4:29
PeejayAdams2-Sep-19 4:29 
GeneralRe: web development takes too long Pin
honey the codewitch2-Sep-19 4:36
mvahoney the codewitch2-Sep-19 4:36 
GeneralRe: web development takes too long Pin
Sander Rossel2-Sep-19 4:50
professionalSander Rossel2-Sep-19 4:50 

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.