Advertisement ยท 728 ร— 90

Posts by Epictek

Yeah but we're you actually planning to boulder or socialise and drink coffee between attempting to climb? ๐Ÿคฃ

7 months ago 0 0 0 0

Avalonia uses Skia under the hood, not sure if that's an option for you since it would be a lot more low level than even pangui. Pangui certainly looks interesting!

1 year ago 0 0 0 0

Avalonia?

1 year ago 0 0 0 0

Have you tried Rider?

1 year ago 0 0 1 0

The built in ASP.NET Dependency Injection is fine for most peoples use cases.

1 year ago 4 0 1 0

C is useful to know, especially for understanding how pointers work, but for most projects a high level language such as C# makes more sense.

1 year ago 2 0 0 0

maybe

1 year ago 0 0 0 0

No obvious scrolling issues on my Nokia G60 (Snapdragon 695) actually really surprised a React Native app can perform this well I can usually tell that an app was written in React Native due to performance issues on this device.

1 year ago 1 0 0 0
Preview
Release v0.1.2 ยท Epictek/Avalonia-Blazor-Bindings ๐Ÿ“œ Changelog Version v0.1.2 ๐ŸŽ‰ Updated to Avalonia 11.2.0 ๐Ÿ”„ Added parsing from strings for some AttachedProperties (ints, doubles) Now, Grid.Row="0" is a valid property. โœจ Renamed namespace to Blazo...

New release of Avalonia Blazor Bindings. Updated for the latest release of Avalonia.

github.com/Epictek/Aval...

#dotnet #blazor #avaloniaui @avaloniaui.bsky.social

1 year ago 7 1 0 0
Preview
GitHub - Open-Systems-Pharmacology/rSharp: R package for communication with .NET Core R package for communication with .NET Core. Contribute to Open-Systems-Pharmacology/rSharp development by creating an account on GitHub.

github.com/Open-Systems... seems to be it, not to be confused with rsharp.net which also seems interesting

1 year ago 1 0 1 0
Advertisement
Power Mode II - IntelliJ IDEs Plugin | Marketplace Power Mode Based on the activate-power-mode atom plugin and forked from Baptiste Mesta on Github. Features Exploding falling sparks Editor shaking Flames Heatup based...

Ended up installing this Rider plugin to keep my sanity whilst doing a very boring and complicated "refactor"

plugins.jetbrains.com/plugin/8251-...

1 year ago 1 0 0 0

With .NET 8 they've sort of blurred the lines between wasm blazor and server side blazor as the main template is a sort of hybrid between all the hosting models. If you want to publish as a static page you'll most likely want to use the `blazorwasm` template instead.

1 year ago 1 0 1 0

You are using a WebAssembly project and not one of the server projects right?

1 year ago 1 0 1 0
Preview
Blazor | Cloudflare Pages docs Blazor โ†— is an SPA framework that can use C# code, rather than JavaScript in the browser. In this guide, you will build a site using Blazor, and deploy it using Cloudflare Pages.

I personally use cloudflare pages as its even easier and has a bunch of nice features developers.cloudflare.com/pages/framew...

1 year ago 1 0 1 0
Preview
Host and deploy ASP.NET Core Blazor WebAssembly Learn how to host and deploy Blazor WebAssembly using ASP.NET Core, Content Delivery Networks (CDN), file servers, and GitHub Pages.

Should just be a case of uploading the contents of the wwwroot folder you get as a result of publishing but ideally you want to set up github actions to deploy and build when you commit.

learn.microsoft.com/en-us/aspnet...

1 year ago 1 0 1 0

.NET works well on Linux, and has first class support from Microsoft (they use docker to host a lot of ASP.net things). So I'm curious to know what issues you are having, It'll likely be an easy fix

1 year ago 1 0 1 0

Regions are bad practise IMO, They can hide important code. Much prefer separating thing by files if possible.

1 year ago 1 0 0 0
Advertisement

Yeah with Blazor you can make full featured SPA's without having to touch JS for the most part. Works well with Tailwind as you then don't have to touch CSS either.

1 year ago 1 0 0 0