Shipping a .NET application with MakeNSIS — 1. From publish to Setup.exe
A dotnet publish delivers files; an installer delivers a deployment experience. MakeNSIS turns that final step into …
6 articles
A dotnet publish delivers files; an installer delivers a deployment experience. MakeNSIS turns that final step into …
Part one produces a working installer with dotnet, makensis.exe, and one complete .nsi file. This part starts from that …

Gardez la puissance du langage (typage fort, performances, écosystème NuGet) sans la lourdeur habituelle. Vous avez déjà …

This article is the English version of a French blog post.

Dans le présent article je vais vous montrer comment exécuter des requêtes SQL basiques du type SELECT sur une table …

Extraire du contenu dans un fichier HTML en utilisant la librairie .NET HtmlAgilityPack. Introduction À l’ère …