Articles by Tag #netcore

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

Microservice VS Monolithic

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

Learn More 10 1Dec 19 '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

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

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 2 0Jan 2

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

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

.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

Bridging Python and .NET: Hello CSnakes

Awesome project, look by yourself here : CSnakes

Learn More 1 0Jan 11

Understanding .NET Compilation: .NET Standard vs .NET Core, Roslyn vs csc.exe, and Dynamic Compilation

When working with .NET, it's crucial to understand how code is compiled and what tools are...

Learn More 1 0May 9

Supercharge Your Deployments: GitHub Actions + Azure Web App CI/CD

📌 Note: This post is based on the source code used in my previous article 👉 Simple Email Sending API...

Learn More 1 0May 26

SOLID Principle

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

Learn More 1 0Dec 28 '24

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

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

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

Spring Boot vs .NET Core: Complete Developer Migration Guide

Whether you’re moving from Spring Boot to .NET Core or vice versa — your transition guide is here ...

Learn More 0 0Mar 4

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

Optimize .Net API Performance with SQL Server

In this article we’re going to improve performance of an .Net API application using sql server...

Learn More 0 0May 13

#2 FinWiseNest: Building a Real-Time User Experience with SignalR and Event-Driven Architecture

GitHub: https://github.com/DCodeWorks/FinWiseNest In our last post, we detailed the creation of our...

Learn More 0 0Jul 23

What is the difference between .NET Core and .NET Framework?

When preparing for software development interviews, one of the most common questions is: What is the...

Learn More 0 0Aug 17

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

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

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

Guide to Add Custom Modules in ABP.IO App

If you want to extend your ABP.IO application with a custom module, like Vineforce.Test—this guide is...

Learn More 0 0May 29

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

Wrap Once, Run Everywhere_ Integrating Python with .NET, Java, and Node.js using Javonet

Introduction In today’s diverse software landscape, integrating code across different...

Learn More 0 0Jul 31

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

👉 “.NET Core vs .NET Framework in 2025 – Which One Should You Learn for Interviews?”

Intro: Many developers are still confused: should they prepare with .NET Core or stick with the...

Learn More 0 0Aug 15

Getting MQ Exception: MQRC_NOT_AUTHORIZED

I have installed IBM MQ and IBM MQ Explorer by using the below steps mentioned in the PDF...

Learn More 0 0May 23

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

Simple SSE Server in .Net Core

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

Learn More 0 0Oct 7 '24