Blog Logo
TAGS

Testing Roslyn Incremental Source Generators

Roslyn Source Generators allow us to generate code based on the current project code and additional files. This blog post by Gérald Barré goes in-depth on how to write a test to ensure that the increm...

Read more...

Microsoft.VisualStudio.Threading

Microsoft.VisualStudio.Threading is a library for asynchronous programming in .NET that provides async versions of many threading synchronization primitives and common types, await extension methods, ...

Read more...

You, too, can LLM: A Quick Guide to Semantic Kernel and Language Models

This article provides insights on the Semantic Kernel, a Software Development Kit that simplifies integration of language models into your own applications. It discusses the capabilities of the Semant...

Read more...

Kavita - A Cross Platform Reading Server

Kavita is a feature-rich and fast cross-platform reading server that aims to provide a full solution for all your reading needs. It allows you to serve up Manga, Webtoons, Comics (cbr, cbz, zip/rar/ra...

Read more...

NumSharp - The Fundamental Package for Scientific Computing with C# and F#

NumSharp (NS) is a NumPy port to C# targeting .NET Standard. It provides a fundamental package for scientific computing with C# and F#. With NumSharp, it is no longer difficult to translate Python mac...

Read more...

Running non-root .NET containers with Kubernetes

Learn how to approach non-root hosting with Kubernetes for .NET containers. All .NET 8 container images will be configurable as non-root with a single line of code, improving security posture. Follow ...

Read more...

Kurukuru - Terminal Spinner library for .NET platform

Kurukuru is a powerful terminal spinner library for .NET platform that supports .NET Framework, .NET Standard, and .NET 5. It is strongly inspired by the popular spinner libraries such as cli-spinners...

Read more...

Reddit.NET: Easy Access to the Reddit API with Minimal Code

Reddit.NET is a C# managed library that provides easy access to the Reddit API with virtually no boilerplate code required. It currently supports 171 of the 204 endpoints listed in the API documentati...

Read more...

Trinity Admin-Panel - Manage Your Websites Backend with Ease

Trinity is a powerful Single-Page Application (SPA) administration tool that is designed to streamline common administrative tasks and enhance the productivity of developers. It offers a customizable ...

Read more...

ASP.NET Core updates in .NET 8 Preview 3

ASP.NET Core updates in .NET 8 Preview 3 include many improvements such as server-side rendering with Blazor, sections support in Blazor, and ASP.NET Core support for native AOT. It’s now possible to ...

Read more...

Check out new C# 12 preview features!

Were excited to preview three new features for C# 12: primary constructors for non-record classes and structs, using aliases for any type, and default values for lambda expression parameters. You can ...

Read more...

Producing and Consuming Kafka Messages in CloudEvents Format Using the C# SDK

In this article, Vasil Kosturski presents a simple Kafka producer and consumer using the C# CloudEvents SDK. The article covers a practical example of how to use CloudEvents with Kafka and provides in...

Read more...

Build your own ChatGPT in .NET with Semantic Kernel 🚀

Build your own ChatGPT in .NET with Semantic Kernel 🚀

The popularity of chat GPT, which has signed up 100 million users in just two months, has led to an increase in startups utilizing the underlying large language models (LLMs) that power the technology...

Read more...

Announcing .NET 8 Preview 3

The .NET 8 Preview 3 has been released with changes in build paths, workloads and containers. It also includes performance improvements in the JIT, for Arm64, and dynamic PGO. The release notes and kn...

Read more...

Intellenum: intelligence, for your enums!

Intellenum is an open source C# project that provides a fast and efficient way to deal with enums. It uses source generation to that generates backing code for extremely fast, and allocation-free, loo...

Read more...

Translating ASP.NET Core into a Static Site Generator with GitHub - ZarehD/AspNetStatic

ZarehD/AspNetStatic is a GitHub repository that transforms ASP.NET Core into a static site generator. The project is designed to automate workflows, host and manage packages, find and fix vulnerabilit...

Read more...

C# 12 Released: Primary Constructors, Optional Lambda P’s and Using Anything

In October 2022, C# 11 was released, and now the languages next version, C# 12, has become public. This version comes with several exciting features, including the ability to create primary constructo...

Read more...

Essential productivity kit for .NET developers

Discover the latest updates in the .NET world with .NET Annotated Monthly. In the April 2023 edition, Rachel Appel discusses the history of JavaScript and the current options available for building AP...

Read more...

Whats new in C# 12

This article highlights new features in C# 12, including primary constructors, default lambda parameters, and the ability to alias any type. These features can be tried out using the latest Visual Stu...

Read more...

.NET Web API Boilerplate | FullStackHero - Getting Started

.NET Web API Boilerplate | FullStackHero - Getting Started

In a video tutorial, Mukesh from kurusmukesh.com provides an overview of how to use the sail light tool to set up and get started with his full stack web API boilerplate. The boilerplate, which comes ...

Read more...