poppastring, to fediverse
@poppastring@dotnet.social avatar

I was looking at implementing with a while back, and I admittedly struggled and lost my enthusiasm for the project. However, I have found @mapache explanations and tutorials incredibly helpful and intuitive.

I am following his guide here: https://maho.dev/2024/02/a-guide-to-implement-activitypub-in-a-static-site-or-any-website/

DasBlog is not static so some of this does not apply, but enough does, and for the rest I can easily overlap gaps with the rich blogging engine. I am currently on step 5, this is happening!

cwoodruff, to random
@cwoodruff@mastodon.social avatar

Doing a talk at lunch today covering how to improve with . I have to give this talk a few times in 2024 at conferences, so it's a great way to improve the content before then. Wish me luck!

poppastring, to fediverse
@poppastring@dotnet.social avatar

Has anyone implemented Activity Pub with ASP.NET Core?

Not just types and objects but something that could be used for basic federation.

#activitypub #csharp #aspnet #aspnetcore

dotnet, to dotnet

On this week's Community Standup:
🗺️ .NET 9 Roadmap for ASP.NET Core
⭐ Daniel Roth, Jon Galloway, Jeremy Likness, Mike Kistler, Artak Mkrtchyan

🗓 Tuesday | Mar 19
⏰ 10:00 AM Pacific | 17:00 UTC

https://youtu.be/dOCSc37zdos

alexzeitler, to dotnet
@alexzeitler@mastodon.social avatar

I've build a HTML Router Tag Helper

Child content is only display when a route matches.

alexzeitler, to dotnet
@alexzeitler@mastodon.social avatar

We're so back with MVC

Stack is
→ ASP.NET Core MVC
@htmx_org
→ Alpine.js

tanczosm, to Blog

How To Use Blazor Server-Rendered Components with HTMX
How To Use Blazor Server-Rendered Components with HTMX - Using Blazor Static Server Rendered components with HTMX to create clientside experiences.

https://khalidabuhakmeh.com/how-to-use-blazor-server-rendered-components-with-htmx

@khalidabuhakmeh

ms_michel, to Blog French
@ms_michel@pouet.chapril.org avatar

Scriban for Text and Liquid Templating in .NET - Using Scriban, a .NET Library, for text templating and Liquid templating

https://khalidabuhakmeh.com/scriban-for-text-and-liquid-templating-in-dotnet

@khalidabuhakmeh

devleader, to blazor

Unit testing user interfaces makes some people uncomfortable.

Read more in this post:
https://www.devleader.ca/2023/10/30/blazor-unit-testing-tutorial-how-to-master-practical-examples/

heisedeveloper, to news German

In eigener Sache: Fachbuch zu ASP.NET Core Blazor 8.0 ist erschienen

Anhand des Fallbeispiels MiracleList zeigt das neue Buch die meisten Blazor-Funktionen in einem praxisnahen Gesamtzusammenhang.

https://www.heise.de/blog/In-eigener-Sache-Fachbuch-zu-ASP-NET-Core-Blazor-8-0-ist-erschienen-9535986.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege

gest01, to fedora
moutansos, to Blog
@moutansos@mastodon.social avatar
maartenballiauw, to blazor
@maartenballiauw@mastodon.online avatar

📺 Test Driven Development with

🗣️ Speaker: Scott Sauber
🗓️ When: Thursday, November 9th, 2023, 3 PM UTC
🤗 Open to all, welcome!
🎟️ More info: https://jb.gg/4wh9on

cwoodruff, to dotnet
@cwoodruff@mastodon.social avatar

Counting down the days to Orlando! I can’t contain my excitement for next month's conference, where I'll be diving deep into two exciting topics: ASP.NET Web API caching and the world of hypermedia. Get ready for some epic discussions and knowledge sharing!

Stephen Colbert Nerd GIF by The Late Show With Stephen Colbert

kedare, to dotnet

How do you manage "actions" over REST API ?
Let's say I have a /v1/instances REST resource and I need a "refresh" action that will trigger some async task, do you create a POST /v1/instances/<id>/refresh, or something like PATCH /v1/instances/<id> with a payload {"action":"refresh"}, or something else ?

angelmunoz, to dotnet

"Oh no, I typed 'dotnet new web' with F#!"

If you are peeking into the F# language?
You might stumble with the default dotnet web templates, is that bad? I don't think so 😋


https://dev.to/tunaxor/oh-no-i-typed-dotnet-new-web-with-f-4bin

khalidabuhakmeh, to blazor
@khalidabuhakmeh@mastodon.social avatar

Have people looked at 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 (). Finally if you hate writing , this adds interactions without the need for scripts. Given JS payload sizes, what’s a little ViewState payload?

isaacrlevin, to random

What’s New in ASP.NET Core 7

http://isaacl.dev/d11

swimburger, to programming

Azure OpenAI service is quite interesting. The same OpenAI models are used, but hosted in your Azure subscription. You're not sharing data with OpenAI as it is its own "fork" if you will.
Learn how to use Azure OpenAI with Twilio SMS to build a ChatGPT SMS bot on ASP.NET Core.

https://www.twilio.com/blog/build-a-chatgpt-sms-bot-with-azure-openai-service-and-aspdotnet-core

swimburger, to programming

Mark Heath shows us how to receive audio data from a Twilio phone call, how to change the audio format, and transcribe it to text in real-time using Vosk and ASP .NET Core

https://www.twilio.com/blog/transcribe-phone-calls-in-real-time-with-twilio-vosk-and-aspdotnet-core

swimburger, to programming

Want to write about .NET for the Twilio blog? Our call for content is open for submissions. Learn more about the process and $ here
https://twilio.com/en-us/voices

swimburger, to programming

Learn how to End-to-End Test SMS Applications with C# .NET and Twilio.
(I first started with using a TaskCompletionSource to make one incoming messages awaitable, but I wanted to be able to await multiple messages which let me down to the Channels API which is really cool.)

https://www.twilio.com/blog/e2e-test-sms-applications-with-csharp-dotnet-and-twilio

leanpub, to devops
@leanpub@mastodon.social avatar

Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! http://leanpub.com/k8s

leanpub, to devops
@leanpub@mastodon.social avatar

Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! http://leanpub.com/k8s

poppastring, to dotnet
@poppastring@dotnet.social avatar

.NET Aspire is a new stack that streamlines development of .NET cloud-native services and is now generally available.

Details here:

https://devblogs.microsoft.com/dotnet/dotnet-aspire-general-availability/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines