Skip to content

Instantly share code, notes, and snippets.

View jawn's full-sized avatar
✔️
Probably sending a PR for typos.

Bernard Vander Beken jawn

✔️
Probably sending a PR for typos.
View GitHub Profile
@jawn
jawn / Web API Checklist (.NET Framework).md
Last active February 5, 2019 13:18
.NET Framework: Web API Checklist (.NET Framework)

Swashbuckle installation and configuration

  • Use Swashbuckle to get Swagger API documentation at http(s)://website/swagger
  • Disable online Swagger validation to fix validation error on swagger page: uncomment c.DisableValidator() in SwaggerConfig.cs
  • Describe all enum values as string in swagger: uncomment c.DescribeAllEnumsAsStrings() in SwaggerConfig.cs
  • Add to automated build/deployment pipeline: expect HTTP Status 200 for GET /swagger/ui/index
  • Add to automated build/deployment pipeline: expect HTTP Status 200 for GET /swagger/docs/v1

Web API configuration

@jawn
jawn / ConferencesEventsTraining.md
Last active September 22, 2020 12:56
Recurring conferences/events to watch
@jawn
jawn / Ideal onboarding braindump.md
Last active July 29, 2023 19:56
Ideal onboarding braindump
@jawn
jawn / Making Word Building Blocks Great Again
Last active September 28, 2023 15:48
Making Word Building Blocks Great Again
Word Building Blocks
Documentation:
- https://support.office.com/en-us/article/create-and-use-content-building-blocks-in-word-documents-0b5a27ae-9776-4096-bcfc-98599f16cadc
Defining building blocks:
- Custom building blocks are stored in a Word template.
- Ribbon Insert > Quick Parts > Building Blocks Organizer.