-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the MDev.Dotnet wiki!
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).
Go on each Wiki page to get more details about each package and how to use it.
Feel free to create issues if you have any question or request about this project.
This package let you to configure standard services on a .net web application :
- Application configuration
- Controllers
- Support for synchronous IO operations
- Routing
- API Versioning
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:
- Authenication 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
This package contains a helper for Entity Framework Core that configure CosmosDb as provider.
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.