Step Into Dev
  • Posts
  • About

Database

go dotnet database sql csharp

Database Access: database/sql vs Entity Framework

Entity Framework is an ORM. It maps objects to tables, generates SQL, tracks changes, handles migrations. You can build entire applications barely writing SQL. …

January 4, 2025 · 5 min read
go dotnet database orm gorm csharp

GORM and Friends: When You Do Want an ORM

Despite Go’s “just write SQL” culture, ORMs exist and are popular. GORM is the most widely used. If you’re coming from Entity Framework …

January 4, 2025 · 4 min read

Stay Updated

Get notified about new posts on AI, MCP development, and building things that matter.

© 2026 Step Into Dev · Powered by Hugo