Tuesday, 23 July 2013

What is JQUERY ??

Q.What is Jquery ??
Answer.
jQuery is library of JavaScript file, containing all jQuery functions.jQuery developing Ajax base Application.
jQuery does not offer any new functionality, but it takes existing hard-to-understand-and-write JavaScript APIs (application programming interfaces) and makes them available to a wider audience through easy-to-understand-and-write jQuery syntax
jQuery is useful in HTML document like Event Handling, Traversing, Animating Effect, Ajax Interacting and much more.

jQuery helps to the Programmers to create easy simple and concise code. jQuery Library is a content of the event handling, Animation Effect , Ajax Interactions, Lightweight, DOM manipulation and more. Following is some jQuery Features.

Wednesday, 5 June 2013

Classic Mode Authentication VS. Claim Based Authentication

Classic Mode Authentication: It refers to the integrated windows authentication. You cannot configure the Forms based authentication if your web application is using Classic Mode Authentication. You can convert a web application from Classic Mode Authentication to Claims Based Authentication. However, that can only be done using PowerShell commands and its an irreversible process.


  Claims Based Authentication: SharePoint 2010 is built on Windows Identity Foundation. It enables authentication from windows as well as non-windows based systems. This also provides the capability to have multiple authentication in a single URL.