Archive of ASP.NET
-
Faster EPiServer sites – client side performance
Posted on October 9, 2011 by Frederik Vig in ASP.NET, EPiServerFirst part of a new series where I'm going to focus on performance and scaling. I'm going to go through all the best practices we as EPiServer developers should know about, not only to create EPiServer sites that are fast,...
Continue reading this entry → -
Easily add comment functionality to EPiServer CMS with DISQUS
Posted on August 21, 2011 by Frederik Vig in EPiServerDISQUS is a very popular hosted comment system that makes it very easy to add comment functionality to new or existing sites. It takes care of spam, security (blacklists, whitelists), moderation, mobile and social media support and more. To get...
Continue reading this entry → -
Part 1: Injection – OWASP Top 10 for EPiServer Developers
Posted on May 22, 2011 by Frederik Vig in ASP.NET, EPiServerInjection flaws have always been one of the biggest security wholes in web applications. The good news is that it is very easy to protect against them, ones you know how. So what is injection? Injection flaws, such as SQL, OS, and...
Continue reading this entry → -
Introduction – OWASP Top 10 for EPiServer Developers
Posted on May 6, 2011 by Frederik Vig in ASP.NET, EPiServerThe Open Web Application Security Project (OWASP), is an open community that focuses on improving web application security. OWASP Top 10 is a list of the most critical web application security risks. Here is the 2010 list: Injection Cross-Site...
Continue reading this entry → -
Links for EPiServer Developers – #2
Posted on March 12, 2011 by Frederik Vig in ASP.NET, EPiServer, Web designIf you have any link suggestions please email me at: frederikvig@hotmail.com. Security web.config Security Analyzer - onlien and offline tool for checking your sites web.config for security vulnerabilities ASP.NET Create PDF document using iTextSharp in ASP.Net 4.0 and MemoryMappedFile RazorEngine -...
Continue reading this entry → -
Links for EPiServer Developers – #1
Posted on February 9, 2011 by Frederik Vig in ASP.NET, EPiServer, Web designFirst post in a new series where I'll post a list of links to useful resources for EPiServer developers. If you have any link suggestions please email me at: frederikvig@hotmail.com. Security Web Application Configuration Security Revisited - useful security checklist...
Continue reading this entry → -
Creating custom templates in Visual Studio
Posted on January 30, 2011 by Frederik Vig in ASP.NET, EPiServer, Visual StudioOne abit hidden featured in Visual Studio is the custom item templates and projects feature. This allows you to easily export a project or item as a template, which you then can easily reuse across different projects, and even share...
Continue reading this entry → -
Removing HTTP Headers for ASP.NET sites
Posted on November 26, 2010 by Frederik Vig in ASP.NET, IISBy default IIS and ASP.NET add a couple informational HTTP Headers to a response. They add extra traffic and give away security information like ASP.NET version, IIS version etc. To see the HTTP Header you can use a proxy tool...
Continue reading this entry → -
Using Session with ASP.NET Web Services and Generic Handlers
Posted on November 19, 2010 by Frederik Vig in ASP.NETAfter refactoring some code today, going from cookies to using ASP.NET session instead, I noticed some problems with the Web Services and Generic Handlers (this application used a lot of JavaScript and Ajax). The problem was that the Session collection...
Continue reading this entry → -
Guide to EPiCode Extensions
Posted on September 30, 2010 by Frederik Vig in ASP.NET, EPiServerLast updated: 21.11.2010 EPiCode Extensions is a library with over 75 extension methods that are really useful to us as EPiServer developers. The project has grown rapidly in short time, with new extension methods being added every week. The goal of...
Continue reading this entry →
