Modern .NET Desktop Apps With Tauri? - The MISSING part!

preview_player
Показать описание
Now that we managed to combine lightweight Tauri framework for building fast, secure and cross-platform desktop apps with the powerful eco-system of .NET, let's add the missing part - backend events!

Source code used in this tutorial:

TauriDotNetBridge library:

Tauri project:
Рекомендации по теме
Комментарии
Автор

I'm really curious. How much RAM and CPU/GPU use does that app have?

Current year ways to build apps, especially cross platform, tend to waste a lot of resources as everything is a webbrowser.

sealsharp
Автор

When I try to run the `npm run tauri dev` command it fails with `linking with `link.exe` failed: exit code: 1257` and `fatal error C1900: mismatch between 'P1' version '20231109' and 'P2' version '20210202'`. Been trying to fix this for 2 days.

Which VS version are you using or which compiler? I'm on VS 2022 17.12.3 and Build Tools 16.11.42

ruanckruger
Автор

Maybe I'm missing the use-case, but why bother with C# when you already have Rust? I guess if you have a bunch of C# business logic that you don't want to touch up front, but that's all I can think of.

jonfromplanetearth