What frameworks support integration testing in .NET?
- xUnit, NUnit, MSTest for test execution.
- Entity Framework Core InMemory provider or SQLite for database testing.
- TestServer in ASP.NET Core for testing web APIs.
- Tools like Respawn for database cleanup.