Tye - Sam
If you are comfortable sharing, what are you building (e.g., e-commerce, real-time chat) or which cloud provider are you targeting? This will help me provide specific configuration examples for your tye.yaml file. Introducing Project Tye - .NET Blog
Developing a "complete feature" using involves streamlining the creation, testing, and deployment of .NET microservices. Project Tye is an experimental tool designed by Microsoft to simplify the development of distributed applications by automating service discovery and containerization. Steps to Develop a Feature with Tye sam tye
: Start by creating your backend and frontend projects. If you are comfortable sharing, what are you building (e
Example: dotnet new webapi -n MyBackend and dotnet new webapp -n MyFrontend . If you are comfortable sharing