Skip to content

caylent/modernization-ai-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

modernization-ai-demo

This project is a demo to showcase how Gen AI can speed up legacy code migrations with an example of .NET Framework application migrated to .NET 8.

Project Structure

  • src/net48/LegacyBankAppDemo/ - Original .NET Framework 4.8 Web API
  • src/net8/Net8BankAppDemo/ - Modernized .NET 8 Web API

How to Run

.NET Framework (Legacy)

cd src/net48/LegacyBankAppDemo
# Open in Visual Studio and run with IIS Express

.NET 8 (Modernized)

cd src/net8/Net8BankAppDemo
dotnet restore
dotnet run --environment Development

Access the .NET 8 API at https://localhost:5001 with Swagger UI at /swagger.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published