Today's applications require monitoring, logging, configuration, etc. Each of these concerns can be implemented as a ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
AutoMapper is a convention-based, object-oriented mapper. An object-oriented mapper is one that transforms an input object into an output object of a different type. AutoMapper also can be used to map ...
While many development conferences feature introductory sessions on various topics, more advanced tutorials are comparatively rare. Going beyond the many "hello world" presentations out there, expert ...
Take advantage of attribute-based routing in ASP.NET Core to decouple the controller and action names from the route template and allow more flexibility in your routing. The routing middleware in ...
The reality is that you will need to have, at least, two different configurations: one for production and one for development. Here's how to automate those conversions. The reality is that our ...