Clean Architecture Full Course

???To get the course for free (for now):https://frankliucs.com/architecture-course Software development career is very rewarding. Being able to code with simple, efficient and clean architecture will not only help you crack your interviews, but also take your career to a whole new level. Software development jobs are mainly in developing business…

Web API Full Course in .NET 5

To get the complete course: ??? : https://frankliucs.com/webapi-course Web API is one of the most import application frameworks based on ASP.NET Core platform. Almost all applications need to depend on a backend API based on platforms like ASP.NET core. Web API is also one of the most stable application frameworks that…

Async vs Parallelism in C#

I have a video on my YouTube channel regarding Asynchronous programming in C#. I will post the video at the end of this blog post. Today, someone asked a question in my channel and I thought I will share the answer here. Hope it helps a lot of more people.…

Learn ASP.NET Core in 5 minutes (2020)

Before we start, if you don’t feel like reading this article, you can watch it on my YouTube channel: Asp.Net Core is Microsoft’s platform for creating Web Applications. All Web applications process Http Requests and return Http Responses. Users send http Requests typically from a browser and the corresponding http…