Vim is a highly configurable text editor built to enable efficient text editing. Vim you can find here.
Learning
Read his book in Swaroopch website, it will help you to learn how to use the Vim.
See also this post in Kevin Berridge's blog to get more details how to use Vim in .NET development.
Sunday, May 29, 2011
Wednesday, May 25, 2011
Observer Synchronization
In some applications you have multiple screens available that display presentations of a common area of data. If a change is made to the data through one of these screens, you want all the other screens to update correctly. However you don't want each screen to know about the others, because that would increase the complexity of the screens and make it harder to add new ones.
See also this post in Martin Fowler's website to get more details. Observer pattern is described here.
See also this post in Martin Fowler's website to get more details. Observer pattern is described here.
Saturday, May 21, 2011
Thursday, May 19, 2011
Tuesday, May 17, 2011
Garbage Collection
Garbage collection overview can be found here on msdn.
Tuesday, May 10, 2011
Google Chrome Frame
Google made a plugin for IE which allows to use google chrome in IE. You can install this within IE without needing admin access. You can read more here.
To get chrome frame visit google code site.
To get chrome frame visit google code site.
Sunday, May 1, 2011
How to remove unused packages
To remove all unused packages use this command:
sudo apt-get autoremove
sudo apt-get autoremove
Subscribe to:
Posts (Atom)