An open API service indexing awesome lists of open source software.

https://github.com/nitrictech/dotnet-sdk

Nitric .Net SDK
https://github.com/nitrictech/dotnet-sdk

cloud csharp dotnet nitric serverless

Last synced: 6 months ago
JSON representation

Nitric .Net SDK

Awesome Lists containing this project

README

          

# Nitric .NET SDK
The .NET SDK supports the use of the cloud-portable [Nitric](https://nitric.io) framework with .NET Standard 2.0.
> The SDK is in early stage development and APIs and interfaces are still subject to breaking changes

## Prerequisites
- .NET Standard 2.0+

## Getting Started

### Using the [Nitric CLI](https://github.com/nitric-tech/cli)
> The SDK is included in all C# related SDK projects by default

```bash
nitric make:function example
```

Some available C# templates are:

* faas/dotnet2

### Adding to an existing project
**C#**
```xml

```

## Usage
Code examples are available [here](https://nitrictech.github.io/dotnet-sdk/)