Posts

Showing posts from July, 2019

Let’s automate! Building an Application Delivery Portal (DEV-Process)

Image
ASP.NET, C#, HTML, CSS, IIS Server, SQL Server, Server 2012 Scary???  No it's not! Let's automate! At my current consumer we are struggling how we can handle requests from the business. These are, at the time of writing this article being handled by using an Excel sheet. When I started working for this company, I thought as an IT professional: "This can be done differently". In this article I try to describe the steps I have taken to set up a MVP (Minimum Viable Product) from scratch using ASP.NET, IIS8 and Microsoft SQL Server 2012 (SP4-GDR). If you wonder why we are all using Microsoft Products let's say I am working in a Microsoft based section of the company. My goal to write this blog is not to show you how you can code or how you should develop your weblication :). The goal is to guide you through the steps I've taken to reach my goal and review the process towards it. The result of the application development can be seen in the imag...