Is it possible Extended existing ASP.NET CORE Web API without recompilation.
e.g existing API works on "mysite.com/API/Controler1/Method1" want to add new controller "mysite.com/API/Controler1/Method2", without recompilation and stooping existing server.
whole idea is, not touching things that's working.
Should I split project in to two project ? (In that case how to deal with routing ?)