ALL


  Let’s Find Out What the Future holds for .Net Technology

Technology is more like an evolution, not a revolution. The disruptive industry seems to be changing day in day out. Due to which tech companies by default have to chase new trends in order to stay ahead of the curve. Now, Microsoft.Net framework has been around since the 1990s! Do you think such refined technology can be considered relevant now? From what I can see, .Net is going through a major transformation. It’s gone largely open source and has been getting modernized so that its workflow and feature set works better with what modern web developers are looking for. The following pos...

1,709 0       .NET ASP.NET


  About .NET memory leak--GC,Delegate and weak reference

Memory leak is always a headache for many programmers, the situation is much better now in some languages which have GC mechanism, but still we may face some memory leak issues when we write programs.1. What is memory leak?Memory leak is not that the memory chip is broken. In short, it's about that the memory requested is not released at the expected time as an expect way.So what is the expected time? This is very important for you to understand memory leak. If the time an object taking the memory is the same as the time the program runs, but you don't expect it to be like this, then memory le...

6,172 0       .NET GC REFERENCE COUNTING MARK AND SWEEP WEAK REFERENCE