Posts
Introduction Microsoft Teams has become an indispensable tool for businesses and organizations to communicate and collaborate. Sometimes, you might want to send a message to yourself as a reminder or to keep track of important information.In this tutorial, I will demonstrate how to send Microsoft Teams self-message using Graph SDK by creating a simple console application in .NET 6. Requirements Fo...
How to: Send Microsoft Teams self-message using Graph SDK
Mar 18, 2023
317 views
Let me start by saying that the title of this post is a little exaggerated in regards to how I feel about optional parameters. “Hate” is a strong word and I certainly don’t mean that optional parameters are a useless feature or that it is a bad practice to use them. It’s just that, I’ve rarely seen them used correctly and in almost all cases I see them being used, they bring more problem...
Why I "hate" optional parameters in C#
Mar 08, 2022
343 views
Introduction This is a continuation of my first post Implementing a Clean Architecture in ASP.NET Core 6 , and describes the method I’ve used to achieve clear separation of data models and domain models. In this post, I’ll be expressing my views on the clear separation of persistence related models and business models and look into how we can effectively decouple the data and domain model when...
EF Core: Effectively decouple the data and domain model
Jan 16, 2022
369 views