Archives for Language features, Development Methodologies - Page 13
Reshsharper equivalent for java ?
IntelliJ Idea – along with its many plugins – is the closest one can get to a resharper equivalent for java code.
Lost intellisense in Visual Studio
If you just lost intellisense in VS 2012 or 2013, you are not alone. These are the two most common culprits/fixes - RESET all settings - Tools > Import and…
SQL Server Consolidation–issues to consider
It is natural for an enterprise to end up with a large number of sql server databases – each hosted on its own silo server. This is an obvious waste…
Binary tree (count nodes) interview question
Given a LEFT and a RIGHT property that returns the underlying LEFT tree and the underlying RIGHT tree respectively, find the total count of the nodes in the BinaryTree<T>{ private…
SwitchySharp–Proxy Manager for Chrome
SwitchySharp is an advanced proxy manager for Google Chrome. It lets you switch between multiple proxies – detect whether your traffic is going DIRECT or through a PROXY (check the…
Word 2010 Pictures do not show up
I pasted pictures into my documents – only to find that they did not display. It turns out that it has to do with the default wrapping style on…
Roadmap for Windows Server Products
Windows Server Roadmap 1. Windows Server 2003 approaching end of support in July 2015. 2. Support for Windows Server 2008 ends in Jan 2020 SQL Server Roadmap 3. Support for…
Deleting a large number of pages in Microsoft word
What I wanted was to be able to select a few pages (say pages 1 through 3 – and DELETE everything ELSE – – INVERT The selection. Unfortunately, amongst all…
Create database permission denied in database master
First , login as an admin user- then try executing this script. USE master; EXECUTE sp_addsrvrolemember @loginame = N'MyWindowsDomain\MyUserName', @rolename = N'dbcreator'; If this doesn’t do it, find this LOGIN…
Google Business Email to get rid of spam on your custom domain email
With my own vanity domain name (), I had my own email address – and was happy until last year. Suddenly, the spam volume to my custom email account was…