mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

12K
active users

#csharp

65 posts42 participants2 posts today

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...

#Music#MIDI#Midi2

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.

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!💬