Skip to content

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)

License

Notifications You must be signed in to change notification settings

mathieumack/MDev.Dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

Quality Gate Status .NET

Nuget packages

MDev.Dotnet.AspNetCore - NuGet package

MDev.Dotnet.Azure.ContainerApps - NuGet package

MDev.Dotnet.Azure.CosmosDb - NuGet package

MDev.Dotnet.Azure.StorageAccount - NuGet package

Support / Contribute

If you have any question, problem or suggestion, create an issue or fork the project and create a Pull Request.

About

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages