© 2023 Hashnode
#net
Hi Everyone, thanks for following up on the next topic I'm writing in C#. Here, we are going to see about Delegates. Let's use a car as an example to learn about the same and I'll try to make things a…
In this blog post, we will explain the concept of named and optional arguments in C# using pizza as an example. What are named and optional arguments? Named and optional arguments are features of C# t…
Whether you're an aspiring junior developer embarking on your .NET journey or a seasoned senior engineer seeking to reinforce your fundamental knowledge, one skill that undoubtedly stands out is dependency injection. In the ever-evolving wo…
SignalR is a powerful library in the .NET ecosystem that enables real-time communication between the server and clients. In this article, we will explore how to get started with SignalR in .NET 6 by s…
This episode: Amazon CodeWhisperer and AI-assisted coding. In this Hello, Cloud blog series, we're covering the basics of AWS cloud services for newcomers who are .NET developers. If you love C# but a…
In this article, we will clearly understand how to build and deploy lambda functions using .NET 6. Before we dive deep into the implementation part let's understand the fundamentals What is Lambda? AW…
1. Introduction It describes the why and how to create custom validation attributes. For details refer to the official documentation of Model Validation in ASP.NET Core MVC and Razor Pages. 2. Why do …
Deploying a web application on AWS Elastic Beanstalk can sometimes require environment-specific customizations, such as configuring a database, modifying server settings, or installing additional soft…
Let us continue exploring Blazor and how it provides us with great tooling to create super apps. If you didn't have the chance to read the first part I recommend it to read it first here: Blazor basic…
This article explains how to create a console application with logging in place using .Net SDK, Visual Studio, and Serilog. It covers setting up the project, configuring dependency injection, creating…