Arama Sonuçları: "#ASPDOTNET"

20 sonuç
Solentik
Solentik@Solentik·
Mapping out the APIs for Solentik. We’re covering everything: ✅ Academic Years & Sessions ✅ Grading & Assessments ✅ Fee Management & Billing ✅ Notifications & Onboarding Organized chaos turning into a polished product. #SaaS #Coding #ASPDotNet
Solentik tweet media
English
0
1
1
16
Trend Plus
Trend Plus@HemangiTrend·
Is ASPDOTNET Still Relevant in 2026? 🤷‍♀️YES... ASPDOTNET Core keeps evolving with: ⚡ Faster performance & scalability 🔒 Strong security ☁️ Cloud‑native & microservices support 🤝 Huge developer community READ MORE: niotechone.com/blog/aspnet-co… #niotechone #ASPDOTNET
Trend Plus tweet media
English
0
0
1
15
Abinash sahoo
Abinash sahoo@see_the_sahoo·
Most ASP.NET Core bugs I debugged came from one mistake: treating HttpContext like a global object. It’s per-request, not permanent. Great in controllers. Dangerous in singletons. Understand this once → fewer production bugs. #DOTNET #ASPDOTNET
Abinash sahoo tweet media
English
0
0
0
13
Fit Invest 🇧🇪
Fit Invest 🇧🇪@FitInvest_Nico·
Photo souvenir du jour. Moi entrain ̶d̶e̶ ̶m̶i̶n̶er ̶d̶u̶ ̶B̶i̶t̶c̶o̶i̶n̶ ̶ de créer un site de rencontres en 2009. 😅 Un petit site en #php et #aspdotnet
Fit Invest 🇧🇪 tweet media
Español
2
0
8
868
Takashi Uesaka
Takashi Uesaka@takashiuesaka·
WOW, finally SSE is coming to .NET! Maybe in the future, we can select SignalR or SSE as the connection type when creating Blazor project with InteractiveMode=Server #dotnet #aspdotnet
Anton Martyniuk@AntonMartyniuk

The coolest feature in ASP .NET Core 10 yet! 𝗦𝗲𝗿𝘃𝗲𝗿-𝗦𝗲𝗻𝘁 𝗘𝘃𝗲𝗻𝘁𝘀 It's a simpler alternative to SignalR 👇 You may need to integrate real-time updates in your .NET application from the backend to the frontend. You have a few options to implement this: • Polling — frontend continuously checks the server for new data • SignalR — frontend subscribes to an event, and the server sends this event using WebSockets • Server-Sent Events (already available in .NET 10 preview) Polling endpoints every few seconds can overload your server and waste bandwidth, while full-duplex WebSockets may be overkill for simple, one-way updates. Server-Sent Events (SSE) provide a lightweight, reliable way for ASP .NET Core apps to push continuous streams of data without the complexity of bidirectional protocols. Today, I shared with 11,267+ people: ➡️ How SSE works and why it matters ➡️ Implementing an SSE endpoint with Minimal APIs ➡️ Testing your SSE stream using an HTTP Request file in the IDE ➡️ Building a simple Frontend Application to test SSE ➡️ Key differences between SSE and SignalR (WebSockets) I will show you how to create "Live Stock Market" updates both on the backend and the frontend. If you missed the issue, here it is (make sure to subscribe): ↳ antondevtips.com/blog/real-time… — ♻️ Repost to help your network learn about Server-Sent Events in .NET 10 ➕ Follow me ( @AntonMartyniuk ) for more #dotnet #API

English
1
0
6
445