Saturday, 9 November 2013

Diff betweeen Jquery and Javascript

Javascript:

JavaScript is a scripting language that was designed for use within a web browser. Typically, JavaScript is used for interface interactions. Slideshows and other interactive components are typically done using JavaScript.


Jquery:

This will work on top of the javascript where it has the script plugins which can use flexible and easy to write functions, event handlers.

Extracting Nupkg files using command line

Rename it to zip first then extract files as below 1.     Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2.     Make sure to repla...