28 April 2018

Steps to create CSS and Map file from CSS Less File


Steps to create CSS and Map file from CSS Less File

Install latest Node JS - Node Js Installation, Go to command prompt and run npm install less, Now less installed successfully
Go to Command Prompt and move to less file folder that we are going to create

For e.g., I am going to change HelloWorld [Less File]

In Command prompt go to C:\Project\CSS







Run following Command in Command Prompt






lessc HelloWorld.less HelloWorld.css --source-map=HelloWorld.css.map –verbose

Now CSS and Map file is generated in the respective folder.



15 July 2017

JavaScript have good future compare to other programming languages .


Programming Languages Trend 2017, JavaScript is the king now.

7 February 2016

Application pools in IIS

Application pools in IIS

An application pool is a group of one or more URLs that are served by a worker process or a set of worker processes. Application pools set boundaries for the applications they contain, which means that any applications that are running outside a given application pool cannot affect the applications in the application pool.
Application pools offer the following benefits:
  • Improved server and application performance. You can assign resource-intensive applications to their own application pools so that the performance of other applications does not decrease.
  • Improved application availability. If an application in one application pool fails, applications in other application pools are not affected.
  • Improved security. By isolating applications, you reduce the chance that one application will access the resources of another application.

Consistency level in Azure cosmos db

 Consistency level in Azure cosmos db Azure Cosmos DB offers five well-defined consistency levels to provide developers with the flexibility...