Happy to share that Radha AI is now part of Microsoft for Startup.
Discover our flagship AI, Instruct UI: Create https://t.co/58RiQRd6Gg Core Blazor front-ends from text or screenshots. Try it at https://t.co/WbAhBvUIz2.
Tragedies like this often occur due to a "window of vulnerability" or Cold Chain Failure. If the vaccine isn't stored at 2°C-8°C constantly, it loses potency.
4 ways to prevent this from happening to you
1️⃣ The 15-Minute Flush: Immediately wash the wound with soap and RUNNING water for 15 mins. This is the single most effective way to kill the virus at the entry point.
2️⃣ Demand the RIG: For broken skin (Category III), you need RIG (Rabies Immunoglobulin) inside the wound, not just the vaccine in your arm. RIG provides instant antibodies while the vaccine takes 7-14 days to work.
3️⃣ Choose the Right Hospital: Avoid small, local clinics that might have frequent power cuts or poor refrigeration. Go to a major government hospital where cold chain protocols (backup generators/medical fridges) are strictly monitored.
4️⃣ Zero Delay: If the bite is near the face/neck, the virus reaches the brain faster. Start the treatment within hours, not days.
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):
↳ https://t.co/6FD6d11Pwz
—
♻️ Repost to help your network learn about Server-Sent Events in .NET 10
➕ Follow me ( @AntonMartyniuk ) for more
#dotnet #API
🚀 Instruct UI - AI for MudBlazor UI generation! Generate ASP NET Core Blazor UIs with MudBlazor components from text or screenshots. Instant live previews in-browser.
🎥 Check the demo video Build a modern budget app front-end in minutes using Instruct UI and MudBlazor
Developed by Radha AI (Microsoft for Startups). Supports default Blazor, Tailwind, Bootstrap, and MudBlazor.
RAG is not Memory.
AI agents need long-term memory to maintain context and learn continuously.
5 frameworks for AI agent memory.
100% opensource.
1. Graphiti builds temporally-aware knowledge graphs for AI agents that change over time with evolving relationships and context.
Hey Blazor devs, has anyone tried generating Blazor UI code with AI?
Current AI models struggle with it, so I created a chat-based tool that generates Blazor UI from text or screenshots using built-in components like QuickGrid, and Form components, with Bootstrap and Tailwind for styling. Anyone interested in this?
Just built a quick event scheduler front-end using Blazor and Instruct UI—I just typed in what I needed, uploaded my wireframes, and watched the previews appear instantly. After some quick chat refinements, the UI was ready to go. See it in action.
Just created an event scheduler front-end with blazor in minutes using Instruct UI. Typed my requirements as prompt, uploaded wireframes, and saw instant live previews. With continues chat, I refined the UI further to match my needs. See it in action.