2025-02-21.md 799 B

question

  • How many types of ORMs have you used? How do you troubleshoot issues when working with them?

I only used EFcore and used it for manipilate the database like sqlserver and mongodb.

For example, in the CMS-like project, I used EFcore to control the databases like models.

In another project using microservices architecture, I used EfCore to manpulate the mongodb database.


  • Have you worked with containers? If so, which container technologies have you used?

Docker

use docker encapulate the service and deploy in servers by Github Actions


  • How many types of databases have you worked with? How do you troubleshoot issues when encountering problems?

for relational database, include Mysql, sqlserver, [[PostgreSQL]]

for no-sql, include mongodb, Azure cosmosdb