DEV Community

Discussion on: First steps with asynchronous programming in C#

Collapse
 
maajidqureshi profile image
Majid Qureshi

Yes , I am trying to understand few things about .Net

  1. Why and when we use async await .? 2.When and How we use CQRS ?
  2. What are microservices and example how we can use them?. :)
Thread Thread
 
bellonedavide profile image
Davide Bellone

Thanks :) Microservices are a huge topic, and I have just a general idea of what they are, but I've never implemented one by myself. For CQRS... that's an interesting topic that I should write about! Gotta do some research :)

Thread Thread
 
maajidqureshi profile image
Majid Qureshi

I am waiting for your post now :)
Cqrs is an architecture , but something worrh learning