Securing web applications is a serious matter and no one can be cautious enough. Check out what you need to know and look for, when you are implementing security measure for your users' content. Preventing XSS attack is easy, as long as you know how they work.
After the recent spate of security issues from large retail companies, especially those that caused me to have to get a new credit card issued, I’ve been thinking more and more about how to secure my ASP.NET web applications. Fortunately, the new OWIN-based security in ASP.NET 4.5.1 can fill that need. In this article, I’m going to show you how I integrated the ASP.NET security model with the security services available in Telerik Platform.
If you are developing a web site, one question that is very prevalent in today is, "Is it Responsive?" Pretty much any web developer you ask would rate this as a top priority when developing a modern ...