Chris Gardner · @freestylecoder
87 followers · 174 posts · Server hachyderm.io

And, yes . If I'm doing unsupported pre-release stuff, I want the really unsupported but reasonably stable stuff. As soon as hits the first release version, I swap it over there.

#dotnet7 #dotnet8

Last updated 1 year ago

Chris Gardner · @freestylecoder
87 followers · 172 posts · Server hachyderm.io

Woohoo, I'm back on track with the conversion of the math library. It's amazing how fast you can fix the problem when you, I dunno, actually read the error message and not just assume what it says...

#dotnet7 #fsharp

Last updated 1 year ago

Yes! Finally successful in getting my app to import Lists from a csv backup file.

It's nuts how there's actually NO W3C standard for passing array-parameters in a query: stackoverflow.com/a/67095427 . It's framework dependent, and is PHP dialect here.

docs.joinmastodon.org/methods/ wants an account_id array, but NOT in json which would be more concise.

Instead, it's fat pairs of literally { "account_ids[], "<account-id>" } for every account to add!

#dotnet7 #blazor #mastodon #mastodonmigration

Last updated 1 year ago

Antão Almada · @antaoalmada
2 followers · 2 posts · Server dotnet.social

breaks existing restriction when using generics. It is now much easier to implement generic math types.
I wrote a small article explaining the limitations and how you can use the new features.

link.medium.com/6RCzxztswAb

#dotnet7 #dotnet #csharp

Last updated 1 year ago

@TimPurdum Right, I flied a GitHub against that API as the issue started in at least 09/2021 and is STILL unresolved.

I tried out the only solution (hack by @dotMorten) and then hit another wall where the thread didn't have some necessary permissions.

They closed that issue to combine it with github.com/microsoft/WindowsAp where people are still begging for updates right up to June 4, 2023 !

#dotnet7 #winui #maui

Last updated 1 year ago

It's 2023, , and this is fubar is still happening in a Hybrid app:

"System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.IO.IOException: Cannot determine the frame size or a corrupted frame was received."

Meanwhile, back to 2021 in .NET 5.0 -- same: stackoverflow.com/questions/64

Things I hate about new Microsoft APIs. Completely untested alpha quality, and tied to OS version.

Need Win11 upgrade from Win10? wth.

#dotnet7 #blazor #maui

Last updated 1 year ago

Antão Almada · @antaoalmada
2 followers · 1 posts · Server dotnet.social

I've just released the first beta version of my NetFabric.Numerics.Angle!

It provides a powerful and flexible set of tools for working with angles in your projects. Calculate, convert, and compare angles with type safety and units support.

nuget.org/packages/NetFabric.N

#dotnet7

Last updated 1 year ago

Marco Siccardi :dotnet: · @MSicc
372 followers · 89 posts · Server dotnet.social

If you are interested in how came to its current incarnation, these two blog posts by @andrewlock are drawing a pretty complete picture:

Understanding the .NET ecosystem: The evolution of .NET into .NET 7
andrewlock.net/understanding-t

Understanding the .NET ecosystem: The introduction of .NET Standard
andrewlock.net/understanding-t

#dotnet #learning #knowledge #netframework #netstandard #dotnet7 #history #ecosystem

Last updated 1 year ago

InfoQ · @infoq
522 followers · 122 posts · Server techhub.social

Several features have been added to with the release. This tutorial shows how they are now almost as powerful as traditional controller-based APIs while being far less verbose.

article by Fiodar Sazanavets: bit.ly/3yRd2a2

#minimalapis #dotnet7 #infoq #dotnet #aspnetcore #api

Last updated 1 year ago

I'll be messing with the on a side project I'm working on. Has anyone I know done much with it?

Any advice, direction, suggestions? :think:

:love:

#youtubeapi #googleapi #csharp #dotnet #dotnet7

Last updated 1 year ago

Acorn · @acorn
15 followers · 26 posts · Server quiet.town

I just deployed my revamped mirror of The Anarchist Library. It now has a search feature and is much faster and more reliable.

This rendition uses and

gemini://library.inu.red
portal.mozz.us/gemini/library.

#gemini #dotnet7 #mariadb #anarchistlibrary #anarchism

Last updated 1 year ago

InfoQ · @infoq
450 followers · 50 posts · Server techhub.social

Community Toolkit 8.1 has been released!

This release includes new features, bug fixes, and performance improvements to the MVVM Toolkit source generators.

Read more on : bit.ly/3YBY2aC

#dotnet #infoq #dotnetframework #dotnet7 #csharp11

Last updated 2 years ago

Fabrizio Bagalà · @fabriziobagala
1 followers · 5 posts · Server mastodon.social

There are some interesting changes and additions in 's networking space:
➡️ New QUIC APIs
➡️ Updated networking security
➡️ Updates to the WebSockets functionality

See what's new 👇
devblogs.microsoft.com/dotnet/

#dotnet7

Last updated 2 years ago

Sass, David · @sassdawe
162 followers · 356 posts · Server infosec.exchange

Using is there a way to NOT hardcode the name of the trigger?

Use case would be having multiple deployment slots and not wanting to store (<queue count> * <slot count>) of app setting configurations because we don't like to nightmares when when we are not sleeping (nor when we are asleep but that is a different question)

So *NOT* this ⬇️

#azurefunctions #dotnet7 #isolatedfunctions #queue

Last updated 2 years ago

InfoQ · @infoq
408 followers · 22 posts · Server techhub.social

In networking operations, improves the capabilities and performance of the existing & protocols. It exposed a new protocol called and has many performance improvements compared to .NET 6.

Find out more on : bit.ly/3XIepSH

#dotnet7 #http #websockets #quic #infoq #dotnet

Last updated 2 years ago

Saï · @candoumbe
2 followers · 6 posts · Server dotnet.social

Anyone experiencing issue with ?
Their only supports 2.1, 3.1 and (all currently out of support) and since linux agent only has and sdks.
Anyone out there with a better option than installing a deprecated sdk ?
I'm using and would very much like not to have to customize the generated YAML file.

The project : github.com/candoumbe/candoumbe.types

#codecov #dotnet #tool #NETCore #dotnet5 #github #dotnet6 #dotnet7 #nuke #opensource

Last updated 2 years ago

Michael Washington #Blazor · @Adefwebserver
114 followers · 125 posts · Server hachyderm.io

I just upgraded blazorhelpwebsite.com/ to a true application and I think it moves a lot faster 👍🏾😊

#dotnet7

Last updated 2 years ago

Ryan Li · @jtr109
9 followers · 210 posts · Server mastodon.world

Keep in mind on the value of `Kind` property in a `DateTime` object. Remember to set them from `Unspecified` to an actual one in . To fix it from `Unspecified` Kind, you can call `SpecifyKind` method.

learn.microsoft.com/en-us/dotn

#csharp #dotnet #dotnet7

Last updated 2 years ago

Michael Washington #Blazor · @Adefwebserver
114 followers · 127 posts · Server hachyderm.io
Steve Dunn · @stevedunn
57 followers · 18 posts · Server mastodonapp.uk