Category: Blog

What’s New in .NET 8?

.NET 8 Container Enhancements Enhanced Security: .NET 8 images now include a non-root user by default, promoting better container security with a simple one-line configuration. Improved Tooling: The .NET SDK tooling allows you to publish container images without needing a Dockerfile, keeping the non-root configuration as the default. Smaller Base Images: Leverage smaller .NET base

Angular 9 is here

The 9.0.0 Angular version released! This is a major release that spans the entire platform, including the framework, Angular Material, and the CLI. This release switches applications to the Ivy compiler and runtime by default, and introduces improved ways of testing components. This is one of the biggest updates to Angular made in the past

BLAZOR is the new big thing

Blazor is the new open source web framework developed by Microsoft to build Single Page Web apps on .NET. Any .NET developer can develop web apps using C# and HTML without need of Javascript. There are two types of Blazor Application Client Side and Server Side. We are going to look at first Client side