This video is for you if you are facing the below situation.
- Struggling to migrate an enormous legacy codebase of .Net Framework applications to .Net Core or .Net.
- Your system is monolithic, so you cannot upgrade individual services or applications to .Net Core or .Net
- There is no separate budget to do the migration.
- You are not in a position to dedicate a release to migration by stopping other business features.
The new features are expected to use the new .Net core programming model and include features such as dependency injection, ILogger, appSettings.json, etc.
The solution is to start using the .Net Core programming model in your existing applications. Start coding new features using the.Net Core model and slowly migrate the entire application. All this without changing the runtime of the application from the.Net framework.
Please note this is an intermediate solution for migration till the entire codebase is converted to .Net as that is the recommended runtime going forward.