18.02.2018
Dependency lifetime in ASP.NET Core
How to control dependency lifetime in ASP.NET Core? How to properly register and resolve dependencies?
18.02.2018
How to control dependency lifetime in ASP.NET Core? How to properly register and resolve dependencies?
14.11.2017
Explanation of everything that WebHost.CreateDefaultBuilder does along with its source code.
30.10.2017
An overview of methods of error handling in ASP.NET Core 2. See what’s available out of the box and when to use it.
28.07.2016
A quick tip on how to inspect a scope of any element in an Angular JS application
28.04.2016
Introducing the Quick Indent Modifier – a Visual Studio extension allowing to change indentation settings really quickly.
16.02.2016
It’s not commonly known that that Visual Studio may be used for viewing file diffs and resolving merge conflicts. You’ll see how easy it is to set it up with SourceTree and commandline Git client.
12.11.2015
How to deploy an ASP.NET 5 application to Docker container running in Azure virtual machine.
8.11.2015
Light Grid 0.3.0 is hot off the press! This version, similarily to the previous one, comes with a bunch of breaking changes, but we’re getting very close to the stable version. My backlog has several new features and no more changing of major parts. The most important new features: The lg-grid directive can be used […]
16.09.2015
Summary of conferences I will speak on in October 2015.
7.07.2015
Short summary of the changes and additions to the 0.2.0 release of the Light Grid.
25.06.2015
Introducing Light Grid – a simple and lightweight Angular JS grid.
18.06.2015
Is deploying ASP.NET 5 applications to Azure with Git or Mercurial as simple as the old ASP.NET 4 apps? Turns out it (almost) is! You just need to remember few steps and you’ll set up continuous deployment in no time!
14.06.2015
ASP.NET 5 middleware doesn’t have to be chained one after another. This article present options we have to create non-linear middleware.
23.12.2014
It is likely that a lot of ASP.NET Core projects will need to use custom middleware. In this post I will describe what are the simplest ways of creating an own ASP.NET Core middleware and using the built-in dependency injection system.
27.09.2014
In the previous post I wrote about common cases of directive communication. Now’s the time for several slightly more complicated scenarios: accessing child elements, siblings and issues with transclusion.
21.09.2014
The internet is loaded with tutorials and posts about simpler cases of directive-to-directive communication in AngularJS. However, I haven’t found the complete guide covering the less obvious scenarios as well, so here’s my shot at it. The first part will cover cases where directives are placed on the same element and where the caller is […]
5.07.2014
Have you ever had a web page with two neighboring elements with box-shadow and noticed that one seems to be “on top” the other? In this article I explain how to make the shadow fall behind both.
28.06.2014
Hello, world! Finally, I pulled myself together and created a blog. This was my goal for quite some time. The blog will primarily be a reference for the future me, so I have the awesome things I find across the web in one place. If anyone happens to find it and make use of information gathered […]