In this article, I am going to explain you below termsCustom DutyCustom DocumentCustom ClearanceWhat is Custom Duty?Custom Duty is an amount that is charged by central government on any item which you…
Web Service is a piece of software that makes an application availableto the internet.It means, any web application which wants other web applications or web based programs to interact with their…
Today I am talking about these two terms CommonJS and AMD, but before two days I was not even aware about what they are. So, When I heard about these terms, I googled and studied about these.I am…
CoffeeScript & TypeScript are languages that support ES6 features and their compiler (transpiler) convert code into javascript (ES5)Wherease ES6 is next generation JavaScript. To convert ES6 code in…
A proxy server is an intermediate server between a client application such as browser and the real server. Any request you make through your browser first go to proxy server then it forward it to real…
Yesterday, I uploaded one of my ASP.NET MVC application on local IIS. I got above error message when I tried to access a web page that return pdf file.Message was saying "You do not have permission to…
If you are a .Net Developer then you must know that there are mainly two build configurations. Debug and Release. Debug is used in Development Environment while Release is used in Production…
If you are looking for a job change and thinking to settle down in Jaipur, then I will help you in this process. Below you can find top 10 IT companies where you will be paid well and also get healthy…
Yesterday, when I was trying to delete my database from the web panel of GoDaddy hosting. I got this issue. I was not able to delete my database and I was being shown this message.I just googled it…
Long polling is a process where browser sends a request to server. Server holds that request and keep the request thread open until any data is available. Once data is available at server, it sends…