-
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:...
08 -
Quick tip: digging deeper into Gulp
Everybody uses Gulp, the streaming build system. But nearly nobody knows the internals. What is vinyl and what is vinyl-fs?...
-
Gulp running Karma: getting rid of formatError in gulp.js
Did you ever run Karma inside a Gulp task? Then you perhaps have such a Gulp task setup: gulp.task('karma:chrome',...
-
OData/Entity Framework: filter child collections
Imagine you want to query a set of entities with OData and/or Entity Framework and do an $expand/Include() on child...
-
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…
-
Bang, Bang, Bool! … WAT?!
JavaScript kann man nur lieben! … oder? Naja, zugegeben, ein paar Besonderheiten und Eigenheiten hat die Lady schon manchmal...
-
DNX process hosting Fehler
Bei Verwendung von ASP.NET 5 trat bei mir in verschiedenen Konstellationen immer wieder der folgende Fehler auf: „An error...