CodeDigest.Com Logo
Featured:
Go Back

Tagged as 'Asp.Net'

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 Asp.Net MVC


Asp.Net Vs Asp.Net Core [Classic Asp.Net vs Asp.Net Core (Asp.Net Core MVC)] - Comparison
20/4/2017
Asp.Net Core is initially called Asp.Net vNext and it had series of naming changes like Asp.Net 5.0, Asp.Net MVC Core 6.0 and finally it was named as..Read more

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


Related Article
Use LinkedIn Login for Authentication in Asp.Net MVC 5.0 – OAuth 2.0
19/4/2017
In this article, let’s see how we can integrate LinkedIn authentication in Asp.Net MVC site. We will use DotNetOpenAuth components and a OAuth 2.0..Read more

Asp.Net Asp.Net MVC


Related Article
Understanding and Creating OWIN Middlewares - Part 2
29/3/2017
In Part 1 of this article series, we have understood the basics of Middleware and constructing middlewares in different ways. Though, OWIN is..Read more

Asp.Net Asp.Net Core OWIN


Understanding and Creating OWIN Middlewares - Part 1
29/3/2017
In this article, let’s understand the OWIN middleware components, their usages, and different ways of building middleware components.A middleware is..Read more

Asp.Net Asp.Net Core OWIN