Pinned Repositories
JSLTSharp
This library let you to apply some transformations on a json object. Like an xslt document, transform a json string to another
Linq2CouchBaseLiteExpression
Linq extension to query couchbase lite repository (Linq to Expression)
MarkdownToDocxGenerator
Markdown to docx library that let you to transform one (or more) files to a Docx (Microsoft Word) document.
MDev.Dotnet
Startup class or interfaces that I can used in some projects to configure quickly a new webapp. It contains also some helpers for some Cloud Services (Azure mainly)
MDev.Dotnet.SemanticKernel
Here are some code and helper fr the semantic kernel that you can use in yr application to integrate Gen AI
MvvX.Plugins.CouchBaseLite
This repository is no more maintained. New main repo : Closed as the main repository is now on https://github.com/mathieumack/NoSqlRepositories
NoSqlRepositories
NoSqlRepositories contains predefined noSql repositories for your applications.
OpenXMLSDK.Engine
Orion.net
Open source tool for remotely debugging and testing WPF or Xamarin.Forms app
PixelFormatsConverter
Allow a convertion from enum System.Drawing.Imaging.PixelFormat to System.Windows.Media.PixelFormats and inversion.
mathieumack's Repositories
mathieumack/Orion.net
Open source tool for remotely debugging and testing WPF or Xamarin.Forms app
mathieumack/Linq2CouchBaseLiteExpression
Linq extension to query couchbase lite repository (Linq to Expression)
mathieumack/MarkdownToDocxGenerator
Markdown to docx library that let you to transform one (or more) files to a Docx (Microsoft Word) document.
mathieumack/PixelFormatsConverter
Allow a convertion from enum System.Drawing.Imaging.PixelFormat to System.Windows.Media.PixelFormats and inversion.
mathieumack/EPSI_2022
Design patterns and other sample apps
mathieumack/EPSI_SampleADR_DAT
mathieumack/JSLTSharp
This library let you to apply some transformations on a json object. Like an xslt document, transform a json string to another
mathieumack/OpenXMLSDK.Engine
mathieumack/MDev.Dotnet
Startup class or interfaces that I can used in some projects to configure quickly a new webapp. It contains also some helpers for some Cloud Services (Azure mainly)
mathieumack/MDev.Dotnet.SemanticKernel
Here are some code and helper fr the semantic kernel that you can use in yr application to integrate Gen AI
mathieumack/MvvX.Plugins.AppCenter
Appcenter plugin for Mvvmcross in order to manage cross-platform apis compatibility
mathieumack/NoSqlRepositories
NoSqlRepositories contains predefined noSql repositories for your applications.
mathieumack/ViewModelCommands
Custom ViewModel Command object that allow you to create the Command with your IOC
mathieumack/ADTS
This repository contains many helpers and tools for your (my ?) dotnet projects because we Always Do The Same things ...
mathieumack/AuthenticationSamples
Various authentication samples created using .NET MAUI by the Explorer interns
mathieumack/azure-mask
A browser extension (Chromium, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
mathieumack/AzureDevOps.RestAPI.NetSDK.Helper
Helper tools for the Azure DevOps rest api .net SDK
mathieumack/AzureOpenAI.ChatCompletions.Helper
Custom helper for the Azure.AI.OpenAI SDK. Th goals is to help you with simple functions and tools to start quickly your itegration of Azure OpenAI in your projects.
mathieumack/BicepForCloud
Here is a collection of bicep files and resources that I use in some Cloud project. Feel free to use it and contibute
mathieumack/CKan.NetClient
Unoficial .net client for CKAN API
mathieumack/ClosedXML
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
mathieumack/EPSI.BlazorInitiation
Blazor application used for c# and HTML/CSS code initiation
mathieumack/EPSI_2022_SecuritySamples
This repository contains some unsecure solutions. This code MUST not be use for your applications !
mathieumack/Linq2AzureDataExplorerExpression
This repository is an attempt to be able to make some queries on ADX with Linq expressions
mathieumack/MyCIActions
Private reporitory that contains a custom github action used to build all of my nuget packages
mathieumack/MyGithubActions
Repository that contains some github actions used for my repositories for CI and CD
mathieumack/onenote-md-exporter
ConsoleApp to export OneNote notebooks to Markdown formats
mathieumack/RAG.Parsers
Some different file parser that supports transformation to a Markdown format
mathieumack/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
mathieumack/ServiceCollectionHelpers.AssemblyFinder
This helper let you to register classes and interfaces in the service collection. This is a refactoring of my previsous MvvX.Plugins.AssemblyFinder plugin.