-
DWX 2017 Session: ASP.NET Core Middlewares
It’s a while since I hold my session about „ASP.NET Core Middlewares“ at German DWX Developer Week 2017 in...
08 -
ASP.NET Core 1.0 RTM is coming!
Finally, after many windings down the road, Microsoft announced a more concrete schedule for .NET Core 1.0 and ASP.NET Core 1.0:...
-
ASP.NET Core/IIS: serving content from a file share
There are situations, when you want to serve static content with your application, that is not part of it, e.g. because...
-
MVC6: Razor code in dynamic JS/CSS files
2016-08: updated to be valid for ASP.NET Core 1.0 Sometimes it would be really useful to include Razor/C# code...
-
Git on TFS: Creating and using Bower packages
Let’s say you want to create a Bower package in a private Git that’s hosted on TFS. This is…