In the world of technology and development, there are many different types of frontend frameworks that are used. In this post, weโll discuss two of the biggest ones, Angular and React, and one of the newer ones, Blazor.
LINQ Improvements in C# 10
C# 10 was released in November of 2021, and it came with a host of new features. Some of the features that you may have heard of include file-scoped namespaces, global usings, target-type new expressions, record improvements, and many more. Several new extension methods have been added to LINQ as well including MaxBy, MinBy, DistinctBy, IntersectBy, ExceptBy, and UnionBy.
In this post, we will take a look at the aforementioned new C# 10 features and how they work.
Configuring Hangfire’s BackGround Method for .NET Core Applications
In this article, we will go over how to install the Hangfire NuGet package within the NuGet Package Manager in Visual Studio. Then, weโll walk through how to configure it within the .NET Core framework using Service Fabric. Lastly, weโll learn how to use the BackgroundJob.Enqueue method in order to schedule a background task to be performed and at the same time not disturb the flow of your code.
Azure Continuous Integration
In this post, we will set up continuous deployment using Azureโs Deployment Center. Continuous Deployment is used to shorten the release cycle and quickly get code pushed to its target environment. This is especially useful when code is completed in small increments. Automated testing should be used as part of this process to produce stable code. This blog will focus on the continuous deployment.





