nested using staments
I love using statement for database access. It closes the connection automatically when all the codes within the using statment are executed. Recently I had ...
I love using statement for database access. It closes the connection automatically when all the codes within the using statment are executed. Recently I had ...
As most companies do, you would have different environments such as INT (intergration), Staging, and Live servers. Web.config is really handy, but you cannot...
I am a big fan of Safari technical library. I love reading books and Safari library is really handy, since I can read a lot of books. I live in London, and ...
This is to create a random strong password. I don't want to make it too strong, for example password with special character. 1 number and 1 upper case will b...
I spent about 15 mins to figure this out and gave up. I asked a bat man (not the cool dark knight, but bat man for our scrum team). It was simply because Use...