.NET Security
With security paramount on all applications here are a few links which will help you get started:Seven phases of the traditional software development lifecycle define Security Development Lifecycle...
View ArticlePreventing Cross Site Request Forgery
What is Cross Site Request Forgery (CSRF)?"A CSRF attack forces a logged-on victim's browser to send a pre-authenticated request to a vulnerable web application, which then forces the victim's browser...
View ArticleCross Site Attacks - XSS
Cross Site Attacks (XSS) what is that all about? "Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject...
View ArticleThe way to handle unauthorised requests to Ajax actions in ASP.NET MVC
ProblemI have created a view that posts to an action via Ajax with the expectation that the action will return the requested data or an empty string. Even better, I would like it to be configurable to...
View Article