About
Sessions at dev up 2024
Entity Framework performance monitoring and tuning
Object Relational Mapping technologies, including the Entity Framework can drastically simplify the programming model against databases, but when done carelessly, performance can suffer. In this se...
Improving code quality with Static Analyzers
How do you keep code consistent across a team or make sure your independent code follows accepted standards, use a Static Analyzer tool. See how to use some of these tools for your .Net, JavaScript...