asp.net .net core 6 c# with Visual Studio 2022 for Mac,Rider JetBrains , VsCode (SPA)(CMS)

Опубликовано: 21 Октябрь 2024
на канале: Rebels Developer
936
9

A simple Content management system (CMS) single page application (spa) with Custom User Access Control (UAC) with all the latest technologies supply Microsoft .

What we used for editing ?

Visual Studio 2022 mac - normal debugging
Visual Studio Code - code align (JavaScript and razor cshtml file)
Rider Jetbrains - code analysis and debugging .

Source Code :https://github.com/NobodyButMe-Haiya/...

Instruction to deploy at the GitHub

For those come from php or jsp . Its not hard actually.

What is SPA ?
Single page application. Content in the browser is fetch via xhr request .Normally we reload website and load all content. If we reload CSS/JavaScript will be cache but in spa we load onceCSS/JavaScript and only content will be requested.

** visual studio for mac is not official yet and git got some issue publish
** you can run dotnet watch run for hot reload in mac or windows.
#cms #asp.net #crud

Rider Jetbrains
https://www.jetbrains.com/rider/
Visual Studio for mac 2022
https://visualstudio.microsoft.com/vs...
Visual Studio Code
https://code.visualstudio.com