Skip to content

Instantly share code, notes, and snippets.

@dennisseah
Last active May 11, 2024 10:24
Show Gist options
  • Save dennisseah/bf5e2df230ff345e94f8ce922fa28edf to your computer and use it in GitHub Desktop.
Save dennisseah/bf5e2df230ff345e94f8ce922fa28edf to your computer and use it in GitHub Desktop.
ASP.NET MVC Development on Mac OSX

https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.201-macos-x64-installer?journey=vs-code

Setup

  1. install Visual Studio Core (i already have it)
  2. install C# vs code extension
  3. install .NET Core 3.1 SDK

Debugging

  1. setup launch.json in .vscode
  2. start the debugger
  3. setting breakpoints

Routing Mechanism

Live changes on browser

As we develop the code, we want to make changes to the code and then refresh the browser to see the changes

References

  1. Get started with ASP.NET Core MVC
  2. MVC
  3. Live Reloading Server Side ASPNET Core Apps
@Cotchi666
Copy link

is this ASP.NET core ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment