Blog Logo
TAGS

Introducing Temporal .NET – Deterministic Workflow Authoring in .NET

Temporal is a workflow code that is executed in a durable, reliable, and scalable way. The .NET SDK is now a part of Temporal, allowing you to write workflows in C# and other .NET languages. The .NET ...

Read more...

Cloudy - Create a CMS out of your EF Core context

# Cloudy creates a CMS out of your EF Core context. Just create your DbContext, Models, and hook up Cloudy. Configure behavior with UI hints. Cloudy scaffolds the previously mentioned model and shows ...

Read more...

Trinity Admin-Panel – a powerful SPA for managing website backends

Trinity is a powerful Single-Page Application (SPA) administration tool that makes managing your websites backend a breeze. With a feature-rich and beautifully-designed interface built using C# and A...

Read more...

Testcontainers for .NET

Testcontainers for .NET is a library that supports tests with throwaway instances of Docker containers for all compatible .NET Standard versions. Choose from pre-configured modules or create your own ...

Read more...

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...