Skip to content

Instantly share code, notes, and snippets.

View HasAndries's full-sized avatar

Andries Coetzee HasAndries

View GitHub Profile
@davidfowl
davidfowl / Global.asax.cs
Last active May 8, 2023 12:42
ASP.NET MVC and ServiceCollection sample
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
using Microsoft.Extensions.DependencyInjection;
using WebApplication16;
using WebApplication16.Controllers;