Interview Site
http://www.crackinterview.info/64Answers.htm
Archive for October, 2007
Interview Site
Posted in postive thinking on October 30, 2007 | Leave a Comment »
Dont Give Up
Posted in postive thinking on October 25, 2007 | Leave a Comment »
the refusal to say “it’s not my job.”
Posted in postive thinking on October 22, 2007 | Leave a Comment »
As a young IBM systems engineer, I was helping a company convert from an IBM 1440 computer to the newly announced IBM System/360 mainframe. The company still had both computers in the conversion process, as the programming languages and the data formats of the two computers were different. I was teaching the DP manager and [...]
How to check the value of tag in web config. in c#
Posted in asp.net 2, c# on October 8, 2007 | Leave a Comment »
Currently i have to work on some console application that reads all web.cong files in specific folder, for example it read the value of <compliation/> tag in c://inetpub where usually all web sites are placed. There are many ways to do it. Read all web.config as xml and read a node, but i did it [...]