David Grace - Round The Code @RoundTheCode
.NET enthusiast 🚀 | Visit my website for .NET tutorials, code examples, and coding challenges 💻 | Teaching .NET through my YouTube channel 🎥 roundthecode.com Worthing, United Kingdom Joined April 2013-
Tweets744
-
Followers395
-
Following137
-
Likes89
To practice C#, you could turn on your computer and wait for Visual Studio to load. But wouldn't it be good to practice online? Check out my online code editor so you can practice your C# coding skills with this coding challenge to convert mph to kph. roundthecode.com/dotnet-coding-…
You can call EnsureSuccessStatusCode in a HttpResponseMessage type when making an API call in your .NET project. With this line, if an unsuccessful status code is returned from the HTTP response, it will throw an exception.
Learn about adding SignalR to your ASP .NET Core project so you can add real-time communication. As well as sending and receiving messages, you'll also learn about how to send messages to different connected clients. Watch my video to find out more. youtube.com/watch?v=Mhgb_D…
You can call multiple asynchronous jobs and await all of them to complete by using Task.WhenAll. Task.WhenAll will only be completed when all tasks specified in its parameters are completed.
Feature Management in ASP .NET Core allows you to add feature flags. You do it by adding the Microsoft.FeatureManagement.AspNetCore NuGet package and calling AddFeatureManagement extension method.
Learn about SignalR and how to send and receive a message back from a hub. Messages can be sent to all clients, or to particular clients. roundthecode.com/dotnet-tutoria…
You can use IConfiguration, IOptions or IOptionsSnapshot to get appsettings configuration values into an ASP .NET Core application. But which one should you use? Watch my video to find out. youtube.com/watch?v=FAV1Xt…
When creating a custom scope in a .NET project, you can now create it asynchronously. The 'await' keyword has to appear before the 'using' statement, and you call the CreateAsyncScope.
To add the default extensions to wwwroot files in ASP .NET Core, you can add app.UseDefaultFiles() in Program.cs. This will add Default and Index (.htm and .html) as default files for a folder. It must be called before app.UseStaticFiles().
If you want to use IHttpClientFactory outside of ASP .NET Core, you can add Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Http to your project. Then build a service collection by adding your HttpClient to it.
In SignalR, you can use Clients.All to invoke a method to all connected clients. However, you can invoke a method to the connected client by using Clients.Client(Context.ConnectionId). This is handy if you want to send a message back after they sent one.
.NET 7 has now reached end-of-life meaning it's time to update! By not doing so risks your application's security. That's because Microsoft will no longer make any more updates to .NET 7 & won't put in fixes for newly found bugs. Watch my video for more: youtube.com/watch?v=Eywsbo…
You can add custom middleware to your ASP .NET Core app by using app.Use. This example will add a response header of X-Frame-Options with a value of SAMEORIGIN. You can also add it in a class and register it by using app.UseMiddleware();
Have you tried using VS Code to develop a .NET application? Watch my video where we develop an Web API project and run it using Visual Studio Code. How does it compare to Visual Studio? youtube.com/watch?v=ljXDKB…
You can use a scoped service in a .NET background task like a hosted service. Inject the IServiceProvider instance, and then call the CreateScope method within it. You can use that scope instance to resolve a scoped service.
Theory in xUnit allows you to add parameterised tests. You can add [InlineData] with [Theory] to your tests and add the parameters you wish to test against. This stops adding unit multiple tests for the same logic.
Useful .NET xUnit commands: Creates xUnit project: dotnet new xunit Adds NuGet package dotnet add package Moq Runs a test: dotnet test
Useful .NET commands: Creates new Web API project: dotnet new webapi -n MyProject -controllers Creates interface: dotnet new interface --name IMyService Creates class: dotnet new class --name MyService Creates API controller: dotnet new apicontroller --name MyController
If an unhandled exception is thrown in C#, it will always run the finally block if you are using ASP .NET Core. However if you are using a console app, the program will exit before calling the finally block meaning that it will never execute.
IOptionsSnapshot allows you to bind config values from appsettings into a class. You add the options in Program.cs and can inject IOptionsSnapshot adding the config class as the generic type. It has a scoped lifetime scope meaning values can change without restarting the app.

ASP.NET Core News @aspnetcore_news
28K Followers 505 Following We ❤️ #AspNetCore - Submit your blog posts and articles on https://t.co/v3ixUompmj to increase the chance of being shared.
Matthias Jost @jost0101
2K Followers 2K Following Enthusiastic About Software Development // Side projects and #dotnet content creation in my free time
dmitriipivo @dmitriipivo
2 Followers 67 Following
Healthy Life @Guardian_Veer
1 Followers 54 Following
Mani Peralta @ManiPeralta
43 Followers 96 Following
Hieu Nguyen Chi XMan @HieuXman
3 Followers 344 Following
Bill Eisenman @BillEisenman
56 Followers 1K Following
Félix Armando @_FelixArmando
86 Followers 538 Following
Brian Sherwood @brians117
35 Followers 843 Following
Alexander Cevallos @AlexCevallosC
355 Followers 5K Following Trata a los demás como quisieras que te traten
Fer @fer82_
7 Followers 170 Following Developer Advocate @ Microsoft | MBA, AI, Cloud Architecture, Platform Engineering
Noor Al-Ali @Noor12AlAli
504 Followers 3K Following Supporting @yafa_fp Make charitable contributions to Palestine related causes and organizations. 🌐
Artan Ajredini @ajredini_artan
181 Followers 802 Following Aiming on digitalizing Software solutions through AI. CTO Founder at nativecloud with Expertise in .NET Azure & AWS Tweets and Threads about @.NET #Azure @AI
Waqar_Ahmed @Waqar_Ahmed06
4 Followers 133 Following Verily after every hardship, There is relief❣️🙂 - IT Student 👨🏻💻 - Start where you are. - Use what you have. - Do what you can :)
Paul Shaffer @pshaffer1
34 Followers 674 Following Christian, Father, software engineer, Penn State alum, US Army veteran, 5K Runner
Pierre Mccarthy @PMccarthy81
5 Followers 116 Following
somsak @anonymous8155
12 Followers 1K Following
@Liquidream@mastodon.... @Liquidream
3K Followers 365 Following ▪️ .NET Dev by ☀ | IndieDev by 🌃 ▪ 🕹️ Made: https://t.co/VLd93Lw3Mz • https://t.co/iYcWVbKa1B • https://t.co/zVgTB89EE7 on #Pico8 🏠 https://t.co/yh9vjgt8OW | He/Him
Vedant Phougat @phougatv
25 Followers 1K Following Software developer who uses C# | .NET | https://t.co/AcheOCCU73 Core | RESTful APIs | (No)SQL to develop tailor made solutions for business problems.
raJEsh @megacelebration
18 Followers 789 Following I am that, U r that, all this is that, and that's all there is.:-)
Meligy @Meligy
6K Followers 8K Following An Engineering Manager and occasional content creator / speaker. I often work with dotnet or Typescript fullstack developers and apply DevOps on Azure or AWS
x_Coding @MrxCoding
109 Followers 341 Following Just a simple software developer for fun. Maker of xTerminal, CIARE and some others. Self taught. Mainly C#. GitHub https://t.co/plONn9CTbo
Anton Zhilin @zhanty
37 Followers 265 Following
Mohd Naved Alam @millenial_engnr
8 Followers 927 Following Software developer skilled in C#/.NET Core, SQL Server, Azure, React.js | Dedicated to clean code and software architecture #TechEnthusiast #SoftwareEngineer
Stephen Johnston @steviejnts
22 Followers 505 Following
C# Insights @csharpinsights
268 Followers 165 Following Your go-to source for curated, high-quality content in the .NET world! C# Insights: https://t.co/zEqiyMBvoW
Bartek @BartegGora
306 Followers 517 Following
Calvin Muchemwa @calvin_muchemwa
17 Followers 293 Following C# .Net and Vue noob 👨🏽💻 | Fintech💰 | Payment Systems | iGaming 🎰
SathiyaramanM @SathiyaramanM
10 Followers 25 Following Solution Consultant at Sahaj Software | Ambitious .NET, Flutter, Next.js and Kotlin Developer | Blogger | SIH 2022 Finalist
Chandradev @Chandradev819
29 Followers 106 Following Senior web developer, Blazor aficionado, and freelance Blazor Developer. Passionate about crafting cutting-edge solutions. Let's connect and code! 🚀 #BlazorDev
Nadamat @Nadamat7
18 Followers 998 Following
Elsa @wallaceelsa49
309 Followers 3K Following
Daniela @daniela_vaughn3
294 Followers 3K Following
David Fowler @davidfowl
139K Followers 1K Following Distinguished Engineer at Microsoft on .NET, Creator of NuGet, SignalR, https://t.co/PiydKAsC8g Core, Aspire and Barbadian 🇧🇧, Tennis Player, Father, other half @symonefowler
Milan Jovanović @mjovanovictech
44K Followers 735 Following Practical .NET and Software Architecture Tips | Microsoft MVP 📰 The .NET Weekly: https://t.co/AOaa2Lvno7 ▶️ YouTube: https://t.co/3anEBSnzZs
ASP.NET Core News @aspnetcore_news
28K Followers 505 Following We ❤️ #AspNetCore - Submit your blog posts and articles on https://t.co/v3ixUompmj to increase the chance of being shared.
Jimmy Bogard is on Bl... @jbogard
43K Followers 2K Following Independent consultant. Creator of AutoMapper and MediatR. Originator of Vertical Slice Architecture. https://t.co/9O8heLDce1
Dave Callan | dotnet @Dave_DotNet
16K Followers 178 Following Microsoft MVP | .NET Developer & tech lead from Ireland! Talks about Azure, #csharp, #dotnet, Entity Framework and Visual Studio.
Davide Bellone | Code... @BelloneDavide
6K Followers 1K Following Author | International Speaker | Microsoft MVP | I publish content about #csharp, #dotnet, and #softwareArchitecture. 👨💻 Author of https://t.co/gYcixImyb6 🐧
Francesco Ciulla @FrancescoCiull4
199K Followers 379 Following -Software Developer -Rust, Docker, Web Dev -DevRel @dailydotdev -Docker Captain -Keynote Speaker -1M community...60%
.NET @dotnet
337K Followers 855 Following Free. Cross-platform. Open source. A developer platform for building all your apps. Official handle of the .NET team at Microsoft.
Matthias Jost @jost0101
2K Followers 2K Following Enthusiastic About Software Development // Side projects and #dotnet content creation in my free time
Steve Sanderson @stevensanderson
25K Followers 94 Following Developer/architect at Microsoft on the https://t.co/SuGq9SmGUf Core team. Original creator of Blazor.
Marinko (Code Maze) @CodeMazeBlog
3K Followers 507 Following Learn. Code. Succeed. Follow us on YT: https://t.co/THDAhTjuzj
Scott Hanselman 🌮 @shanselman
321K Followers 10K Following VP of Developer Community @ MSFT - Code, OSS, STEM, Beyoncé, 🏴🇿🇼#T1D, #DevRel YouTube+TikTok listen to the @Hanselminutes inclusive tech podcast!
.NET Foundation @dotnetfdn
59K Followers 197 Following Independent foundation fostering open development and collaboration around the growing collection of open source technologies for .NET.
Chandradev @Chandradev819
29 Followers 106 Following Senior web developer, Blazor aficionado, and freelance Blazor Developer. Passionate about crafting cutting-edge solutions. Let's connect and code! 🚀 #BlazorDev
Jordan Wade @jjordanwade
879 Followers 615 Following I don’t post everyday, but I do build something everyday Don’t go alone. App total: 6
molise.codes @molise_codes
589 Followers 725 Following Indiehacker Fullstack dev b2b #SaaS #php #flask
Mohsen Rajabi @mohsen_rajabi72
398 Followers 2K Following Tech Lead at Mofid Securities .NET / Architect - Consultant
AINewsChannel @AINewsChannel1
3K Followers 7K Following Coding, OpenAi, ChatGPT, Worldcoin, Upland, NFTs, Science, Humanities, Daily News! Here as well: https://t.co/Wk9Oeu93l1
SrinivasanSS @SrinivasanSS52
7K Followers 5K Following Software Engineer from Bangalore Native of Hyderabad Ambivert Can converse in English, Telugu, Hindi
Steven T. Cramer #Bla... @StevenTCramer
1K Followers 4K Following Author of TimeWarp.State https://t.co/wQuANCMI0b npub1dh5md7ysepkc2eqne5cmy2prvxscgadchtjwyapjrq67guvnmgfsf7fqg4
coipdfty @coipdfty
11K Followers 9K Following Belts, I have my plaid style, and COIPDFTY's legendary colorful style!
Eloff @eloffd
10K Followers 896 Following Software engineer with over 20 years experience. Work in robotics currently. Love Rust, Go, TypeScript, Python, SQL, sqlite, htmx.
chris champion @cchampo
43 Followers 425 Following
Jose Medina @JoseMedina724
356 Followers 493 Following From business to learning code to indie hacking, my journey is one of passion & growth! Follow for insights, the highs and lows of my adventure 💻 #IndieHacker
Mike Dennis 🏴 @Korn1699
2K Followers 6K Following I like to solve problems and write code. Disclaimer: This account is basically my id... 👀🤷♂️
Hannah Leopold @hannahsox12
3K Followers 563 Following Wife, First time Mama, Professional Mobile/Web Dev • Sharing my adventures in motherhood and homemaking • Come along for the ride! ⬆️
dotnetdevs.io @dotnetdevs_io
1K Followers 863 Following @dotnet developers community page. Not affiliated with @microsoft !
Joe Mayo @JoeMayo
16K Followers 7K Following Author and Independent Consultant Recent books: - Programming the Microsoft Bot Framework/MSPress - C# Cookbook/O'Reilly Agents, AI, Generative AI, MCP, RAG
Gamal Ahmed @gamalahmmed7264
25 Followers 395 Following
EmiliΛnΦ @emilianoveiga
271 Followers 166 Following software and hardware engineer, entrepreneur, researcher, professor, developer, life and time travel enthusiast
Bradley Wells @bradwellsb
597 Followers 166 Following Développeur .NET | Electrical engineer | Cofounder @cohoist | https://t.co/gESAFKGg1y
Aleksandr Gorin @WasteCleaner
6K Followers 5K Following Senior Web Engineer at N26. Live in Berlin, originally from Moscow.
Benktesh @benktesh1
121 Followers 354 Following Technology leader in carbon markets. Focused on meaningful work and happiness in technology.
Florin Pop 👨🏻�... @florinpop1705
196K Followers 2K Following I build stuff. On my way to making $1M 💰 My projects 👇
Nonso Dev @nonsodev
2K Followers 2K Following Senior ML engineer and Tech educator •• I Make AI powered solutions •• I speak 🇬🇧🇸🇦🇪🇸 .
Michael Garrido @mickegarrido
114 Followers 106 Following
David @pd96dev
305 Followers 5K Following
Code Driven Developme... @CodeDrivenDev
901 Followers 68 Following i share interesting links about frontend engineering. Delving deep into JS/Typescript, React, NextJS, and more. #a11y #frontend #coding
Sebastián Torres @SebasTorresDev
15 Followers 135 Following 👨💻 Aspiring Web Developer | .NET Enthusiast 🌐 |💻 C#, C++, Python | Future https://t.co/lgUImvCyJp & Blazor Developer | 🎮 Tech & Gaming Enthusiast | 📫 Let's Connec
Hemanth Vk @HemanthVk11
269 Followers 368 Following 🖥️ Java Developer | 🌟 Software Engineer II at Hashedin By Deloitte | Ex Tcser my portfolio- https://t.co/t3HhNOHmDQ
Dario Griffo @dariogriffo
545 Followers 377 Following 🐧Linux .NET developer. I will fight against broetry! https://t.co/5F3dCCIsxS
RITIK @_R_T_K__
4K Followers 1K Following Physics is my ex, coding is my wife 💁🏻♂️| Currently, Learning In Private, Not In Public ;)
Ross Burnette @Ross_developer
14 Followers 247 Following I'm an easy going person who loves what he does. I'm a Software Developer /Researcher that always seeks the good of others by helping companies grow.
P. Tech bro @HaleemSalaudeen
77 Followers 655 Following 🇳🇬💻🪩Software Engineer @cavistatech. | .Net enthusiast ⛩️ Microsoft, Azure MVP | Mentorship🪩 | Lead Engineer🪩 | Solution delivery ⛩️✈️
Emmanuel Adom @emkadom
50 Followers 761 Following Software Engineering | Technical Writing | QA Testing
sincethe90's @Caljayy1
140 Followers 371 Following C# || .NET dev || RUST language @Ucalcodes || 👨🎓... Github: https://t.co/Zd8sH69fMV || Liverpool ❤
kis.stupid @kiss__stupid
7 Followers 63 Following Let's learn together while building real-world .NET C# applications. And ML?
Jon Galloway @jongalloway
55K Followers 5K Following @[email protected] - I like computers and think someday others will, too. PM on .NET Community Team. Work for Microsoft but speak for myself.
Fahri.DΞV 📘 @fahrifarihk
4K Followers 4K Following Fullstack Developer from Indonesia 🇮🇩 • Founder of @Devslearn & @SidoSubur • Building Code Learning Platform https://t.co/wGUM33rgJM 🧑🏻💻 • Let's connect! 🤝
Cristina 🦉 @cristinazltv
23K Followers 1K Following Fintech Web Developer • CS50 • Retro Tech • 🇮🇹🇲🇩🇺🇦