This document now exists on the official ASP.NET core docs page.
- Application
- Request Handling
| open Donald | |
| open System.Data.Common | |
| open System.Data.SQLite | |
| open System.Threading.Tasks | |
| open Giraffe | |
| open Giraffe.ViewEngine | |
| open FsToolkit.ErrorHandling | |
| open Microsoft.AspNetCore.Builder | |
| [<RequireQualifiedAccess>] |
This document now exists on the official ASP.NET core docs page.
| using Newtonsoft.Json; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Security.Cryptography; | |
| using System.Threading.Tasks; | |
| using Microsoft.AspNetCore.Hosting; | |
| using Microsoft.IdentityModel.Tokens; |
| # From .NET Core 3.0 you can use the command: `dotnet new gitignore` to generate a customizable .gitignore file | |
| *.swp | |
| *.*~ | |
| project.lock.json | |
| .DS_Store | |
| *.pyc | |
| # Visual Studio Code | |
| .vscode |