Skip to content

Instantly share code, notes, and snippets.

View aaronmbos's full-sized avatar
💻

Aaron Bos aaronmbos

💻
View GitHub Profile
@meleu
meleu / manage-dotfiles.md
Created April 11, 2022 18:02
Smarttest way to manage dotfiles

smarttest way to manage your dotfiles with git

disclaimer

I'm assuming you have knowledge about git.

starting a dotfiles repo

@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;