We have fixed network issues. However, we're delaying plans related to Nitrocid 0.2.0 due to unforeseen circumstances. Demos will be worked on, though.
We have fixed network issues. However, we're delaying plans related to Nitrocid 0.2.0 due to unforeseen circumstances. Demos will be worked on, though.
Personal programming project: reading/writing the MIDI 2.0 file format in C#/.NET.
I have no important reason to do this, but it makes my little geek heart flutter!
Once I make some progress, I'll probably make this my first big open-source project...
You can create new object instance in CSharp with THIS...
Read more here:
https://www.devleader.ca/2024/02/28/activator-createinstance-in-c-a-quick-rundown/
Development will be on hold while we're evaluating network issues. We'll coordinate with our ISP to find suitable solutions.
In what world does this make sense:
`IQueryable x = setA;
setA.Select((a) => a.prop);
`
Is not the same as
`IQueryable x = setA;
setA.Select(selectProp)
Public selectProp(A a){
return a.prop;
}
`
The second one compiled the function as a function and enumerates the entire set before running select, while the first compiled the lambda to an expression.
5 essential C# debugging tips in Visual Studio - fast & beginner-friendly
Here are 3 tips for beginners to get started with async/await in CSharp!
Read more here:
https://www.devleader.ca/2024/02/27/async-await-in-c-3-beginner-tips-you-need-to-know/
Hello Fediverse! I wanted to update my intro since things in my life are always updating and changing. I'm on a journey from "tech guru" to full-stack dev. I'm building my skills one line of code at a time. I'm also a huge fan of Star Wars, Marvel, and B-rated movies that are so bad it's good. Always down to talk tech. Let's connect!
4 simple tips for beginners to get started with reflection in CSharp!
Read more here:
https://www.devleader.ca/2024/02/26/reflection-in-c-4-code-simple-but-powerful-code-examples/
.NET Rocks! - C# 14 with Dustin Campbell and hosts Carl Franklin & Richard Campbell. buff.ly/N9emScO #podcast #dotnet #csharp #devcommunity #programming
.NET Rocks! - C# 14 with Dustin Campbell and hosts Carl Franklin & Richard Campbell.
https://www.spreaker.com/episode/c-14-with-dustin-campbell--67462207
Windows App SDK Version 1.8 Preview 1 Release Notes | Microsoft Learn.
buff.ly/mKpNdeO
#windowsdev #windowsappsdk #winui #windev #dotnet #xaml #csharp #windowsai
Preview release channel for th...
Windows App SDK Version 1.8 Preview 1 Release Notes | Microsoft Learn.
Using the new WebView2 AllowHostInputProcessing Keyboard Mapping Feature | by Rick Strahl.
buff.ly/z26g8ii
#dotnet #webview #wpf #winforms #csharp #accessiblity
Using the new WebView2 AllowHo...
Using the new WebView2 AllowHostInputProcessing Keyboard Mapping Feature | by Rick Strahl.
Day 27 of the Genetic Algorithms Bootcamp is live!
Today we’re logging and monitoring GA progress.
Track fitness, spot stalls, and watch your code evolve generation by generation.
https://www.woodruff.dev/day-27-logging-and-monitoring-genetic-progress-over-generations/
AI Text to Flowchart Converter: Building Smart Diagrams with WPF and OpenAI.
AI Text to Flowchart Converter: Building Smart Diagrams with WPF and OpenAI.
buff.ly/eMYxJCI
#dotnet #ai #wpf #xaml #ux #syncfusion #ref #csharp #openai
AI Text to Flowchart Converter...