Matt DeMuth

97 posts

Matt DeMuth

Matt DeMuth

@SourSkills

Full Stack Software Engineer

Katılım Mayıs 2015
174 Takip Edilen31 Takipçiler
Matt DeMuth
Matt DeMuth@SourSkills·
@Dave_DotNet Yeah, as Bugs was saying you may need to make an external call with http client or pull a value from Redis or DB. While you certainly could wire something on your on Bugs, I think the ask is for this to be part of the standard api so it is more seamless to use
English
0
0
1
13
Dave Callan | dotnet
Dave Callan | dotnet@Dave_DotNet·
Who can answer this for bugs? 🐰 Why might we need async validation on a webpage? #dotnet
Bugs Bunny@BugsBunny30143

@Dave_DotNet LOL. He cant write an Async wrapper? Async validation for web? WTF! I mean, what’s he validating on a webpage that needs to be async. Methinkst he needs to learn him some Javascript, or rethink doing business validation in the UI.

English
7
0
5
3K
Dave Callan | dotnet
Dave Callan | dotnet@Dave_DotNet·
Labelled break and continue statements in C# 👀 This is currently a champion proposal (link in 2nd tweet) #dotnet
Dave Callan | dotnet tweet media
English
32
4
67
6.6K
Non-Linear
Non-Linear@nonlinear_james·
My list: 1. inferred generics like dart. That is, match recursively so that I can avoid generic type definitions more. Allow discards for known types too. There are so many boxing calls in libraries because of this it’s nuts. 2. Unions and result pattern complete with early return in a single line. 3. Blazor wasm lazy loading that happens automatically with nested routes like angular. 4. Full wasi compile, and wasi library consumption as if they were nuget packages with full intellisense. Also compile to wasi containers with AOT. You’re not done this until any rust library compile to wasi can be used directly in c# and those can be registered in nuget or we can consume a wasi package repository and rust should be able to consume c# wasi both with intellisense. (This ends the need for Python in a hurry) 5. Finish web request functionality and provide a fast endpoints/grpc style first class api system that allows any serializer along with a fixed openapi style definition syntax for it. 6. Non-c# file outputs of source generators. I want to generate typescript, dart etc classes and api libraries from the compilation of my c# (see last part of 5) Number 3 is optional. The rest are sea changes as big as async/await and will propel c# past all other languages.
English
1
0
4
327
Dave Callan | dotnet
Dave Callan | dotnet@Dave_DotNet·
ASP #dotnet 11 Planning milestones ⬇️ These issues (link below) are all the most upvoted issues and are potentials only. Which ones would you like to see implemented?
Dave Callan | dotnet tweet media
English
8
10
42
7.1K
Matt DeMuth
Matt DeMuth@SourSkills·
@mjovanovictech Just want to make sure you configure it with HttpClientFactory so you don’t leak TCP connections
English
0
0
0
138
Milan Jovanović
Milan Jovanović@mjovanovictech·
Refit - a game-changer API client I've spent many hours working with external APIs. It's a crucial part of modern software development. But let's be honest - it can be a real pain sometimes. We've all been there: - Configuring HttpClient for each API - Writing repetitive code - Hoping we didn't miss a parameter somewhere That's why I want to introduce you to Refit. It's a library that will help you build API integrations faster. It handles all the HTTP heavy lifting. You focus on what matters: your application logic. Here's everything you need to know about Refit: milanjovanovic.tech/blog/refit-in-… Did you ever work with Refit in your applications? --- Sign up for the .NET Weekly with 75K+ other engineers, and get a free Clean Architecture template: milanjovanovic.tech/templates/clea…
Milan Jovanović tweet media
English
5
10
91
6.4K
IT Guy
IT Guy@T3chFalcon·
Let me blow your mind real quick: When you use Remote Desktop (RDP), Windows secretly takes screenshots of what you are doing. It’s called the RDP Bitmap Cache. To make the connection faster, Windows saves small tiles (images) of the remote screen to your hard drive in a bin file. Even if the session is over and the remote server is destroyed... your laptop still holds the cache files. Forensics teams use tools like BMCViewer to stitch those tiles back together. They won't just see logs but the literal email, document, or picture you were looking at. 💀
IT Guy tweet mediaIT Guy tweet media
IT Guy@T3chFalcon

RDP Bitmap Cache.

English
174
1.6K
13.7K
846.6K
andrew
andrew@xoyanks·
nfl red zone today for no reason😭 #nflredzone
GIF
English
45
94
815
28.3K
Matt DeMuth
Matt DeMuth@SourSkills·
@RyanRodemoyer2 I think I would have to pick the first flavor. I haven’t seen the 2nd version used before but can see the appeal for sure
English
0
0
0
6
Matt DeMuth
Matt DeMuth@SourSkills·
@ccssmnn @housecor Oh no, really? Looks like I’ll need to make some react-native updates for my clients app. We still haven’t made all of our views native. Thanks for the heads up
English
0
0
1
23
Carl Assmann
Carl Assmann@ccssmnn·
@housecor wait until you see how they messen up the web (and webview). css position fixed is broken. especially after screen keyboard appearance.
English
1
0
0
63
Cory House
Cory House@housecor·
Just upgraded to iOS 26. Glass looks okay, but feels “cartoony”. Not sure it’s an upgrade in usability since some clickable areas are less prominent now. Feels inconsistent since some icons aren’t updated yet. And some formerly smooth interactions now tear on my 14 Pro.
English
4
0
16
4.3K
Matt DeMuth
Matt DeMuth@SourSkills·
@KarenPayneMVP I do not because the params can’t be made readonly as far as I know
English
2
0
4
475
Karen Payne MVP
Karen Payne MVP@KarenPayneMVP·
Do you use primary constructors?
Karen Payne MVP tweet media
English
39
5
93
9.7K
David Fowler
David Fowler@davidfowl·
One of my favorite new features coming in the next version of the aspire dashboard is the ability to overlay logs within the distributed trace traces. You can even see a preview on hover. #aspire @aspiredotdev
David Fowler tweet media
English
9
11
154
13.5K
Matt DeMuth
Matt DeMuth@SourSkills·
@RyanRodemoyer2 Oh my god, that bottom one, I had no idea. That’s amazing. Thank you
English
1
0
0
18
Dave Callan | dotnet
Dave Callan | dotnet@Dave_DotNet·
All these tools/approaches have their place of course and are likely fine in the right hands and for the right use cases, but unfortunately too many of us devs take them too far and over-apply things with pragmatism and without much critical thought.
English
5
3
24
6.6K
Dave Callan | dotnet
Dave Callan | dotnet@Dave_DotNet·
There is a solution for simplicity: Clean Architecture + DDD + Solid + Clean Code What do you think? Agree or disagree? #dotnet
Dave Callan | dotnet tweet media
English
26
3
75
12.8K
Matt DeMuth
Matt DeMuth@SourSkills·
@Dave_DotNet Secure enclaves? Interesting, had no idea that was a thing
English
0
0
2
83
Dave Callan | dotnet
Dave Callan | dotnet@Dave_DotNet·
Entity Framework + SQL Server: How to search over encrypted columns? 👀 #dotnet
Dave Callan | dotnet tweet media
English
15
9
130
16.6K
Rick Strahl
Rick Strahl@RickStrahl·
Current situation
Rick Strahl tweet media
English
3
1
38
2.2K