Hopp til hovedinnhold

Innhold om .NET

Totalt 5 innlegg

How to Excel in .Net

.NET
Artikkel (4 min)
Fra Miina Lervik

A step by step guide to how to create one centralized Excel generator in .Net

Failsafe caching in dotnet with ZiggyCreatures Fushion Cashe

.NET
Artikkel (2 min)
Fra Miina Lervik

I've tried out FusionCache and really liked it so I wrote this article to show you how to use their failsafe caching mechanism.

Minimalistisk API i .NET på 1-2-3-4

Utvikling, .NET
Artikkel (5 min)
Fra Bendik Bjørndal Iversen

Visste du at du kan sette opp et .NET API med bare fire linjer kode?

Multitargeting class libraries in .NET

.NET
Artikkel (6 min)
Fra Kristian Johannessen

The real world is a difficult place. So difficult that you sometimes have to work on an old Monolithic application built with legacy technology. But is there a way that allows you to at least share code between the old and the new?

Running an ASP.NET Web Application on Heroku

.NET
Artikkel (5 min)
Fra Kristian Johannessen

ASP.NET Core is not supported on Heroku. Read how I didn't care about that and made it work anyways (and all the hoops involved).