CodeDigest.Com Logo
Featured:
Go Back

Tagged as 'Asp.Net MVC'

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

Asp.Net MVC Asp.Net


Related Article
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 more

Asp.Net MVC


Related Article
Understanding Tag Helpers in Asp.Net Core MVC
6/5/2017
Tag Helpers is a new feature introduced in Asp.Net MVC Core to assist in generation of HTML elements in View. It is a feature of Razor View engine..Read more

Asp.Net MVC Asp.Net Core Asp.Net Core MVC


Sorting 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

Asp.Net MVC


Related Article
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

Asp.Net MVC