Tuesday, January 13, 2015
Delete a file or folder when the Windows path is too long
›
Recently, while working on one of the project we installed a utility from node.js. After playing around with the said utility / tool, when ...
Tuesday, January 6, 2015
Exchange 2013 - OWA login without Domain Name
›
While logging into Exchange 2013 through Outlook Web App (OWA), the default option is to log in with domainname\username. ...
Friday, July 8, 2011
ASP.NET Routing
›
ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a ...
Thursday, October 21, 2010
Inheritance
›
As we all know, inheritance is just the hierarchical relationship between various classes. Class from which another class is inheriting some...
Const Keyword
›
Const is a keyword which can be use to declare fields. We can initialize Const variable only at the time of declaration and cant modify it a...
ReadOnly Modifier
›
ReadOnly is a modifier which can be use to declare fields. We can initialize readonly variable either at the time of declaration or through ...
Monday, October 11, 2010
BENEFITS OF XMLDATADOCUMENT OVER XMLDOCUMENT
›
Recently I came across a requirement, where I need to fetch the data from GridView and convert it to XML. I had a predefined format of XML, ...
›
Home
View web version