If a software application uses Entity Framework Core (3.1) and connects to Microsoft SQL Server (2019) for data, in the SQL Server Profiler, we see it is listed as "Core Microsoft SqlClient Data Provider" under column "ApplicationName".
I wonder if we can change this name in the application source code? For example, to an easier-to-distinguish name, such as "FileServer".
The benefit is that when there are multiple different applications accessing that SQL Server, we can distinguish (or filter) them more easily.