Articles by Tag #netcore

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Comparing GitHub Copilot with Amazon Q for .Net Developers: A Comprehensive Analysis

As artificial intelligence (AI) advances, developers increasingly turn to AI-powered tools to enhance...

Learn More 36 0Jul 17 '24

Microservice VS Monolithic

Monolithic Architecture Monolithic applications are designed as a single, unified package that...

Learn More 10 1Dec 19 '24

Apache Kafka with .NET Core: A Comprehensive Guide

What is Kafka? Apache Kafka is a distributed event streaming platform designed to handle...

Learn More 8 0Aug 2 '24

Difference Between Web API and REST API

Feature Web API REST API Definition A framework for building HTTP-based services in .NET Core...

Learn More 5 0Mar 20

Generic DB Manager in .net C#

Simplify Your .NET Project with DbManager.EFCore Git Hub : dbmanager Nuget :...

Learn More 5 0Jul 8 '24

Application Insights - 5 Tips to Improve Your Observability

Introduction This article aims to bring some tips about Microsoft Application Insights that can...

Learn More 5 0May 4 '24

Implement Circuit Breaker using Polly in .Net Core 8

Overview of the Circuit Breaker Pattern The Circuit Breaker pattern is used to handle...

Learn More 3 0Dec 22 '24

.NET Framework VS .NET Core: A Detailed Technical Comparison

Summary: The .NET Ecosystem provides numerous tools and technologies that help to build futuristic...

Learn More 2 0Jul 25 '24

Bridging Python and .NET: Hello CSnakes

Awesome project, look by yourself here : CSnakes

Learn More 1 0Jan 11

Despliegue de migración de base de datos con .Net 6 y Entity Framework Core - Parte 1

¡Saludos! Esta publicación será un tutorial de tres partes, con la intención final de llevar a cabo...

Learn More 1 0Oct 8 '24

Icon Banks for Winforms and .NET9

I have just uploaded a new complete refactoring of the Icon Bank for Winforms. In this refactoring, I...

Learn More 1 0Oct 4 '24

.Net Core API Project with Embedded React.js UI

This is a sample .NET Core API project demonstrating how to serve an embedded React.js UI (built with...

Learn More 1 0Oct 28 '24

Comprehensive Guide to Documentation Comments in C#

Documentation comments in C# are structured comments that describe code functionality and are...

Learn More 1 0Jan 19

Create scalable and fault-tolerant microservices architecture

To make a .NET Core microservices architecture scalable, fault-tolerant, and more performant, you can...

Learn More 1 0Dec 21 '24

AddMVC() vs AddControllersWithViews() vs AddControllers() vs AddRazorPages() | ASP.Net Core

In ASP.NET Core, the methods AddMvc(), AddControllersWithViews(), AddControllers(), and...

Learn More 1 0Jan 28

Image compression in Angular 15+ and .NET Core 7

To edit and change the aspect ratio of an image in an Angular and .NET Core 7 application, you'll...

Learn More 0 0Dec 20 '24

Embarking on a C# Adventure: Unveiling the Topics Covered on Our Learning Journey

Embarking on a C# Adventure: Unveiling the Topics Covered on Our Learning Journey. In this post, I...

Learn More 0 0Mar 16

Implementing Distributed Locks in .NET Core with Redis or ZooKeeper

In today’s modern applications and complex systems, it’s quite common to encounter scenarios where...

Learn More 0 0Apr 15

Rop.Results9 is a result/error discriminated union for .NET9

Rop.Results9 is a library designed to return either a specific result or an error from an operation...

Learn More 0 0Oct 7 '24

How to Convert HTML to PDF in .NET Core

In modern software development, especially in .NET Core applications, converting HTML to PDF is a...

Learn More 0 0Apr 20

Dependency Injection In .NET Core With Strategy Pattern

In the previous post, we gave an introduction and explained the basic concept of the Strategy...

Learn More 0 0Mar 24

Introducing Vitorm: The Perfect Balance of Simplicity and Power in ORM for NetCore

Are you tired of choosing between simplicity and functionality when it comes to Object-Relational...

Learn More 0 1Jul 22 '24

SOLID Principle

What are SOLID Principle The SOLID principles are design principles aimed at creating more...

Learn More 0 0Dec 28 '24

Simple SSE Server in .Net Core

Here is a simple example: using System.Collections.Concurrent; namespace SillageLogTracer { ...

Learn More 0 0Oct 7 '24

Creating a basic GitHub workflow for .NET Core and Azure App Services

For the end result, skip to the bottom of the page. When learning how to deploy .NET apps to Azure I...

Learn More 0 0Jan 22

Seamless Slide Conversion: PowerPoint to Images in C#

TL;DR: Let’s see how to convert PowerPoint slides into images using Syncfusion’s .NET PowerPoint...

Learn More 0 0Jan 23

Difference between AddScoped, AddTransient and AddSingleton in .netcore

In .NET Core (now called .NET 5 and later), when you register services in the dependency injection...

Learn More 0 0Dec 21 '24

Creating a GitHub workflow for .NET Core and Azure App Services with testing

For the end result, skip to the bottom of the page. If you feel some explanation is missing from a...

Learn More 0 0Feb 10

1. Introduction to C# and .NET framework

In this post, we will delve into the foundational concepts of C# and the .NET framework to provide a...

Learn More 0 0Mar 16

Building a Product Entity CRUD Application in Spring Boot for .NET Developers

After exploring the basics of Spring Boot 3 in the previous post, let’s dive deeper by implementing a...

Learn More 0 0Jan 2