Getting started with C on Windows can be done easily by downloading Visual Studio, especialy if you are targetting Windows itself. When targeting Linux it’s of course best to get an actual linux os to get started. Both WSL and Hyper-V makes it easy to create and run an actual Linux distro on Windows, however …
Category Archives: Uncategorized
Uploading files to ASP.NET Core
During a project I needed to make the user upload a csv-file to a controller, process it and store the result in a database. The upload form A simple html-form object is enough to be able to upload a file to a controller. asp-controller and asp-action tag helpers makes it easy to point the form …
