MySQL Master-Master Replication setup in 5 easy steps
IIS URL Rewrite: redirect di più nomi di dominio su un singolo hostname

Manage IIS Log Files and purge those older than N days with a Powershell script or a batch file

Any System Administrator will agree that the Internet Information Services log files are an invaluable resource for any Web Server machine, since they are the only built-in tool that allows to effectively …

Manage IIS Log Files and purge those older than N days with a Powershell script or a batch file Read More
Custom Routing and Action Method Names in ASP.NET 5 and ASP.NET MVC 6

Url.Action Extension Method written in C# to handle multi-language Routes in ASP.NET MVC

As anticipated here - and also by popular demand - we're publishing an Extension Method sample that will enhance the Url.Action helper method in any Razor View allowing the developer to specify a CultureInfo object - or …

Url.Action Extension Method written in C# to handle multi-language Routes in ASP.NET MVC Read More
Fixing TypeScript "Compile on Save" feature in Visual Studio 2015 ASP.NET 5 RC1

Visual Studio 2015 - How to fix TypeScript TS2304 compilation errors (and other ES6 compiling/transpiling issues)

I recently had my hard time trying to setup an ASP.NET Core 1.0 & Angular2 RC1 Web Project with Visual Studio 2015 and make the embedded TypeScript compiler/transpiler accept it. These were …

Visual Studio 2015 - How to fix TypeScript TS2304 compilation errors (and other ES6 compiling/transpiling issues) Read More