alexzeitler, to dotnet
@alexzeitler@mastodon.social avatar

We're so back with MVC

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

alexzeitler, to dotnet
@alexzeitler@mastodon.social avatar

Today I started a new little thing for /

🌲 Pines.TagHelpers is a collection of ASP.NET Core Tag Helpers based on the Pines UI components library using Alpine.js and Tailwind CSS.

It all starts with a "copy to clipboard" tag helper, more will be added over time:

https://github.com/AlexZeitler/Pines.TagHelpers

Code how to insert the Copy to Clipboard Tag Helper

zachleat, to random
@zachleat@zachleat.com avatar

📮 New post:

The Good, The Bad, The Web Components

https://www.zachleat.com/web/good-bad-web-components/

A full crash course on the state of web components, where they fit in JavaScript frameworks landscape, and how to make use of them moving forward!

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@mattwilcox @zachleat Welp… I got nerd-sniped. I hope you are happy now!

davidfowl, to dotnet
@davidfowl@hachyderm.io avatar

We just posted a blog about Microsoft Office’s RTC (Real-Time Channel) migration to modern .NET! This was one of the earliest uses of SignalR in the company!

https://devblogs.microsoft.com/dotnet/office-rtc-dotnet-migration/

damienbod, to blazor
khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

I really wish engine would give you the chance to pre-process the mark-up in views. This would make it easier to integrate frontend SSR into the ecosystem.

I think there's a way to do it, but it would be janky.

khalidabuhakmeh, to javascript
@khalidabuhakmeh@mastodon.social avatar

Round 2 of making #shoelace components work with #htmx. #javascript #aspnetcore

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

needs to figure out how to auto-escape @ symbols inside of script src tags or we're all screwed when using Razor.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

I got working with , but there are some caveats—time to write another blog post.

Overall, I could see this being really helpful for folks building .

alvinashcraft, to blazor
@alvinashcraft@hachyderm.io avatar
khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

I wouldn’t be surprised to see #dotnet 9 drop #bootstrap and start pushing #FluentUI as the design approach for #aspnetcore web applications.

Just sayin’.

Please come back to this toot when I'm right. 😅

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

I’ve been maintaining HTMX.NET for 3 years now. WTF?! When did that happen?

https://github.com/khalidabuhakmeh/Htmx.Net

jamesmontemagno, to dotnet
@jamesmontemagno@mastodon.social avatar

To end the year, I have one more video for you. Recapping my Top 10 Features released in Visual Studio this year! So many goodies!

https://www.youtube.com/watch?v=jBUTT7s6zC0

#dotnet #visualstudio #dotnetmaui #dotnet8 #aspnetcore #blazor

andrewlock, to dotnet
@andrewlock@hachyderm.io avatar

Blogged: Updates to the StronglyTypedId library - simplification, templating, and CodeFixes

https://andrewlock.net/updates-to-the-stronglytypedid-library/

In this post I describe some recent major updates to my StronglyTypedId NuGet package, describe why I made the changes, and demonstrate how they work

maartenballiauw, to dotnet
@maartenballiauw@mastodon.online avatar

We have a livestream coming up next year!

📺 Mastering OData: An In-Depth Developer’s Guide

🗣️ Speaker: @cwoodruff
🗓️ When: January 9th, 2024, 3 PM UTC
🤗 Open to all, welcome!
🎟️ More info: https://jb.gg/69rlcy

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

I wonder if the templates will drop bootstrap and start shipping the Fluent style with apps. I think it would make sense for templates but what do I know.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Using #JetBrains Annotations in #JetBrainsRider, you can get endpoint code completion for any method that takes a URL from existing endpoints within the current #aspnetcore solution.

This is pretty powerful stuff for #dotnet developers.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

I was reading @andrewlock latest blog post on redacted logging and thought I would recreate a sample for my understanding.

I also sourced all the packages you will need in the off chance you’re using logging in a non- situation.

Cheers :) 🍻

sample: https://github.com/khalidabuhakmeh/DotNetRedactedLogging
blog post: https://andrewlock.net/redacting-sensitive-data-with-microsoft-extensions-compliance/

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar
khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@joelving I have a NuGet package that integrates with in a much more intuitive way.

andrewlock, to dotnet
@andrewlock@hachyderm.io avatar

Blogged: Enriching logs with [TagProvider] and ILogEnricher

https://andrewlock.net/customising-the-new-telemetry-logging-source-generator/

In this post I look at the [TagProperties] and ILogEnricher features from the Microsoft.Extensions.Telemetry package and show how they can be used in your apps.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

More on my #WebComponent with #aspnetcore kick. Here is the same counter component counting by passing values to the server and back. #dotnet

Vanilla WebComponent with fetch calls to ASP.NET Core backend

khalidabuhakmeh, to blazor
@khalidabuhakmeh@mastodon.social avatar

I recreated the counter demo with a vanilla in an application. This is pretty cool.

JavaScript WebComponent in ASP.NET Core application

khalidabuhakmeh, to javascript
@khalidabuhakmeh@mastodon.social avatar

So @pauleveritt sent me a blog post, and I had to recreate it. I could see myself writing web components in the future.

Original post: https://multiline.co/mment/2023/12/reactivity-with-attributes/

Fave button written using Web Components

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@pauleveritt I’m ready for this future. I might take time to write a web components with your applications.

rockylhotka, to dotnet
@rockylhotka@fosstodon.org avatar

My friend Rachel Appel tagged me in her post about Blazor and its usage. I got a bit carried away with my answer and it ended up being a blog post.

https://blog.lhotka.net/2023/11/29/How-Does-Blazor-Compete-with-MVC-and-Razor-Pages

#dotnet #blazor #aspnetcore

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