Environment specific web.config using appSettings file property
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...
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...
I often run test codes that reference methods of business class and the class is compiled and stored in GAC. Sometimes, I update the method but NUnit keeps r...