mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

#aspnet

0 posts0 participants0 posts today

Adding to my #SSG ramblings. This is roughly the layout I'm thinking of.
Whether /content/Home will be there, I don't know yet, that is how Grav does it.
Keeping the wwwroot and Views/-structure, as that is configured by-default in ASP.NET.

The Views are all runtime-compiled and then rendered based on files inside the content-folder.

Reading the docs about doing a #aspnet to #aspnetcore migration. This migration feature is both neat and terrifying at the same time.

You can defer authN to your old .NET Framework app while you get things migrated. I would have figured that #aspnetcore could decrypt cookies into a claims principal if the apps are on the same domain.

#dotnet

learn.microsoft.com/en-us/aspn

learn.microsoft.comRemote AuthenticationRemote Authentication

Have people looked at #aspnet #WebForms lately?

In all honesty, the experience is nice and makes me wonder why this continues to be banned to shadow realm of .NET, known as Full Framework.

If you want a straightforward DX then this works.

Additionally, it doesn’t require a web socket or heavy Wasm payload to work (#Blazor). Finally if you hate writing #JavaScript, this adds interactions without the need for scripts. Given JS payload sizes, what’s a little ViewState payload?