REST stands for Representational State Transfer. The term was introduced by Roy Fielding in his doctorial dissertation. REST is an...
Month: January 2015
An extension method has simplified calling syntax. It represents static methods as instance methods. An extension method uses the this-keyword...
OFT file is a Outlook Template of an email. If you need to send a newsletter for example, it’s very...
I would like to know how I can read multiple excel worksheet with different worksheet name in c# and with...
Usually you can use WebClient to download a page from web but no always it’s a good way, sometimes the...
What is the JavaScript Equivalent of PHP print_r() function? In other words, how you can "print" a javascript object in...
Browser (and browser version) detection is an "all time classic" development requirement. jQuery.browser WAS an excellent solution, but it was...
I downloaded the latest Microsoft ReportViewer from the link below and installed it. I want to be able to export...
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template.potx application/vnd.openxmlformats-officedocument.presentationml.template.ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation.sldx application/vnd.openxmlformats-officedocument.presentationml.slide.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document.dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template.xlam application/vnd.ms-excel.addin.macroEnabled.12.xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
I have a problem like this on server System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to System.Web.WebPages.Razor.Configuration.HostSection. Type A originates from 'System.Web.WebPages.Razor, Version=2.0.0.0,...
This post describes some of the tips and tricks that one may find useful when solving URL-based problems for their...