We currently have a large website using asp.net webforms framework 4 C# and it was easy and quick to upload a single modified cs file to production server because of asp.net's dynamic compilation. Is there dynamic compilation for ASP.NET Core 5 Razor Pages as I don't see it in the MS document?
We don't want to recompile the whole website files as it results in a long compile time which in turn results in a very large dll which in turn takes forever to upload to production server. Any solution is welcome.