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

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

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

Bridging Python and .NET: Hello CSnakes

Awesome project, look by yourself here : CSnakes

Learn More 1 0Jan 11

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

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

SOLID Principle

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

Learn More 1 0Dec 28 '24

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

.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

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

Integrate ASP.NET Core DataGrid With Boilerplate and Perform CRUD Actions

TL;DR: Learn how to integrate Syncfusion ASP.NET Core DataGrid into an ASP.NET Boilerplate project....

Learn More 0 0Feb 3

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

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

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

Discover how to generate QR codes effortlessly with a .NET 8 API 🧑🏻‍💻🚀

Why fiddling with QR codes in 2025? QR codes have become an integral part of our digital...

Learn More 0 0Jan 25

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

Exploring .NET Math Libraries: An Introduction to the NMLs Research Project

Welcome to our exploration of .NET math libraries! In this blog post, we’ll dive into the NMLs (Math...

Learn More 0 0Aug 19 '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

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 0 0May 9

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

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

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

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