-
4 years ago
Constraints in FSharp
FSharp .NET
Constraints in F# is a really powerful feature, but it is also an area that I think is missing some clear documentation about how to use it. This will be a short write up for future me when I need it,…
-
5 years ago
ASP.NET 5: Hosting your application in Docker
asp.net 5 docker .NET
A couple of weeks ago I had a presentation about ASP.NET 5 and MVC 6 at NNUG Oslo. The presentation wasn't recorded so I thought I just write some blog posts about it insted. This will be a serie of p…
-
5 years ago
ASP.NET 5: Self-hosting the application
asp.net mvc asp.net 5 dnx .NET
A couple of weeks ago I had a presentation about ASP.NET 5 and MVC 6 at NNUG Oslo. The presentation wasn't recorded so I thought I just write some blog posts about it insted. This will be a serie of p…
-
5 years ago
ASP.NET 5: View Components
asp.net mvc asp.net asp.net 5 mvc .NET
A couple of weeks ago I had a presentation about ASP.NET 5 and MVC 6 at NNUG Oslo. The presentation wasn't recorded so I thought I just write some blog posts about it insted. This will be a serie of p…
-
5 years ago
ASP.NET 5: IoC and dependency injection
asp.net mvc asp.net asp.net 5 mvc .NET
A couple of weeks ago I had a presentation about ASP.NET 5 and MVC 6 at NNUG Oslo. The presentation wasn't recorded so I thought I just write some blog posts about it insted. This will be a serie of p…
-
5 years ago
ASP.NET 5: Setting up frontend build (with grunt)
asp.net mvc .NET asp.net 5 mvc
A couple of weeks ago I had a presentation about ASP.NET 5 and MVC 6 at NNUG Oslo. The presentation wasn't recorded so I thought I just write some blog posts about it insted. This will be a serie of p…
-
5 years ago
ASP.NET 5: Adding MVC to an application
asp.net mvc .NET mvc 6 asp.net 5
A couple of weeks ago I had a presentation about ASP.NET 5 and MVC 6 at NNUG Oslo. The presentation wasn't recorded so I thought I just write some blog posts about it insted. This will be a serie of p…
-
5 years ago
ASP.NET 5: The pipeline
mvc 6 asp.net 5 .NET asp.net
A couple of weeks ago I had a presentation about ASP.NET 5 and MVC 6 at NNUG Oslo. The presentation wasn't recorded so I thought I just write some blog posts about it insted. This will be a serie of p…
-
6 years ago
Owin middleware
.NET OWIN asp.net
Owin middleware In the last post I showed you how to create a simple "Hello World" application, the next step is to take advantage of the Owin pipeline. I'm going to use the application from the last…
-
6 years ago
Hello Owin!
.NET OWIN asp.net
I'm planning to write a couple of short posts describing how to get started with Owin and how Owin works. This first will show you how to create the simplest self hosted "Hello World" application. Let…