DEV Community

Paul Delcogliano
Paul Delcogliano

Posted on

Building Your First API with Asp.Net Core

This is an introduction to a series of posts I am writing. The series describes how to build an API with ASP.Net Core. The series' purpose is to help me while I learn new technologies and to share what I learn with others.

I believe I have a unique perspective to share. You see, I've been a developer for a long time, but I haven't kept up with technology trends over the past several years. I am now starting a journey to refresh my skillset. In this series, I will apply all I've learned as a "maintenance developer" to today's newer frameworks and technologies, like ASP.Net Core, git, Azure, security, and many more.

My learning tool will be an API I created, and loving call, "Mural". You can find information about Mural here.

Mural is a simple API that creates short URLs from deep links. I intend to apply today's best practices to Mural to create a full feature, secure, scalable, and cloud-ready API. You can download Mural from my GitHub and follow along my journey with me.

Top comments (0)