Motivation Microsoft changed the way how dependency injection (DI) is done in ASP.NET vNext. In previous versions of ASP.NET there were different entry points for user defined… Read more “Dependency Injection in ASP.NET vNext”
Tag: asp.net
Architectures for SignalR Applications – Part 1
Motivation When I started to give talks about ASP.NET SignalR, I decided to implement a small demo application used to show the functionality of the real-time web… Read more “Architectures for SignalR Applications – Part 1”
Slides from my talk about WebAPI & SignalR
Here are the slides from my last talk about WebAPI & SignalR in the .Net Developer Group Berlin-Brandenburg.
Inside SignalR – Addressing Clients, Return Values, Broken Connections and Security
Introduction During my last lecture about ASP.NET SignalR in the .Net Developer Group Berlin-Brandenburg, some questions came up from the audience. I like to try to answer… Read more “Inside SignalR – Addressing Clients, Return Values, Broken Connections and Security”
You can escape from legacy code – Dare to start changing things!
Yesterday, duringĀ our .NET User Group event here in Berlin, I talked with a colleague about legacy systems resp. system that are going to be legacy systems in… Read more “You can escape from legacy code – Dare to start changing things!”
Improve Server Performance with asynchronous WebAPI
Introduction In this article I want to show, how you can improve server performance dramatically by using Microsoft asynchronous WebAPI. The text shows, how a Microsoft WebAPI… Read more “Improve Server Performance with asynchronous WebAPI”
Measure performance of Asp.Net web applications with Microsoft Performance Monitor
Introduction This article gives a short introduction in performance measurement of Asp.Net web applications with the Microsoft Performance Monitor (perfmon.exe). The goal is to visualize and measure… Read more “Measure performance of Asp.Net web applications with Microsoft Performance Monitor”