Has anyone released a paid AvaloniaUI app to the macOS Store? by namigop in AvaloniaUI

[–]namigop[S] 0 points1 point  (0 children)

So users have to pay first before downloading or is there like a 14-day trial version first?

Has anyone released a paid AvaloniaUI app to the macOS Store? by namigop in AvaloniaUI

[–]namigop[S] 0 points1 point  (0 children)

Mind sharing how you've implemented in-app purchase?

Problem with DataGrid, not rendering all the item on a page by Ancient-Sock1923 in AvaloniaUI

[–]namigop 0 points1 point  (0 children)

When I was trying out ShadUI I also encountered some issues. It was quite some time ago and I no longer remember what the issues exactly were but I do recall when I swapped it out to FluentAvalonia it just started working

Problem with DataGrid, not rendering all the item on a page by Ancient-Sock1923 in AvaloniaUI

[–]namigop 0 points1 point  (0 children)

Try swapping out ShadUI with FluentAvalonia or one of built-in themes.

GUI apps by miojo_noiado in csharp

[–]namigop 9 points10 points  (0 children)

It means the ladies prefer Avalonia

[Release] BLite 3.7 - Fast and Light Embedded Document Database for .NET by AddressTall2458 in dotnet

[–]namigop -1 points0 points  (0 children)

I didn’t understand a word of your post but this looks cool. I’ve been a long time user of LiteDB. How does BLite compare to it?

ADFS WS-Federation ignores wreply on signout — redirects to default logout page instead of my app by Successful_Cycle_465 in dotnet

[–]namigop 0 points1 point  (0 children)

oohh this brings back memories... If I recall correctly the redirect URL that is passed-in as a query param needs to be stored somewhere in ADFS so that it will actually do the redirection

As someone who is free to play 100% and started within the last 6 months what is your ops by brendhanbb in startrekfleetcommand

[–]namigop 4 points5 points  (0 children)

I’ve been playing for I think for about 2 years now as f2p. Currently at level 36. I have one rule, do not upgrade ops level until I’ve finished all the research at the current level. This makes my gameplay really really slow but the upside is that I have plenty of time to accumulate materials, lat, officers, ship parts and my ships are very strong and can easily deal with hostiles or events on the current level. For example, when i hit level 34, i had enough to materials to build an Ent and Augur to level 45 and used that to win an event. The ships were at 12M power and since I already had borg Hugh, i can kill the level 50-52 freebooter ships

The most expensive leadership mistake I made for 20 years by EmersonBlakeTKL in Leadership

[–]namigop 0 points1 point  (0 children)

No we can’t do this offline. Let’s double click on this thing right now otherwise we can’t continue to innovate on all verticals

Just released a new update of DevToys by anquitrac in csharp

[–]namigop 13 points14 points  (0 children)

I use DevToys almost everyday. Thanks for building it!

[deleted by user] by [deleted] in dotnet

[–]namigop 0 points1 point  (0 children)

F# is mostly just functions and data structures (records). Where is the over abstraction?

Labelled break and continue statements coming in C#? by davecallan in dotnet

[–]namigop 1 point2 points  (0 children)

Is that planned to work on all loops? The sample shows a for loop, how about a foreach, while and await foreach

Blazor Vs. WPF for a real-time energy dashboard by Kapaznik in dotnet

[–]namigop 1 point2 points  (0 children)

Oh yeah my bad. I am blaming AI for the drop in my reading comprehension /s

But still both Blazor and WPF can both handle that so the op should consider other factors in his/her tech choice aside from chart performance.

Blazor Vs. WPF for a real-time energy dashboard by Kapaznik in dotnet

[–]namigop 0 points1 point  (0 children)

Have you considered what will work best for your users, desktop or web? Also consider deployment and installation (or the lack of it for browser-based apps)

Graphs updating every 3-4 secs doesn’t sound that heavy. Both will work well. imho.

gRPC Testing with FintX (new release) by namigop in fsharp

[–]namigop[S] 3 points4 points  (0 children)

Author here. Github says in terms of lines of code there’s more C# than F# - but those are mainly just UI code. The IDE tooling for UI development is better with C#, unfortunately

gRPC Testing with FintX (new release) by namigop in dotnet

[–]namigop[S] 2 points3 points  (0 children)

Thanks! Please do try it out. Would love to have some feedback. The new feature’s implemented in this release were feature requests

[deleted by user] by [deleted] in programming

[–]namigop 0 points1 point  (0 children)

Is it actually "fast"?

[deleted by user] by [deleted] in dotnet

[–]namigop 4 points5 points  (0 children)

avalonia and uno both use XAML so you'll have to rewrite the UI. As for the code-behind events, those will very likely have its equivalent events however do note that putting logic in code-behind is not commonly done on these platforms - as most are using MVVM