Dotnet Core : What can you do in case you wish to authorize without [Authorize] ?
2019-07-09In some cases, the [Authorize] attribute is not all you want. Sometimes, you wish that something else existed and that’s… Continue Reading
#Slack |> App |> Smee |> My Local App |> #Slack Reply : How to interact when you’re behind Firewall/Proxy
2019-05-24Introduction All I wanted to do is simply have a way to connect to my local server on the network… Continue Reading
Linux + Dotnet Core – GSettings (LibGio) directly from code
2019-03-14Some people like to execute shell commands for LibGio – GSettings using NodeJs (child_process) or Dotnet (Process). Personally, I prefer… Continue Reading
Linux & Dotnet – Read from a device file
2019-03-12As you may know, Dotnet Core now runs within Linux. Let’s explore and play around enjoying the fact we can… Continue Reading
Dotnet and Reflection – Exploration By Example
2019-03-06Today, I will be talking about how to use reflection in order to generate code. The reflection in C# is… Continue Reading
Create plugins in Dotnet Core or what we call Managed Extensibility Framework
2018-11-29In Java we have the Service Loader that can add plugin(s) within your application at startup. It basically means you… Continue Reading
ChartJs with SonarQube API’s – Make your own reports
2018-11-22Recently asked to do reports every two weeks to all the teams about their good/bad behaviors and at the same… Continue Reading
NDepend, SonarQube ou pourquoi pas les intégrer ensemble 😉
2018-11-05Préface J’utilises depuis plusieurs années SonarQube (Ou sinon sur le ☁ nuage que sont les SaaS de ce monde, SonarCloud☁) afin d’avoir une… Continue Reading
Dotnet Core et ses templates CLI, pourquoi s’arrêter à C# ou peut-être pas?
2018-10-30Comme le titre l’indique, pourquoi s’arrêter à un template et pourquoi devrait-on, ou pas, faire que des templates C#? Afin… Continue Reading
Être notifié lors d’un changement de contenue de fichier
2018-10-22Il arrive souvent qu’on aille des fichiers de configuration pour nos application. Lorsqu’on fait fait une modification, on doit repartir… Continue Reading