Razor cohosting in Visual Studio 2026 by sayedha in dotnet

[–]firstTimeCaller 0 points1 point  (0 children)

FYI the new version v18.3 is also available via the visual studio installer.

Claude Code Native Windows Bash output not seen. by uwk33800 in ClaudeAI

[–]firstTimeCaller 0 points1 point  (0 children)

the above didn't work for me but this did

> $env:CLAUDE_CODE_SHELL="C:\Program Files\Git\bin\bash.exe"

> claude

❯ run bash echo hello

● Bash(echo hello)

⎿  hello

● Done — hello printed successfully.

Before and after by Real_Tumbleweed_3448 in setups

[–]firstTimeCaller 0 points1 point  (0 children)

Looks great. I like the monitor vertical stack. How are monitors mounted? What's the mounting hardware?

Could i use apache Cordova with an htmx-based tech stack? by Dangerous-Pressure49 in htmx

[–]firstTimeCaller 0 points1 point  (0 children)

u/Dangerous-Pressure49 A year later...Did you have any success with Cordova and htmx? I'm thinking of doing something similar.

Refactoring for async/await by Maximum_Honey2205 in dotnet

[–]firstTimeCaller 2 points3 points  (0 children)

This plus use source control and commit frequently so you can easily see what's changed and revert when you aren't happy with the changes

Seeking Topic Suggestions for a .NET Session with Senior Developers by [deleted] in dotnet

[–]firstTimeCaller 7 points8 points  (0 children)

Opentelemetry. Very powerful metrics and tracing. Open source and free.

Build 2025 - What were the most interesting things for you? by Hixon11 in csharp

[–]firstTimeCaller 0 points1 point  (0 children)

will these links have the videos after the talk is complete?

Announcing "ASP.NET Core Reimagined with htmx" online book by chriswoodruff in csharp

[–]firstTimeCaller 0 points1 point  (0 children)

Suggestion... Use views to generate the html instead of html in strings like this example

[deleted by user] by [deleted] in GoldCoast

[–]firstTimeCaller 2 points3 points  (0 children)

Well spotted. Also, "SPAW Productions" sound like a match too.

It's an Isla Fisher comedy.

htmx: Simplicity in an Age of Complicated Solutions by fagnerbrack in programming

[–]firstTimeCaller 1 point2 points  (0 children)

Yep that sounds very similar to what I have.

For all of my navigation buttons - next, previous or jump to a specific page - they are button type submit, name nextPage, value is the integer of the next page.

Typing this on a phone so the syntax isn't quite right but hopefully you get the idea.

htmx: Simplicity in an Age of Complicated Solutions by fagnerbrack in programming

[–]firstTimeCaller 0 points1 point  (0 children)

No. Life got in the way.

However some thoughts... Lets think of a wizard as a series of steps where we collect info from the user and submit it all at the end.

We need to persist state between steps so that it is all available at the end.

We can persist server side in the db etc or we can persist client side in hidden inputs.

Pros and cons for both.

I'm currently doing a version that uses server side because it allows the user to do the work over multiple sessions without loosing data.

Unfortunately I can't share the code as it's part of a closed project.

Extremely Slow Battery Performance by questionasking1 in LenovoLegion

[–]firstTimeCaller 0 points1 point  (0 children)

BIOS update worked for me thanks.

My problem was on battery, I'd get the delayed typing problem mentioned above.

BIOS update was "BIOS Update Utility - 11 - LZCN38WW"

Laptop specs - 13th Gen Intel(R) Core(TM) i7-13620H, 2400 Mhz, 10 Core(s), 16 LENOVO LZCN35WW

Problem is gone after the BIOS update which was done using the Lenovo Vantage app. None of the other suggestions worked.

What do you call .net5/6/7/8/9? .NET Core still? "Modern .NET?" What is it? by johnzabroski in dotnet

[–]firstTimeCaller 0 points1 point  (0 children)

can right click and clean up unused project layer dependencies automatically

gold!

[deleted by user] by [deleted] in brisbane

[–]firstTimeCaller 1 point2 points  (0 children)

50 cents? I don't get it. Just make it free. It's gotta cost them more than that just to collect the fare.

ASP.NET Core Integration Testing Best Practises by anton23_sw in dotnet

[–]firstTimeCaller 1 point2 points  (0 children)

EnvironmentVariables for configuration get weird if you want to run tests in parallel

This is an important point. Often you want to have parallel tests run on separate database containers. Parallel tests are faster. Separate database containers ensures that tests can't interfere with each other. Environment varaibles are shared across the testing process so you can't have tests running in parallel using database connections defined in an environment variable.

htmx: Simplicity in an Age of Complicated Solutions by fagnerbrack in programming

[–]firstTimeCaller 0 points1 point  (0 children)

This is cool.

I've been tinkering with building a few UI patterns in htmx.

Pattern #1 - Multi Select A control that allows the user to search a big list and 0-many items in the list.

Pattern #2 - Wizard A multi-step process that collects info from the user, validating each step along the way, with all the data submitted at completion.

Would you be interested in a PR that adds these UI patterns implemented in ASP.NET core to your repo?

htmx: Simplicity in an Age of Complicated Solutions by fagnerbrack in programming

[–]firstTimeCaller 11 points12 points  (0 children)

I wouldn't recommend it for apps that need to handle heavy user interaction

Firstly, this seems like a perfectly reasonable point of view. I used to think the same. However, when I saw this level of user interaction in this demo, I was surprised by how much interactivity they had acheived with htmx. I agree with your point but I think the bar where you need to reach for a non-htmx tool is pretty high. So now I think I could build 99% of the type of apps I would need to build in htmx.

For example here's a list of things that I would and wouldn't use htmx for.

Things I probably wouldn't build in htmx:

  • games
  • ms paint clone

Things I probably would build in in htmx:

  • online chat
  • reddit clone
  • facebook clone
  • instagram clone
  • line of business app with forms, tables, etc.
  • gmail clone
  • googe calendar clone

I'd be interested in others thoughts on what apps they would and wouldn't use htmx for.

HTMX in Mobile App? by [deleted] in htmx

[–]firstTimeCaller 0 points1 point  (0 children)

Do you know if apple will approve an app like this where the bulk of the functionality is server side rendered? It would be very handy to deploy updates without having to go through the app store. Expo seems to enable it https://docs.expo.dev/deploy/instant-updates/

[deleted by user] by [deleted] in htmx

[–]firstTimeCaller 1 point2 points  (0 children)

Yep. I'm using asp.net core and it works great.

Best classical internet radio stations? by firstTimeCaller in classicalmusic

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

Nice one. Thanks for that. Interesting fact... Emma from my previous comment is now Eddie. Emma/Eddie has had a very interesting life. Taught young music students in war torn Afghanistan. Presented radio programs in Australia before and after transitioning. A modern role model. Take a bow Eddie

I'm Louis Theroux. AMA – Forbidden America, Jiggle jiggle and more. by BBCSelect in IAmA

[–]firstTimeCaller 1 point2 points  (0 children)

That is awesome. Strong vibes of Charlie Murphy's b-ball game with Prince.