Archive of ASP.NET
-
Add powerful image resizing, cropping and manipulation support to your EPiServer website
Posted on January 19, 2013 by Frederik Vig in ASP.NET, EPiServerI've used this module in several of my projects, both EPiServer and standard ASP.NET applications. Image Resizer is open source and contains the core module with a bunch of plugins on top that add extra features, you can...
Continue reading this entry → -
Strongly typed access to your page data objects inside ItemTemplate
Posted on May 10, 2012 by Frederik Vig in ASP.NET, EPiServerHere's a little quick tip on how I usually set up my code to get strongly typed access to my page types inside Repeaters, ListViews, PageLists etc. I use PageTypeBuilder in all my projects so I'm going to use it in...
Continue reading this entry → -
Faster EPiServer sites – image optimization
Posted on May 6, 2012 by Frederik Vig in ASP.NET, EPiServerContinuing on our goal to get the fastest EPiServer site possible, let's take on images, specifically images that editors upload. In my experience even after launching a site that scores almost a complete score with YSlow, Page...
Continue reading this entry → -
Using the ASP.NET Web API Framework with EPiServer
Posted on February 23, 2012 by Frederik Vig in ASP.NET, EPiServerWith the ASP.NET Web API framework we can easily build restful API's that allow us to expose our data to a whole bunch of different clients, everything from rich JavaScript applications to Flash or mobile apps. The cool thing about...
Continue reading this entry → -
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: [email protected]. 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: [email protected]. Security Web Application Configuration Security Revisited - useful security checklist...
Continue reading this entry →