Handle private/public data in SQL
To handle private and public data, you should be able to publish, unpublish, revert, archive records. Let see if we can find a simple solution.
Read moreTo handle private and public data, you should be able to publish, unpublish, revert, archive records. Let see if we can find a simple solution.
Read moreThere is no better way to (re)start a blog about coding than with hello, world.
Read moreHave you ever wanted to know in which breakpoint your page is, so you may adapt part of the page in ways CSS cannot, such as setting aria attributes?
By using custom properties and media queries, it is simpler than ever.
When working on applications using multiple databases, you not only have to know which connection string to use and which the DbConnection we need. How can we implement a service expecting the calling application to give us the required connection string.
Read moreMicrosoft's dependency injection mechanism does not support registering alias to the service collection but it still makes it possible to implement an extension method to do it.
Read more