DEV Community

Discussion on: Write a URL Shortener in 26 Lines of Code with .NET Minimal APIs

Collapse
 
onlinemsr profile image
Raja MSR

It shows the .NET minimal APIs capabilities.

// var tempId = id[0]; // - I am not clear on this line. What it is doing?