#aspnetcore resultados da pesquisa

Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

aspnetcore_news's tweet image. Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

Many new metrics are coming in #aspnetcore .NET 10.

JamesNK's tweet image. Many new metrics are coming in #aspnetcore .NET 10.

Say hello to your new best friend: the Telerik UI for #ASPNETCore AI Coding Assistant! 🤖 This purpose-built tool is trained on over 110 components to generate high-quality, production-ready code so you can spend less time fixing & more time delivering features faster than ever…


Final post in my .NET 10 passkey series! Adding .NET 10 Passkey Support to Duende IdentityServer 👉 duende.link/berqe86 Learn how to add #dotnet 10 passkey support to a non-Blazor project such as MVC or Razor Pages. #security #aspnetcore #identity #webauthn


Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore

aspnetcore_news's tweet image. Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore

Proud to what we built 10 years ago! #dotnet #aspnetcore

davidfowl's tweet image. Proud to what we built 10 years ago!

#dotnet #aspnetcore

Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore

aspnetcore_news's tweet image. Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore

ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore

aspnetcore_news's tweet image. ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore

Need a secure OAuth desktop client for your #dotNET apps? 🔒 This guide by @damien_bod shows you how to build one that talks to an #ASPNETCore server, all secured by Microsoft Entra ID! 👇 prgress.co/43mZNgN


.NET and .NET Framework October 2025 servicing releases updates by Tara Overfield devblogs.microsoft.com/dotnet/dotnet-… #aspnetcore

aspnetcore_news's tweet image. .NET and .NET Framework October 2025 servicing releases updates by Tara Overfield devblogs.microsoft.com/dotnet/dotnet-… #aspnetcore

🎓 My newest course just dropped! "Migrating ASP.NET Web APIs → Core" Get strategies, advice, and demos of updating your Web API solutions to Core. 🔗 dometrain.com/course/migrati… #dotnet #aspnetcore #csharp #webapi

JTowerMI's tweet image. 🎓 My newest course just dropped!
"Migrating ASP.NET Web APIs →  Core"

Get strategies, advice, and demos of updating your Web API solutions to  Core.

🔗 dometrain.com/course/migrati…

#dotnet #aspnetcore #csharp #webapi

I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles. Most API tutorials show you how to make things work. This one is about building APIs that scale, stay maintainable, and follow best practices from…

iammukeshm's tweet image. I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles.

Most API tutorials show you how to make things work.  
This one is about building APIs that scale, stay maintainable, and follow best practices from…

Been using razor components + minimal apis for simple server rendered web apps. #dotnet #aspnetcore

davidfowl's tweet image. Been using razor components + minimal apis for simple server rendered web apps.

#dotnet #aspnetcore
davidfowl's tweet image. Been using razor components + minimal apis for simple server rendered web apps.

#dotnet #aspnetcore

🔥 Handling exceptions in .NET 8 just got better! Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore. 💡 What's awesome about it? ➡️ Implement a single method: TryHandleAsync ➡️ Work directly with HttpContext & error…

iammukeshm's tweet image. 🔥 Handling exceptions in .NET 8 just got better!

Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore.

💡 What's awesome about it?

➡️ Implement a single method: TryHandleAsync
➡️ Work directly with HttpContext & error…

A while ago, we ran into a strange issue in one of our #aspnetcore apps. We had a global exception handler in place. Everything looked fine on paper. But somehow, certain exceptions were slipping through. No logs. No custom error responses. Just raw 500s hitting the client. We…

iammukeshm's tweet image. A while ago, we ran into a strange issue in one of our #aspnetcore apps.

We had a global exception handler in place. Everything looked fine on paper. But somehow, certain exceptions were slipping through. No logs. No custom error responses. Just raw 500s hitting the client.

We…

Blogged: Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 andrewlock.net/understanding-… In this post I discuss request smuggling, the recent vulnerability in #AspNetCore with a severity score of 9.9, and how attackers could exploit it #dotnet


Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore

aspnetcore_news's tweet image. Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore

Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

aspnetcore_news's tweet image. Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

Microsoft fixes one of its "highest ever" rated security flaws - here's what happened by Sead Fadilpašić techradar.com/pro/security/m… #aspnetcore

aspnetcore_news's tweet image. Microsoft fixes one of its "highest ever" rated security flaws - here's what happened by Sead Fadilpašić techradar.com/pro/security/m… #aspnetcore

Great livestream a couple of weeks ago with .NET MVP Tore Nestenius: Demystifying Authentication in #aspnetcore Core A hands-on, clearly explained deep dive into the world of authentication. Recommended watch! youtube.com/watch?v=8tZQGJ… #dotnet #security #identity

DuendeIdentity's tweet card. Demystifying Authentication in ASP.NET Core

youtube.com

YouTube

Demystifying Authentication in ASP.NET Core


Working with Oracle Stored Procedures in #ASPNETCore using #Dapper? Learn how to handle output parameters efficiently with real code examples & tested steps. Perfect for enterprise devs integrating Oracle. 👉 Read more: c-sharpcorner.com/article/oracle… #DotNet #CSharp #Developers


Blogged: Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 andrewlock.net/understanding-… In this post I discuss request smuggling, the recent vulnerability in #AspNetCore with a severity score of 9.9, and how attackers could exploit it #dotnet


I’ve just updated my ASP.NET Core MCP Server example — it now includes a simple client built with the new Microsoft Agent Framework! Check it out on GitHub 👇github.com/marcominerva/M… #dotnet #aspnetcore #openai #mcp


Learn how to implement versioning in ASP.NET Core Web APIs using NuGet and Swagger to maintain backward compatibility in .NET 8. - hackernoon.com/how-to-impleme… #restapi #aspnetcore


Keep EF Core DbContext clean! Use modular IEntityTypeConfiguration<T> classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext. Benefits: ✅ Cleaner code ✅ Easier testing ✅ Scales better 🚀 #dotnet #efcore #csharp #cleancode

elliot1one's tweet image. Keep EF Core DbContext clean! 

Use modular IEntityTypeConfiguration&amp;lt;T&amp;gt; classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext.

Benefits: 
✅ Cleaner code
✅ Easier testing
✅ Scales better 🚀

#dotnet #efcore #csharp #cleancode
elliot1one's tweet image. Keep EF Core DbContext clean! 

Use modular IEntityTypeConfiguration&amp;lt;T&amp;gt; classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext.

Benefits: 
✅ Cleaner code
✅ Easier testing
✅ Scales better 🚀

#dotnet #efcore #csharp #cleancode

Many new metrics are coming in #aspnetcore .NET 10.

JamesNK's tweet image. Many new metrics are coming in #aspnetcore .NET 10.

Build Hooks in Dart are so COOL! I've created a fast_image package that uses Rust to do operations on images: cropping, resizing, encoding, etc. It's much faster than the "image" package on pub dev - see the screenshot. Plan to publish it soon! #dart #flutter #flutterdev

michael_lazebny's tweet image. Build Hooks in Dart are so COOL!

I&apos;ve created a fast_image package that uses Rust to do operations on images: cropping, resizing, encoding, etc.

It&apos;s much faster than the &quot;image&quot; package on pub dev - see the screenshot. Plan to publish it soon!

#dart #flutter #flutterdev

Save this post. I'm going to show you the GitHub repo where you can find 99% of the code you need to write: (485 .NET code examples in one place) The name of the repository? practical-aspnetcore: github.com/dodyg/practica… In one place it contains 485 different practical…

kristijan_kralj's tweet image. Save this post.
I&apos;m going to show you the GitHub repo where you can find 99% of the code you need to write:

(485 .NET code examples in one place)

The name of the repository?

practical-aspnetcore: github.com/dodyg/practica…

In one place it contains 485 different practical…

Proud to what we built 10 years ago! #dotnet #aspnetcore

davidfowl's tweet image. Proud to what we built 10 years ago!

#dotnet #aspnetcore

We're in the middle of migrating one of our biggest apps (5000+ servers) to .net core. In yellow is CPU usage for .net framework + asp.net. In green is .net core 3.1 + aspnetcore. We've migrated other apps but it's the first time we see such a dramatic improvement

KooKiz's tweet image. We&apos;re in the middle of migrating one of our biggest apps (5000+ servers) to .net core. In yellow is CPU usage for .net framework + asp.net. In green is .net core 3.1 + aspnetcore. We&apos;ve migrated other apps but it&apos;s the first time we see such a dramatic improvement

Efficient client-side filtering, who needs React compiler. 👀

James_Marotta's tweet image. Efficient client-side filtering, who needs React compiler. 👀

I can indeed! Here's img:not([alt]) { filter: blur(5px); }

addyosmani's tweet image. I can indeed! Here&apos;s 

img:not([alt]) {
  filter: blur(5px);
}

95% from hunters remove pics from endpoint my steps gathering all target endpoints filter the results just for pic extensions (cat endpoints.txt | egrep 'jpg|jpeg|png' > results.txt) filter to live send results for screenshot tool 1/2 #bugbountytips #bugbountytip #bugbounty

GodfatherOrwa's tweet image. 95% from hunters remove pics from endpoint 
 my steps
gathering all target endpoints
filter the results just for pic extensions
(cat endpoints.txt | egrep &apos;jpg|jpeg|png&apos; &amp;gt; results.txt)
 filter to live
send results for screenshot tool 

1/2
#bugbountytips #bugbountytip #bugbounty

I get this weird CC issue, and I do not even have any image added to the prompt... like wtf? "API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"Could not process image"},"request_id":"req_011CUbWmD5hx2RKJ2fyHQsmU"}" anyone else having this issue?

fgajtan's tweet image. I get this weird CC issue, and I do not even have any image added to the prompt... like wtf?

&quot;API Error: 400 {&quot;type&quot;:&quot;error&quot;,&quot;error&quot;:{&quot;type&quot;:&quot;invalid_request_error&quot;,&quot;message&quot;:&quot;Could not process image&quot;},&quot;request_id&quot;:&quot;req_011CUbWmD5hx2RKJ2fyHQsmU&quot;}&quot;

anyone else having this issue?

Images, mainly those posted to X, that were removed due to search filtering. 💗

nico_aiwoman's tweet image. Images, mainly those posted to X, that were removed due to search filtering. 💗

Bug Bounty Tip Always check different encodings for your XSS payload. For example: ?q=<img src onerror=alert(1)> ?q=\u003cimg src onerror=alert(1)\u003e There might be a filter that removes <>, but not unicode symbols \u003c \u003e. Cheers!

therceman's tweet image. Bug Bounty Tip

Always check different encodings for your XSS payload.

For example:
?q=&amp;lt;img src onerror=alert(1)&amp;gt;
?q=\u003cimg src onerror=alert(1)\u003e

There might be a filter that removes &amp;lt;&amp;gt;, 
but not unicode symbols \u003c \u003e.

Cheers!

ASP.NET Core, populate code for multiple selects using EF Core.

KarenPayneMVP's tweet image. ASP.NET Core, populate code for multiple selects using EF Core.
KarenPayneMVP's tweet image. ASP.NET Core, populate code for multiple selects using EF Core.

You asked for an advanced filter option... And we delivered! 🍦 What else do you guys want to see at Creem?

creem_io's tweet image. You asked for an advanced filter option... And we delivered! 🍦

What else do you guys want to see at Creem?

I present to you: filters that actually do work

callebtc's tweet image. I present to you: filters that actually do work

#CSS tip:📌 Using #CSS filters can add some nice image effects without using Sketch or Photoshop. You can use several filter types and can even combine them for different effects:

Lindsey_design's tweet image. #CSS tip:📌
Using #CSS filters can add some nice image effects without using Sketch or Photoshop. You can use several filter types and can even combine them for different effects:

Playing with texture filtering this morning! I think I do prefer the N64-style for Azaran 😋 A - 1080x1080 (HD source image) B - 32x32 point filter ("pixel"-style) C - 32x32 bilinear filter (Unity default) D - 32x32 3-sample bilinear filter (N64-style)

BenjiGameDev's tweet image. Playing with texture filtering this morning! I think I do prefer the N64-style for Azaran 😋

A - 1080x1080 (HD source image)
B - 32x32 point filter (&quot;pixel&quot;-style)
C - 32x32 bilinear filter (Unity default)
D - 32x32 3-sample bilinear filter (N64-style)

Several assets for avatar item filtering have been added. pokemod.dev #Datamine #PokemonGO

thepokemodgroup's tweet image. Several assets for avatar item filtering have been added.

pokemod.dev
#Datamine #PokemonGO

💡 Did you know about the backdrop-filter property in CSS?

_georgemoller's tweet image. 💡 Did you know about the backdrop-filter property in CSS?

CSS filter property visual guide for frontend developers 🎨 A Thread 🧵👇

AlfaizAliX's tweet image. CSS filter property visual guide for frontend developers 🎨

A Thread 🧵👇

Loading...

Something went wrong.


Something went wrong.


United States Trends