atlas news
    
Ezzy Learning
25  août     17h52
Implement Features Management in ASP.NET Core Apps
Waqas Anwar    In this article, we will learn what feature flags are and how to use these feature flags in an ASP.NET Core application. We will also explore how we can use the built in feature filters to enable or disable features of an ASP.NET Core application. The post Implement Features Management in ASP.NET...
15  août     09h03
12 Common Mistakes in Implementing Clean Architecture
Waqas Anwar    Clean Architecture is introduced by Robert C. Martin also known as Uncle Bob in and it has gained popularity in recent years. The aim of clean architecture is to create maintainable, scalable, and flexible software systems. While it provides a solid foundation for building complex...
12  août     18h17
Dockerize ASP.NET Core API and SQL Server
Waqas Anwar    In my previous two posts, Complete Guide to Docker and ASP.NET Core and Build and Run ASP.NET Core Apps in Containers, we learned the basics of Docker, Dockerfile, Docker images, and containerization and also learned how to containerize ASP.NET Core Apps using Dockerfile. We haven’t used any...
04  août     18h06
Building Blazor WebAssembly Apps with Clean Architecture
Waqas Anwar    In one of my recent posts Building Blazor Server Apps with Clean Architecture, I demonstrated how to implement the clean architecture in Blazor server apps using CQRS, Mediatr, Entity Framework Core, and repository patterns. In this tutorial, we will learn how to implement clean architecture in...
01  août     17h50
Azure Functions Use Cases (Infographic)
Waqas Anwar    The post Azure Functions Use Cases Infographic appeared first on EzzyLearning.net.
28  juillet     18h28
Build and Run ASP.NET Core Apps in Containers
Waqas Anwar    In my previous post Complete Guide to Docker and ASP.NET Core, I gave you an overview of Docker Images and Containers and we learned how to dockerize both new and existing ASP.NET Core Apps using Dockerfile. In this tutorial, we will learn how to build Docker Images and Containers using Dockerfile...
22  juillet     10h05
Complete Guide to Docker and ASP.NET Core
Waqas Anwar    Containers have exploded in popularity since the introduction of Docker in . Many companies have already integrated containers into their workflows to make it easier to deploy, distribute, manage, and scale their software. In this article, I will give you an overview of containers and...
06  juillet     18h17
GraphQL vs REST APIs (Infographic)
Waqas Anwar    GraphQL is a query language as well as a server side runtime to build efficient and high performance Web APIs. Both GraphQL and REST are used to build Web APIs but there are a lot of differences between the two technologies. The post GraphQL vs REST APIs Infographic appeared first on EzzyLearning...
02  juillet     18h41
Building Blazor Server Apps with Clean Architecture
Waqas Anwar    Two of my previous posts A Guide for Building Software with Clean Architecture and Building ASP.NET Core Apps with Clean Architecture received an overwhelming response from many developers around the world and many developers requested me to write a similar post on Blazor Server Apps. This post is...
24  juin     16h25
Create and Deploy Azure Function Apps in Visual Studio 2022
Waqas Anwar    Azure portal is very easy to use but for professional development, it is recommended that you develop your functions locally using tools like Visual Studio. In this post, we will learn how to create Azure Functions in Visual Studio and test them locally. We will also learn how to deploy...