Articles by Tag #net

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

Generate readable and efficient logging methods

Original post: https://siderite.dev/blog/generate-readable-and-efficient-logging-methods ...

Learn More 5 1Oct 8

EF Core Eager Loading Mastery — From `Include` Hell to Intentional Graph Loading

EF Core Eager Loading Mastery — From Include Hell to Intentional Graph Loading Most C#...

Learn More 0 0Nov 27

Raw string literals in .NET, both useful and entertaining

Original post: https://siderite.dev/blog/raw-string-literals-in-net-both-useful-and-enterta ...

Learn More 0 1Oct 8

The “var” Error in C# — Why “The contextual keyword ‘var’ may only appear within a local variable declaration” Happens

The “var” Error in C# — Why “The contextual keyword ‘var’ may only appear within a local...

Learn More 2 0Nov 22

30 Free .NET Newsletters Every Engineer Should Follow

Keeping on top of .NET updates—and growing your engineering edge—doesn’t have to cost you money....

Learn More 1 0Nov 15

MCP The Series: ตอนที่ 1. MCP คืออะไร? มาตรฐานกลางเชื่อมโลก AI

สวัสดีครับสำหรับบทความนี้จะเป็นซีรีย์แรกของ silicon brain โดยนำเสนอเกี่ยวกับ Model Context Protocal...

Learn More 0 0Sep 20

10 C# Features to Avoid Duplicate Code in Your Project

I’ve reviewed thousands of lines of C# code over the years—from junior dev prototypes to...

Learn More 0 0Nov 15

Testing HttpClient in .NET without Moq or NSubstitute

When you’re building .NET applications that interact with external APIs, writing reliable unit tests...

Learn More 0 0Oct 29

Strategic Pagination Patterns for .NET APIs

When you design APIs that return large datasets, pagination is not optional. Without it, you risk...

Learn More 0 0Oct 12

A Pragmatic Guide to Server-Sent Events (SSE) in ASP.NET Core

As developers, we often face the challenge of building real-time features. Imagine you are tasked...

Learn More 0 0Oct 25

What .NET 10 GC Changes Mean for Developers

What if I told you that starting with .NET 10, several of your fundamental ideas about garbage...

Learn More 0 0Oct 1

Introducing the New .NET MAUI Spark Chart Control

TL;DR: A newly introduced Spark Chart control for .NET MAUI Toolkit enables developers to embed...

Learn More 1 0Sep 25

Embracing Cloud Independence & Multi-Database in .NET Core Web API

In today's cloud-native world, vendor lock-in poses a significant risk, particularly due to high...

Learn More 0 0Sep 3

Creating a Festive Naughty or Nice Checker Using Semantic Kernel and .NET

Introduction I’m excited to be taking part in this year’s Festive Tech Calendar, a...

Learn More 0 0Dec 12

Lets understand HTTP

What is HTTP ? HTTP (Hypertext Transfer Protocol) is a protocol designed to transfer file...

Learn More 3 0Mar 15

Building Ultra-Low Latency Systems in .NET: The unmanaged Constraint Deep Dive

Introduction When building high-frequency trading systems, every nanosecond matters. In...

Learn More 1 0Aug 13

How to Choose the Best .NET Library for Your Task

If you are a developer, I’m sure you’ve heard about libraries in programming. A library is...

Learn More 1 0Feb 2

Convert Word Documents into Fillable PDFs Using C#

TL;DR: Learn to create a fillable PDF from a Word document in C# using the .NET Word Library,...

Learn More 0 0Mar 21

Comparing JSON Libraries in .NET: Newtonsoft.Json vs. System.Text.Json

When working with JSON in .NET, two popular libraries are Newtonsoft.Json (also known as Json.NET)...

Learn More 0 0Feb 20

DLL injection of managed code into native process

Getting started Project repository with full code is accessible on GitHub Link DLL...

Learn More 1 0Dec 27 '24

Exploring Records in C#.

Introduction C# 9.0 introduced a powerful new feature: record. Designed to simplify immutable...

Learn More 3 0Jan 8

3 EF Core Integrations That Work with Couchbase

Couchbase’s new EF Core provider opens the door to some powerful .NET integrations: even ones...

Learn More 0 0Aug 8

How to Export XML to Excel in 3 Easy Steps using C#?

TL;DR: Are you tired of manually converting XML to Excel? Save time and streamline your workflow with...

Learn More 1 1Apr 22

NodeJS Fundamentals: net

Node.js "net": Beyond the Basics for Production Systems Introduction Imagine...

Learn More 0 0Jun 21

What Is .NET Software Development and Why Your Business Should Care

If you’ve been exploring how to build a website, app, or custom software for your business, you...

Learn More 0 0Jun 18

Convert PowerPoint to PDF in C# Using Advanced Formatting Options

TL;DR: Easily convert PowerPoint presentations to PDF while preserving layout, formatting, and...

Learn More 0 0Mar 10

Building a Modern GraphQL API with .NET 9

In today’s API-driven world, GraphQL has emerged as a powerful alternative to REST, offering clients...

Learn More 0 0May 28

Understanding GraphQL in .NET - A Modern Approach to API Development

In today’s API landscape, GraphQL has emerged as a powerful alternative to REST, offering clients...

Learn More 0 0May 28

ASP.NET MVC Suite Update: Aligning with .NET Changes

TL; DR: Syncfusion ASP.NET MVC suite is updated to align with .NET Framework changes. Key updates...

Learn More 0 0Dec 30 '24

What is Net Metering and How Does It Work?

What is Net Metering and How Does It Work? Net metering is a billing system that allows homeowners...

Learn More 0 1Feb 28