sdeasy

Stories kicked by sdeasy

Top 20 .NET Garbage Collection Articles(drowningintechnicaldebt.com)

submitted by dbottjerdbottjer(310) 4 years, 11 months ago

Ah. Garbage Collection... how I love and hate thee. =P I think one sad thing about programming in .net is that it seems many developers don't know or care anything about garbage collection and memory management. You used to *have* to know about it in order to write bug free code. I suppose it is a two edge sword in that developers can develop faster as the intention was to relieve developers of the need to know or care anything about memory management. I personally have always tried to follow best practices for implementation and have tried to stay somewhat cautious of issues related to memory. I've been fortunate in never really having any memory management related issues in my previous applications. However, there, but for the grace of God, I too could go. read more...

add a comment |category: |Views: 15

tags: another

15 Visual Studio .NET Add-Ins you won’t live without(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 11 months ago

From the console compiler to the powerful Visual Studio IDE, .NET is just about coding as much as the tools. For that matter, here’s a list of 15 indispensable VS.NET add-ins. read more...

add a comment |category: |Views: 55

tags: another

Null Coalescing (Or how to make Default values sound frightening)(kushalm.com)

submitted by kushalkushal(90) 4 years, 11 months ago

C# 2.0 introduced a little known, and somewhat useful new operator called the Null Coalescing Operator. read more...

add a comment |category: |Views: 2

tags: another

5 podcasts that every .net developer should be listening to(seandeasy.com)

submitted by sdeasysdeasy(175) 5 years, 3 months ago

A list of the best .net podcasts on the web read more...

add a comment |category: |Views: 12

tags: another