BigFont Blog
  • Home
  • About
  • Bibliography (Work)

dotnet

A collection of 4 posts

dotnet-core

dotnet restore, build, and run without an Internet connection

First, list local NuGet package sources: > dotnet nuget locals all --list info : http-cache: C:\Users\bigfo\AppData\Local\NuGet\v3-cache info : global-packages: C:\Users\bigfo\.nuget\packages\ info : temp: C:\Users\bigfo\

  • Shaun Luttin
    Shaun Luttin
1 min read
c#

C# local functions as explanatory variables

TL;DR; Among other use cases, local functions can be explanatory variables for short routines. For instance this anonymous function... private void SomeMethod() { // anonymous function var characters = dNormal.Where(c => CharUnicodeInfo.GetUnicodeCategory(

  • Shaun Luttin
    Shaun Luttin
1 min read
dotnet

.NET Core - What do all the versions mean?

DRAFT This article contains best guesses... help wanted. Tweet help to @dicshaunary. Things that have versions Runtime. The main ones are .NET Core, .NET Framework, and Mono. .NET Core The cross-platform runtime. .NET

  • Shaun Luttin
    Shaun Luttin
1 min read
Vim with C#.NET Core and OmniSharp-Roslyn on Windows
vim

Vim with C#.NET Core and OmniSharp-Roslyn on Windows

The result C# code completion and other rich editing features in Vim. The high level steps Details of these steps are in the OmniSharp-Vim repository. The steps are non-trivial. For each step I've

  • Shaun Luttin
    Shaun Luttin
2 min read
BigFont Blog © 2021
Latest Posts Ghost