Published in Infobip Developers·PinnedWrite a URL Shortener in 26 Lines of Code with .NET Minimal APIsI was looking forward to .NET minimal API framework for a very long time and now, it is finally out! Let’s dive into new version of .NET6 and answer the following questions: What is .NET minimal API? How to refactor existing URL shortener? How to add dependency to service? How…Dotnet5 min read
Published in Infobip Developers·Nov 18, 2021How to schedule tasks in .NET? We’ve made it seem easy #2Welcome to the second part of the series about “URL shortener in .NET”. In the first post of this series we created simple URL shortener web service, and tested it manually with Postman. …Dotnet4 min read
Published in Infobip Developers·Nov 11, 2021How to write URL shortener in .NET5? We’ve made it seem easy #1Welcome to our tutorial series, a place to be for those looking for a quick and efficient guide to writing URL shortener. In this series we will try to show you how easy it is to write a service that shortens URLs with .NET5. On top of that, we will…Dotnet4 min read