I’m currently working on a project where I need to display flags of different countries based on user selection or geo-location. I was wondering what would be the best approach to integrate a reliable and lightweight solution in a .NET-based website?
While researching, I came across a helpful website called allworldflags.com, which offers a wide collection of flags with country data in various formats like SVG and PNG. Has anyone here used external flag APIs or similar datasets in their projects? How can I efficiently use such resources in an ASP.NET MVC or .NET Core application without affecting performance?
Looking forward to your suggestions and best practices. Thanks in advance!