Skip to content
  • Home
  • Posts
  • var this = me;
  • Search
MARCOSIKKENS.NL
MARCOSIKKENS.NL
Living. Dreaming. Coding
  • Home
  • Posts
  • var this = me;
  • Search
Category: <span>MVC</span>

Category: MVC

Home Archive for category "MVC"

Continuous integration in Azure DevOps

Continuous integration in Azure DevOps
marcosikkens C# / MVC March 26, 2019 March 22, 2019 Leave a comment

Continuous Integration allows a developer to make sure their code builds correctly and that unit tests are run after each check in. There are of course a lot more things you can do with it but on this article I’ll focus on these two first. I’ll be using Azure DevOps …

Read more"Continuous integration in Azure DevOps"

Injecting config settings in .NET Core MVC Views

Injecting config settings in .NET Core MVC Views
marcosikkens C# / MVC July 20, 2018 July 20, 2018 Leave a comment

After playing around with MVC on .net core a little i realized I needed to have some maps functionality using static bing maps on my site. So after getting a key and reading through some documentation I found out that i needed to set the license key in the map …

Read more"Injecting config settings in .NET Core MVC Views"
Powered by Kahuna & WordPress.
©2018 marcosikkens.nl
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.
Back to Top