DevWouter · @DevWouter
164 followers · 975 posts · Server s.poweredbydev.com

@alexboly

Not sure if this helps, but my tricks for left joins are:

- Use to generate queries for me.
- Swap them around
- Use aliases
- Use temporary tables
- Move things to (a project can have relational and documents)
- Use views or stored procedures to split complex queries

Other than that: Good luck!

#linqpad #nosql #database

Last updated 1 year ago

Dan Clarke 🎙:verified: · @danclarke
395 followers · 191 posts · Server mstdn.social

I've FINALLY found a use case for ! When hardcoding credentials in a temp script, but needing to show someone over a video call - wrapping the creds in a region makes it easy to collapse/hide...

#linqpad #regions #dotnet

Last updated 1 year ago

W.Gross · @wg
23 followers · 46 posts · Server hachyderm.io

@GrahamDowns @cavorter @falkheiland

Especially as a dot net DEV you could profit so much from powershell! In all of my bigger projects I've built C# powershells module to reach behind the UI directly in the domain code.

Currently I'm working on a software which is communicating to machines over CAN. For automating stuff around my daily work i'm using powershell cmdlets. I'm just piping domain objects through my cmdlets.....
For explorative tinkering is still king :-)

#linqpad

Last updated 1 year ago

Reinhard Lackner · @macf00bar
43 followers · 1762 posts · Server hachyderm.io

Just watched @danclarke showing and I'm glad to see people discovering this great productivity tool. I'm using and supporting it from version 1.0 and use it daily.

@danclarke mentioned in one of his blog posts about , that you would need symbolic links in you "scripts" folder and showed how to do that on the command line. I can highly recommend a neat little tool (schinagl.priv.at/nt/hardlinksh) to get that functionality in your right mouse menu on windows explorer

#linqpad #linkshellextension

Last updated 1 year ago

Dan Clarke 🎙:verified: · @danclarke
344 followers · 141 posts · Server mstdn.social

Have just published my next YouTube video, which is a short 5-minute intro into the new beta AI functionality! (and apparently, that's what Midjourney thinks a robot version of me looks like! 🤯) youtu.be/2fplJvWRIhA

#dotnet #linqpad

Last updated 1 year ago

Dan Clarke 🎙:verified: · @danclarke
372 followers · 157 posts · Server mstdn.social

Have just published my next YouTube video, which is a short 5-minute intro into the new beta AI functionality! (and apparently, that's what Midjourney thinks a robot version of me looks like! 🤯) youtu.be/2fplJvWRIhA

#dotnet #linqpad

Last updated 1 year ago

Jon G Stødle · @jonstodle
190 followers · 1245 posts · Server snabelen.no

@khalidabuhakmeh yeah, I saw you linking to that. Looks interesting. I think I remember Joe Albahari mentioning that the main hurdle from porting another platform.

#wpf #linqpad #fingerscrossed

Last updated 2 years ago

Khalid ⚡ · @khalidabuhakmeh
1963 followers · 3229 posts · Server mastodon.social

@jonstodle well, @avaloniaui just announced XPF, so there might be hope that could port to macOS and Linux.

#linqpad

Last updated 2 years ago

Jon G Stødle · @jonstodle
190 followers · 1245 posts · Server snabelen.no

@khalidabuhakmeh that’s called 😛

#linqpad

Last updated 2 years ago

Dan Clarke 🎙:verified: · @danclarke
326 followers · 114 posts · Server mstdn.social

My next YouTube video is now out - which is an intro to the awesome ! 🔥❤ youtu.be/zspjPQkOMEE

#dotnet #linqpad

Last updated 2 years ago

Union Palenshus · @union
17 followers · 26 posts · Server hachyderm.io

I just completed "Monkey in the Middle" - Day 11 - Advent of Code 2022 adventofcode.com/2022/day/11 in and .

This one was pretty tricky. Part 1 was mostly parsing, but part 2 definitely required some creative thinking. Felt like I got pretty lucky that my solution actually worked!

code: share.linqpad.net/ch4sau.linq

#adventofcode #csharp #linqpad

Last updated 2 years ago

Union Palenshus · @union
16 followers · 22 posts · Server hachyderm.io

I just completed "Cathode-Ray Tube" - Day 10 - Advent of Code 2022 adventofcode.com/2022/day/10 in and

After the trauma of day 9, I was pleased and grateful with how quick I got through this one!

code: share.linqpad.net/ttcxh2.linq

#adventofcode #csharp #linqpad

Last updated 2 years ago

Union Palenshus · @union
16 followers · 21 posts · Server hachyderm.io

I just completed "Rope Bridge" - Day 9 - Advent of Code 2022 adventofcode.com/2022/day/9 in and .

OH MY GOD that was a slog. Probably took me 3 hours. I hit a wall where my answer was rejected and I couldn't figure out why, so I spent a loong time writing a visualizer, having to deal with translating array indices to cartesian coordinates. Finally had to result to reddit where someone had the same issue I did, and that unblocked me. At least I got this cool viz:

#adventofcode #csharp #linqpad

Last updated 2 years ago

Union Palenshus · @union
16 followers · 20 posts · Server hachyderm.io

I've completed "Treetop Tree House" - Day 8 - Advent of Code 2022 adventofcode.com/2022/day/8 in and using

I'm *really* not proud of this one. It was a slog, and I ended up basically brute-force coding it. You can see my attempt to refactor the various loops into one method but I gave up on it. Curious to see how others did this more efficiently!

code: share.linqpad.net/pd6kqh.linq

#adventofcode #csharp #linqpad

Last updated 2 years ago

Union Palenshus · @union
16 followers · 19 posts · Server hachyderm.io

I just completed "No Space Left On Device" - Day 7 - Advent of Code 2022 adventofcode.com/2022/day/7 in in .

This one was a bear! Took me a good hour and a half due to some silly unforced errors...

code: share.linqpad.net/mjvnuw.linq

What would you have done differently?

#adventofcode #csharp #linqpad

Last updated 2 years ago

Union Palenshus · @union
17 followers · 18 posts · Server hachyderm.io

I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022 adventofcode.com/2022/day/6 in using

For part 1, I decided to use a regex. I didn't necessarily think it'd be the simplest but I'd been wanting to learn how to use backreferences so this seemed like a good opportunity.

In part 2 that really bit me. I had to get a little creative to keep my regex solution :) Shout out to regex101.com/ for helping with my regex!

code: share.linqpad.net/is3v9b.linq

#adventofcode #csharp #linqpad

Last updated 2 years ago

Union Palenshus · @union
15 followers · 16 posts · Server hachyderm.io

I just completed "Supply Stacks" - Day 5 - Advent of Code 2022 adventofcode.com/2022/day/5, in and

code: share.linqpad.net/gr6iws.linq

I'm not very proud of my solution for part 2, but I didn't feel like switching my data structures from stacks to something else. Who had a better method?

#adventofcode #csharp #linqpad

Last updated 2 years ago

Union Palenshus · @union
15 followers · 14 posts · Server hachyderm.io

I just completed "Camp Cleanup" - Day 4 - Advent of Code 2022 adventofcode.com/2022/day/4, in and

code: share.linqpad.net/j7b4n3.linq

#adventofcode #csharp #linqpad

Last updated 2 years ago

Jason · @jvanlew
4 followers · 10 posts · Server techhub.social

I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022 adventofcode.com/2022/day/6

#adventofcode #csharp #dotnet #linqpad

Last updated 2 years ago

Jason · @jvanlew
3 followers · 4 posts · Server techhub.social

I just found out about this thing. In 2022… I guess the rock I’ve been living under failed to inform me… ¯\_(ツ)_/¯

Anyway, I’m all caught up now and it’s been pretty fun! I am using with 7.

#adventofcode #linqpad #csharp #dotnet

Last updated 2 years ago