• Skip to primary navigation
  • Skip to main content

Josh Withee

  • Home
  • Blog
  • Contact
  • Show Search
Hide Search

Blog

Amateur Radio Question Pools

Josh Withee · February 25, 2020 · Leave a Comment

There are a handful of web & mobile apps for studying to take Amateur Radio exams. Some are free, some aren't. I parsed the question pools into JSON format for easy use. Please use these for making more free resources for people to prepare for …

[Read more...] about Amateur Radio Question Pools

ASP.NET Core 2.x – Add a DbContext

Josh Withee · March 21, 2019 · Leave a Comment

Index: Example entity modelInstall NuGet packagesCreate context classUpdate Startup.csExample connection stringAdd-MigrationUpdate-DatabaseSeed data Example entity model Read about the [Key] annotation and others here Install NuGet packages (the Identity packages are only necessary if …

[Read more...] about ASP.NET Core 2.x – Add a DbContext

Create a Windows User to Run a Service Under

Josh Withee · March 16, 2019 · Leave a Comment

Create a user in cmd net user /add Add user to a group net localgroup /add Grant read/write/execute permission to the user for the app's folder icacls "" /grant : /t The user account (SID). The path of the folder containing the app. Sets the access permissions. (OI): The …

[Read more...] about Create a Windows User to Run a Service Under

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3

Copyright © 2023