Article... x2
This commit is contained in:
parent
41799df6c4
commit
e7776fbb2c
|
|
@ -41,8 +41,7 @@ Self-hosted web applications can solve different problems and be of use to a var
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Do you speak *CSharp*?
|
Making a C# web application was my goal from the begginning. That's my backend language for this project, but why MVC and what is HTMX?
|
||||||
I do. It's my main language after all, but why MVC and what is HTMX?
|
|
||||||
Let's have a quick look at worthy alternatives, and then I'll explain my choices.
|
Let's have a quick look at worthy alternatives, and then I'll explain my choices.
|
||||||
|
|
||||||
`Blazor WASM` does not support runtime assembly loading, which makes client extension impossible. It has [Lazy loading](https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-lazy-load-assemblies?view=aspnetcore-8.0), but it still requires these assemblies to be defined in the project file, which is not viable for our case.
|
`Blazor WASM` does not support runtime assembly loading, which makes client extension impossible. It has [Lazy loading](https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-lazy-load-assemblies?view=aspnetcore-8.0), but it still requires these assemblies to be defined in the project file, which is not viable for our case.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue