60 likes | 216 Views
Keeping an eye out for a better way. Alt.net. Reinventing the wheel. Project setup Management of multiple environments Database versioning and migration Different types of tests The drag of configuration Declarative programming Validation. Where did I look for inspiration?. Demo.
E N D
Reinventing the wheel • Project setup • Management of multiple environments • Database versioningand migration • Different types of tests • The drag of configuration • Declarative programming • Validation • ...
Demo • Declarative programming • Project setup • Management of multiple environments • Database versioning • Convention over configuration • Validation
Different types of test • Unit tests: testing the model • Fixtures • Functional tests: testing a single action on a controller • Integration tests: testing a usage scenario • Load tests: obviously, testing under load (if problems: profiling)
Existing .net Alternatives • Project setup • Management of different environments • Database versioning • Tests: unit tests, functional tests, integration tests, load tests • Simple configuration • Declarative programming • Validation