75 liens privés
I have been playing around with the new .Net 8 Blazor templates and ran into a problem with Identity and setting a global InteractiveServer render mode. The change I made was in the App.Razor file ...
ApexCharts is a a free and open-source modern charting library that helps developers to create beautiful and interactive visualizations for web pages.
public List<string> ExtractHashtags(string content)
{
var hashtagPattern = new Regex(@"#\w+");
var matches = hashtagPattern.Matches(content);
return matches.Select(m => m.Value).ToList();
}
Thinkerview | Le langage au service des puissants ? | Alain Deneault | 4 may 2018 | https://www.youtube.com/live/IBdj4Z0FtZU
Alain Deneault
L'amour du censeur: essai sur l'ordre dogmatique | Pierre Legendre | # | # | # | # | -
title | Rosa Luxembourg | # | # | # | # | -
On achète bien les cerveaux: la publicité et les médias | Marie Bénilde | # | # | # | # | -
L'économie de la nature | Alain Deneault | # | # | # | # | -
title | author | # | # | # | # | -
title | author | # | # | # | # | -
Save
CSI500 = equi chinois du SP500
Inde : indice phare et non large
Indonésie : pays en direct ou fonds ASEAN ou pan asie
L’Association des Nations de l’Asie du Sud-Est
Japon : TOPIX indice en yen
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibili...
Guard against duplicate events in your Blazor app
.NET 9 changes how static files are served, and it solves a long-standing problem
.NET 9 ensures your users always get the latest version of your JS modules
In this article, let's go through one of the most searched queries on Google, "File Upload in ASP.NET Core MVC". Uploading Images or other documents is a very basic and common requirement when it comes to building anything from a simple application to an enterprise-level solution. Let's build a small application with which you could upload files of any type to a file system location or to a centralized database table.
Fast .NET C# Implementation of ULID for .NET and Unity. - Cysharp/Ulid
code-based qr code designer. Contribute to zhengkyl/qrframe development by creating an account on GitHub.