Home

CodeContra

My personal journey down the coding rabbit hole

  • Developing C for Linux on Windows

    February 9, 2024 by

    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… Read more

  • Uploading files to ASP.NET Core

    October 6, 2019 by

    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… Read more

View all posts

Design a site like this with WordPress.com
Get started