Archive for the ‘Software’ Category
- Dec 0820No Comments
I came across this scenario more than a year back, and again today the same scenario is back, but no answers yet, and hence posting the same thoughts again
While writing a piece of software I got this thought about a feature that could be provided in programming languages (at least I am not [...] - Apr 07109 Comments
While writing a piece of software I got this thought about a feature that could be provided in programming languages (at least I am not aware of any language which has this feature)
Usually when we want to assign a value of a variable “a” to another variable say “b” all we do is write
b=a;
Now consider [...] - Mar 07161 Comment
The power of open source is that it is not proprietary and is available to all, modifiable by all which constantly increases the quality of the product and moreover is a symbol of independence from monopolistic proprietary standards. Moreover, in the commercial software you have to upgrade as and when new releases are available else [...]
- Jul 0523No Comments
Implementation of IDisposable interface in C# to call the Dispose method which should be used to deallocate all allocated objects by the class. Use of SuppressFinalize to prevent calling of Finalize method.
- Jul 0522
Garbage Collection and .Net Programming
Posted by Gurudev under Software
Tags: .Net, Garbage Collection, Heap, Memory Allocation, Microsoft, Programming1 CommentGarbage collection in Microsoft.Net. Memory allocation for managed objects in the heap. Strong and weak references.
- Apr 0312No Comments
The difference between ADDR and OFFSET in assembly language programming is the scope of the variables referred ie local or global.



