dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#csharp

8 posts8 participants0 posts today
ghosttie<p>Whut</p><p><a href="https://mastodon.gamedev.place/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a></p>
Dev Leader<p>All beginners should get familiar with the switch statement.</p><p>If you're new to programming and csharp, you may have come across a switch statement but not fully understood how it works.</p><p>A switch statetement is a helpful tool for managing conditional checks. In some cases it can enhance readability and reduce some low-level overhead.</p><p>Learn all about it so you can use it effectively!</p><p>Check out the article:<br><a href="https://www.devleader.ca/2023/11/02/beginners-csharp-switch-statement-tutorial-how-to-properly-use-a-switch-statement/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">devleader.ca/2023/11/02/beginn</span><span class="invisible">ers-csharp-switch-statement-tutorial-how-to-properly-use-a-switch-statement/</span></a></p><p><a href="https://hachyderm.io/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> <a href="https://hachyderm.io/tags/beginner" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>beginner</span></a> <a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://hachyderm.io/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a></p>
Jobs for Developers<p>MongoDB is hiring Senior Software Engineer</p><p>🔧 <a href="https://mastodon.world/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> <a href="https://mastodon.world/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://mastodon.world/tags/java" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>java</span></a> <a href="https://mastodon.world/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://mastodon.world/tags/react" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>react</span></a> <a href="https://mastodon.world/tags/aws" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aws</span></a> <a href="https://mastodon.world/tags/azure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>azure</span></a> <a href="https://mastodon.world/tags/gcp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gcp</span></a> <a href="https://mastodon.world/tags/mongodb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mongodb</span></a> <a href="https://mastodon.world/tags/seniorengineer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>seniorengineer</span></a><br>🌎 New York City, New York<br>⏰ Full-time<br>🏢 MongoDB</p><p>Job details <a href="https://jobsfordevelopers.com/jobs/senior-software-engineer-at-mongodb-com-feb-20-2025-229335?utm_source=mastodon.world&amp;utm_medium=social&amp;utm_campaign=posting" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jobsfordevelopers.com/jobs/sen</span><span class="invisible">ior-software-engineer-at-mongodb-com-feb-20-2025-229335?utm_source=mastodon.world&amp;utm_medium=social&amp;utm_campaign=posting</span></a><br><a href="https://mastodon.world/tags/jobalert" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jobalert</span></a> <a href="https://mastodon.world/tags/jobsearch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jobsearch</span></a> <a href="https://mastodon.world/tags/hiring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hiring</span></a></p>
WetHat💦<p>SOLID Principle = Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.</p><p>A compact reference for developers with examples in C#</p><p><a href="https://dev.to/imajenasyon/solid-principle-4jno" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dev.to/imajenasyon/solid-princ</span><span class="invisible">iple-4jno</span></a></p><p><a href="https://fosstodon.org/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://fosstodon.org/tags/Csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Csharp</span></a> <a href="https://fosstodon.org/tags/BestPractice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BestPractice</span></a> <a href="https://fosstodon.org/tags/SOLIDprinciple" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SOLIDprinciple</span></a> <a href="https://fosstodon.org/tags/OOP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OOP</span></a></p>
WetHat💦<p>How to fix slow code:<br>➡️ Avoid logging everything in production: it eats resources and slows execution.<br>➡️ Loops matter: use optimized methods like list comprehensions in Python for speed.<br>➡️ Be mindful of hardware quirks like cache misses and memory fragmentation.<br>➡️ Understand how database queries and copy-paste operations can impact efficiency. </p><p><a href="https://www.freecodecamp.org/news/why-your-code-is-slow-common-performance-mistakes-beginners-make/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">freecodecamp.org/news/why-your</span><span class="invisible">-code-is-slow-common-performance-mistakes-beginners-make/</span></a></p><p><a href="https://fosstodon.org/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://fosstodon.org/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://fosstodon.org/tags/Csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Csharp</span></a></p>
:heart_clockwork: 0x4d6165 :queer_anarchy:<p><span>C# nerds and aspnet core fans how do you do (not how does one but how do you specifically) handle auth between an api and a front end? the docs are like "noooo don't use jwt use oidc!!" and then only seem to provide docs for oidc integration in razor? i can probably figure it out but i feel like i'm "holding something wrong." is it just that microsoft wants you to use entra and nothing else? </span><a href="https://wanderingwires.net/tags/dotnet" rel="nofollow noopener noreferrer" target="_blank">#dotnet</a><span> </span><a href="https://wanderingwires.net/tags/csharp" rel="nofollow noopener noreferrer" target="_blank">#csharp</a><span> </span><a href="https://wanderingwires.net/tags/fediHelp" rel="nofollow noopener noreferrer" target="_blank">#fediHelp</a></p>

I've been playing with Github Copilot, and it kept telling me that my constructors were wrong. I finally got it to say that the reason they are wrong was because C# doesn't support primary constructors, a feature which was introduced to classes in C# 12 (2023)...

In related news my free trial is nearly up 😅

#AI#DotNet#Github

I wonder if a Silk.NET backed C# game engine would be competitive. I bet 50 bucks it would, but would I bet 50 months of work?

The philosophy would be to keep as much as possible in managed code. Only interface with native through Silk.

Anyone got experience with Silk? Since it's mostly generated, and kind of brings the whole kitchen sink, how performant are its bindings?

Do you know of an alternative?