Skip to content

EnesALTUN/netcore-cosmosdb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Used Technologies

  • .Net 6.0
  • Microsoft Azure Cosmos 3.23.0

Service Definition

services.AddScoped<ICosmosCategoryRepository>(x => new CosmosCategoryRepository(new CosmosClient(hostcontext.Configuration.GetConnectionString("<ConnectionKey>"), new CosmosClientOptions
{
    SerializerOptions = new CosmosSerializationOptions
    {
        Indented = true
    }
})));

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages