Jul
28
understanding ‘using’ block in C#
using block in C# comes very handly while dealing with disposable objects. Disposable objects are those objects that can explicitly release the resources they use when called to dispose. As we know .Net garbage collection is non-deterministic so you can’t predict when exactly the object will be garbage collected. Many times we need to make [...]
Apr
23
My Presentations at tops-int on .Net
Sharing and gaining, knowledge and information has always been my passion. I just love this. Sometimes you get to talk to unbelievably talented people and it just makes your day. I have been attending sessions on different technology topics and development platforms for a long time now. It always worth doing so. More you do [...]
