https://github.com/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)
https://github.com/mathieumack/mdev.dotnet
Last synced: about 1 year ago
JSON representation
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)
- Host: GitHub
- URL: https://github.com/mathieumack/mdev.dotnet
- Owner: mathieumack
- License: mit
- Created: 2024-07-14T21:13:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T20:59:10.000Z (over 1 year ago)
- Last Synced: 2025-04-01T21:19:31.347Z (over 1 year ago)
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDev.Dotnet
This repository contains some helpers and tools that help you to configure quickly a new Web Application based on .net.
It contains some helpers and accelerators for your project. And dependending on infrastructure, some helpers to configure quickly access to PaaS services on different Cloud providers (Microsoft Azure yet).
This page contains some suick resume of each package. You can check on the [Wiki](https://github.com/mathieumack/MDev.Dotnet/wiki) for more documentation. Also, documentation on code can be helpfull.
# Packages
## MDev.Dotnet.AspNetCore
This package let you to configure standard services on a .net web application :
- Application configuration
- Controllers
- Support for synchronous IO operations
- Routing
- API Versioning
## PaaS Services - Microsoft Azure
### MDev.Dotnet.Azure.ContainerApps
This package let you to confgure some services when your application is deployed with docker on an Azure Container Environment as Container Apps.
It helps you to configure:
- Authentication when using Container App Authentication middleware
- Configure OpenTelemetry by using Azure Monitor or Dynatrace
- An async controller that let you to use Dapr as pubsub service from an Azure storage queue or an Azure servicebus
### MDev.Dotnet.Azure.CosmosDb
This package contains a helper for Entity Framework Core that configure CosmosDb as provider.
### MDev.Dotnet.Azure.StorageAccount
This package contains a helper for interactions with a storage account:
- Save blobs
- Generate blob uri with Sas tokens
And more packages will come in few weeks.
# IC
## MDev.Dotnet
[](https://sonarcloud.io/summary/new_code?id=mathieumack_MDev.Dotnet)
[](https://github.com/mathieumack/MDev.Dotnet/actions/workflows/ci.yml)
## Nuget packages
MDev.Dotnet.AspNetCore - [](https://nuget.org/packages/MDev.Dotnet.AspNetCore)
MDev.Dotnet.Azure.ContainerApps - [](https://nuget.org/packages/MDev.Dotnet.AspNetCore)
MDev.Dotnet.Azure.CosmosDb - [](https://nuget.org/packages/MDev.Dotnet.Azure.CosmosDb)
MDev.Dotnet.Azure.StorageAccount - [](https://nuget.org/packages/MDev.Dotnet.Azure.StorageAccount)
# Support / Contribute
> If you have any question, problem or suggestion, create an issue or fork the project and create a Pull Request.