Pinned Loading
-
CanConUmbrackathon
CanConUmbrackathon PublicForked from CandidContributions/CanConUmbrackathon-2020
The GitHub home of the Candid Contributions' 2020 Hacktoberfest virtual Umbraco hackathon
-
Umbraco Discord Webhook
Umbraco Discord Webhook 1using System;
2using System.IO;
3using System.Net;
4using System.Web.Script.Serialization;
5using Umbraco.Core;
-
C# 9 init properties
C# 9 init properties 1public record Meetup
2{
3public string City { get; init; }
4public string Topic { get; set; }
5}
-
An example Program.cs for Umbraco v9...
An example Program.cs for Umbraco v9 project with usings refactored to a global file. 1namespace DotNet6Umbraco
2{
3public class Program
4{
5public static void Main(string[] args)
-
Umbraco v9 startup.cs with Swagger
Umbraco v9 startup.cs with Swagger 1using System;
2using Microsoft.AspNetCore.Builder;
3using Microsoft.AspNetCore.Hosting;
4using Microsoft.Extensions.Configuration;
5using Microsoft.Extensions.DependencyInjection;
-
.Net 5 example WebAPI controller
.Net 5 example WebAPI controller 1using Microsoft.AspNetCore.Mvc;
2using Microsoft.Extensions.Logging;
3using System;
4using System.Collections.Generic;
5using System.Linq;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.