Google Analytics for EPiServer with support for Universal Analyti
ExpressProfiler (aka SqlExpress Profiler) – Home
ExpressProfiler (aka SqlExpress Profiler) is a simple and fast replacement for SQL Server Profiler with basic GUI and integration with Red Gate Ecosystem project.
Can be used with both Express and non-Express editions of SQL Server 2005/2008/2008r2/2012/2014 (including LocalDB)
Distribution package contains both standalone version of ExpressProfiler (can be used without installation) and installation package.
In the Coding Zone: Using MiniProfiler with ASP.NET WebForms
website – Miniprofiler for ASP.NET web site – Stack Overflow
How to Use The HTML5 Sectioning Elements | Treehouse Blog
Python for C# Developers
Scheduled jobs in EPiServer CMS 6 – long running and sending status updates back to the UI
“There are a few hidden bits in EPiServer CMS 6 that hasn’t been talked much about, one of them being the enhancements to the scheduled jobs. These new features include the ability to interrupt the execution of a long running job and for these jobs to send status updates to the UI.”
Scripting .NET Applications with IronPython – CodeProject
jQuery – get a list of values of an attribute from elements – Stack Overflow
$”.object”.attr”level” will just return the attribute of first the first .object element.This will get you an array of all levels:
var list = $”.object”.mapfunction{return $this.attr”level”;}.get;
via selectors – jQuery – get a list of values of an attribute from elements of a class – Stack Overflow.