All our topics.

All posts tagged with "asp.net".

This blog post aims to teach you (and remind me) how to setup multiple client application build procedures with shared vendors. We will be using …

Dino Repac | Friday, Nov 15, 2019

Learn what sets micro and regular ORM libraries apart, and how and when to use micro-ORMs in your projects.

Emanuel Skrenkovic | Wednesday, Feb 13, 2019

Second post in a series that will teach you how to write some basic CRUD queries.

Domagoj Zakanj | Saturday, Jul 21, 2018

First post in a series that will teach you how to use LLBLGen, an entity modeling solution and ORM framework for .NET, from scratch.

Domagoj Zakanj | Monday, Jul 9, 2018

Every developer comes to a point in his career when he needs to use distributed locking. We all need a simple and easy solution, but in most cases, …

Kristijan Horvat | Friday, May 19, 2017

ASP.NET Core came around as a new technology having Dependency Injection concept built in, so let's dive in to see how it works.

Helena Stjepanovic | Wednesday, Mar 15, 2017

Model binding is a process of mapping data sent from the browser in an HTTP request to action method parameters. It makes it easier to work with data …

Kristijan Popic | Thursday, Feb 9, 2017

In software development, a design pattern is a reusable solution, description or a template for solving problems. Unit of work is one of them - a …

Ante Ljubic | Friday, Jan 13, 2017

A couple of months ago we have published a series of posts describing how to set up a fault tolerant infrastructure for our applications. This time, …

Denis Susac | Wednesday, Jul 13, 2016

When working with Ninject, one can specify standard lifetime designators like InSingletonScope and InTransientScope in the bindings section. There are …

Jasmin Muharemovic | Thursday, Apr 21, 2016