Step Into Dev
  • Posts
  • About

Testing

go dotnet testing performance benchmarks csharp

Benchmarks and Profiling Out of the Box

Here’s something that surprised me: Go has built-in benchmarking. No BenchmarkDotNet to install. No configuration. Write a function, run go test -bench, …

January 3, 2025 · 5 min read
go dotnet testing mocking csharp

Mocking in a Language Without Mockito

In C#, you reach for Moq or NSubstitute without thinking. Interface? Mock it. Verify calls? Easy. Set up return values? One line. Go doesn’t have a …

January 3, 2025 · 5 min read
go dotnet testing csharp

Testing Without a Framework

In C#, you pick a test framework: xUnit, NUnit, MSTest. You install packages. You learn attributes. You configure test runners. In Go, you run go test. …

January 3, 2025 · 5 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