.NET

DDD Clean Architecture Template

(GitHub Repo: https://github.com/alulema/DDD-CleanArchitectureTemplate) These last 10 months I’ve been delighted working with ASP.NET Core, considering the improvements made by Microsoft to this framework, and the option to work on my Macbook as well  However, an additional job to be done has been migrating the inherited skills and code snippets to its...

Continue reading...

Cross-Platform Communications: gRPC Server and Client: .NET Core

When we are developing web solutions consisting of several projects, it is very common communicate between each other, and the common solutions are proprietary solutions (like .NET Remoting), or standard solutions like REST or SOAP. Recently, I discovered gRPC as the Google solution for Cross-Platform communications, allowing the developers to communicate...

Continue reading...

ASP.NET Core Basics – Part 2

Now, we continue with the series ASP.NET Core Basics. At this time we are been focused in MVC specific topics, which will be covered in a 7 mins video. Contents: MVC. Controllers MVC. Models and Views ViewModel Post/Redirect/Get Model Validation Links: MVC Pattern: https://en.wikipedia.org/wiki/Model–view–controllerPost/Redirect/Get Pattern: https://en.wikipedia.org/wiki/Post/Redirect/GetGithub Repository: https://github.com/alexis-dotnet/NewsApp_Stage2The New York Times API: https://developer.nytimes.com/ Español: Conceptos Básicos ASP.NET...

Continue reading...