Skip to main content

Search

Items tagged with: dotnet


A whopping 10,000 downloads in just 24 hours! We're deeply grateful for your overwhelming support and trust. Thank you for choosing #JetBrainsRider, and welcome to the JetBrains community. Here's to building amazing things together! 🙌💻 #dotnet #csharp #fsharp #aspnetcore #gamedev 🚀

jetbrains.com/rider


Hello fedi, any #DotNet and #NuGet experts here please?
I'm trying to prepare a NuGet package where I need to bundle a folder with a DLL and some accompanying files. Everything is good, the nupkg file is created, the folder is there (I can clearly see it with 7-zip). However, when installing the package, the folder is again there in the NuGet global cache, but not in the project where I install it!
I even asked a StackOverflow question [1] about it, but still no dice. Any thoughts please? Thanks!
[1]:stackoverflow.com/questions/78…


If there is some #dotnet developer interested in #GTK4 bindings, dislikes warnings like me and has some spare time to support a small size #OSS project feel free to stop by at github.com/gircore/gir.core

There are literally thousands of warnings to fix. The good news is that almost all of them are due to generated code. So a single fix could get rid of hundreds of them.

Come by to scratch that itch.


Folks will have to update their “find the syntax issues in this C# code” interview questions thanks to #csharp 12. 😅

#dotnet


If someone is curious about #AvaloniaUI and wants to try my Game of Life implementation, I have it up here.

The largest dimensions I could get were 250^2 before it started to feel sluggish. If you have better hardware, try it and see how high you can get.

#dotnet

github.com/khalidabuhakmeh/Gam…


Any #dotnet MAUI folks know what this error means?


The release of #NUNIT v2.0 was on October 3, 2002.

Allowing developers to unit test their #dotnet applications.

Do you even unit test? What unit testing framework are you using?


I have submitted yet another ticket to the #jetbrains #rider team to make their program #accessible for #blind users. Fellow #csharp #dotnet #developer friends, please share and upport my attempt as I think this is really important.
#a11y
rider-support.jetbrains.com/hc…


#dotnet #history #2

The first version of the .NET framework was released on January 15, 2002, for Windows 98, ME, NT 4.0, 2000, and XP.

#development


#dotnet 8 has a real opportunity to make some affiliate money. They just need to partner with Manscape on this ticket.


The trend in #csharp seems to isolate as much inside a function (thanks #fsharp).

I think it would make sense for #csharp to adopt global functions as a first-class citizen.

It definitely would reduce ceremony for folks using something like the Mediator pattern.

#dotnet


The new "required" keyword in #csharp 11 and #dotnet 7 are pretty cool.

Force consumers of your object to define values for properties. This helps reduce the need for constructor overloads.


#Dev recommendations 6. #RegEx can be a hard topic for every new person starting with #programming. However don’t be scared of them because they are useful and fun! If you struggle to learn #RegularExpressions here are my favorite resources.
1. regex101.com. This website is your all in one toolbox for regular expressions, with tutorials, reference and a very advanced debugger which can visualise the expression’s output. All for free, and with #accessibility for the #blind out of the box.
2. youtube.com/watch?v=r6I-Ahc0HB…
A little course on regular expressions. The teaching is cler and the guy explains everything on the way.
As always, if you have any questions about #RegEx, #csharp #dotnet, #swift or anything else, feel free to ask me!