Featured:
Browse by tags:
Browse by category(Old system articles):
.NetFramework | ASP.Net AJAX | IIS | C# |
Visual Studio | Webservices | ADO | Sql Server |
Reporting Services | Directory Services | Windows Clustering | Javascript |
Sharepoint Services | ASP.Net MVC | jQuery | Javascript |
All Posts
What is XSRF or CSRF Attack? How to Prevent CSRF or XSRF in Asp.Net MVC?
22/5/2017
CSRF or XSRF stands for Cross Site Request Forgery. It is an attack on web applications where a malicious user uses an authenticated user’s cookie to..Read more
Search or Filter Table Columns in Client Side Using jQuery in Asp.Net MVC
10/5/2017
There are situations where we may need to search or filter data in client side using JavaScript when the page displays a bulk tabular data. In this..Read moreSorting Table or Grid in Client Side Using jQuery in Asp.Net MVC
4/5/2017
In this article, let’s implement a client side sorting on the html table without a post back using javascript or jquery. We will use a jQuery plugin..Read more
Using Microsoft Login for Authentication in Asp.Net MVC 5.0 – OAuth 2.0
3/5/2017
In this article, let’s see how we can integrate Microsoft authentication in Asp.Net MVC site. We will use same DotNetOpenAuth components in this..Read more