Greetings, colleagues! Over the past few years, I’ve had the privilege of working on several cloud modernization projects. Through these experiences, I’ve learned that the true power of the cloud lies in leveraging native services to their fullest potential. It’s not enough to simply “lift and shift” applications to the cloud. To truly optimize forContinue reading “Application Modernization (Cloud OptimizedApplication)”
Category Archives: Uncategorized
Microservices Problem Statements
In the process of designing microservices, it is crucial to address the following challenges: It is essential to address these problem statements and challenges when designing microservices. Furthermore, considering the principles of Domain-Driven Design (DDD) and identifying boundaries within the application’s domain can greatly assist in overcoming these challenges and creating a successful microservices architecture.Continue reading “Microservices Problem Statements”
Create an EF Core Model from Database First
Scaffold-DbContext -Connection “Data Source=192.168.1.212;Initial Catalog=TransportationDB;Persist Security Info=True;User ID=sa;Password=********;TrustServerCertificate=yes” -Provider Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Context