Author: SSWUG Research

Community

jQuery UI Autocomplete

(Abhishek Jain) It helps to achieve the intellisense or to display the available options to the user for a particular input field. Basically it acts as a plugin when integrated with any textbox, start searching for the matching records (filtering the records from the available or the provided source

Community

Using SSL in ASP.NET Web API

(Bipin Joshi) While developing websites that need to deal with sensitive data, developers use authentication schemes such as ASP.NET forms authentication. Although these authentication schemes prohibit unauthorized access to web pages, the user credentials as well as data involved in the communicat

Community

sp_DBPermissions

(Kenneth Fisher) Last week I posted a series of database permissions scripts. I’ve been using them quite a bit over the last week and decided they were too unwieldy the way they were. I had to copy over each script, put in each parameter and then run it. Not all that much work, but more than it need