LINQ YOURE TOO NICE TO ME AHHHHH
November 9, 2025 at 1:01 AM
LINQ YOURE TOO NICE TO ME AHHHHH
🌈 Congratulations to all the recipients of the 2025 LGBTIQ+ Community Services Fund!
👏 Gay Project
👏 LINQ Ireland
👏 The Sexual Health Centre
👏 Skibbereen Community & Family Resource Centre
👏 Cumann na Daoine
👏 PRISMA Queer Film Festival
Your work is the pride of Cork!
👏 Gay Project
👏 LINQ Ireland
👏 The Sexual Health Centre
👏 Skibbereen Community & Family Resource Centre
👏 Cumann na Daoine
👏 PRISMA Queer Film Festival
Your work is the pride of Cork!
November 9, 2025 at 10:31 AM
🌈 Congratulations to all the recipients of the 2025 LGBTIQ+ Community Services Fund!
👏 Gay Project
👏 LINQ Ireland
👏 The Sexual Health Centre
👏 Skibbereen Community & Family Resource Centre
👏 Cumann na Daoine
👏 PRISMA Queer Film Festival
Your work is the pride of Cork!
👏 Gay Project
👏 LINQ Ireland
👏 The Sexual Health Centre
👏 Skibbereen Community & Family Resource Centre
👏 Cumann na Daoine
👏 PRISMA Queer Film Festival
Your work is the pride of Cork!
oh hey C#'s LINQ methods:
.All() returns true for empty sets, aligning with a vacuous truth and the multiplicative identity in math
.Any() returns false for empty sets, because now we specifically need at least one, lining up with the additive identity in math
.All() returns true for empty sets, aligning with a vacuous truth and the multiplicative identity in math
.Any() returns false for empty sets, because now we specifically need at least one, lining up with the additive identity in math
October 25, 2025 at 9:14 PM
oh hey C#'s LINQ methods:
.All() returns true for empty sets, aligning with a vacuous truth and the multiplicative identity in math
.Any() returns false for empty sets, because now we specifically need at least one, lining up with the additive identity in math
.All() returns true for empty sets, aligning with a vacuous truth and the multiplicative identity in math
.Any() returns false for empty sets, because now we specifically need at least one, lining up with the additive identity in math
Try writing a LINQ provider. We have to explicitly "know" to unwrap these things every single time you refer to a value in a LINQ expression and handle the SQL construction a little differently than you would for a primitive type or complex type
October 22, 2025 at 3:35 PM
Try writing a LINQ provider. We have to explicitly "know" to unwrap these things every single time you refer to a value in a LINQ expression and handle the SQL construction a little differently than you would for a primitive type or complex type
“... un estudio de 2022 de LOLA MullenLowe y LinQ Market Research España reveló que el 52% de las madres lactantes se esconden para dar de mamar a sus criaturas...”
Sieglu XXI. La sociedá más avanzada de la historia.
Yá.
Sieglu XXI. La sociedá más avanzada de la historia.
Yá.
Una mujer denuncia el trato recibido en la estación de tren de València mientras amamantaba a su bebé de seis meses. La lactancia es un derecho tanto de la madre como de las criaturas y, además, en la Comunidad Valenciana lactar en espacios públicos está protegido por ley.
Sí, se puede amamantar en la estación de València (y en cualquier espacio público)
Una mujer denuncia el trato recibido en la estación de tren de València mientras amamantaba a su bebé de seis meses. La lactancia es un derecho tanto de la madre como de las criaturas y, además, en la Comunidad Valenciana lactar en espacios públicos está protegido por ley.
elsal.to
October 22, 2025 at 10:08 AM
“... un estudio de 2022 de LOLA MullenLowe y LinQ Market Research España reveló que el 52% de las madres lactantes se esconden para dar de mamar a sus criaturas...”
Sieglu XXI. La sociedá más avanzada de la historia.
Yá.
Sieglu XXI. La sociedá más avanzada de la historia.
Yá.
Data Centers are causing major issues for surrounding communities — as well as for climate change.
www.youtube.com/watch?v=LInq...
www.youtube.com/watch?v=LInq...
America’s AI Data Center Boom — And Its Unseen Toll | Amanpour and Company
YouTube video by Amanpour and Company
www.youtube.com
October 9, 2025 at 12:39 PM
Data Centers are causing major issues for surrounding communities — as well as for climate change.
www.youtube.com/watch?v=LInq...
www.youtube.com/watch?v=LInq...
(LINQ and other APIs that take what are essentially function pointers are always extremely annoying to profile by the way, because you never know where that function pointer is called and your callstack is now littered with unrelated functions that just traverse lists.)
November 7, 2024 at 12:24 PM
(LINQ and other APIs that take what are essentially function pointers are always extremely annoying to profile by the way, because you never know where that function pointer is called and your callstack is now littered with unrelated functions that just traverse lists.)
How to Debug LINQ queries in C#. #dotnet #csharp #visualstudio #debugging #linq #ozcode https://lnkd.in/e8ZGvcf
LinkedIn
This link will take you to a page that’s not on LinkedIn
lnkd.in
December 1, 2024 at 1:37 PM
How to Debug LINQ queries in C#. #dotnet #csharp #visualstudio #debugging #linq #ozcode https://lnkd.in/e8ZGvcf
Sorry folks, we found some out of sync audio and are re-rendering the LINQ video. Will let you know ASAP
December 2, 2024 at 5:14 AM
Sorry folks, we found some out of sync audio and are re-rendering the LINQ video. Will let you know ASAP
Also for mobility issues it’s not a 20 min hike to the room. And I agree. So centrally located. I love the Linq promenade a lot so the proximity is nice. Gordon’s fish and chips chicken tenders ducks my shit up
Also, Cromwell is pet friendly!
I’m glad you’re enjoying it. Hope Giada’s is yummy!
Also, Cromwell is pet friendly!
I’m glad you’re enjoying it. Hope Giada’s is yummy!
February 16, 2025 at 2:11 AM
Also for mobility issues it’s not a 20 min hike to the room. And I agree. So centrally located. I love the Linq promenade a lot so the proximity is nice. Gordon’s fish and chips chicken tenders ducks my shit up
Also, Cromwell is pet friendly!
I’m glad you’re enjoying it. Hope Giada’s is yummy!
Also, Cromwell is pet friendly!
I’m glad you’re enjoying it. Hope Giada’s is yummy!
Anyone is using this http://tinyurl.com/6kfvc8a Linq Dsl Extension 1.32? #sharepoint
December 15, 2024 at 4:26 PM
Anyone is using this http://tinyurl.com/6kfvc8a Linq Dsl Extension 1.32? #sharepoint
.NET Core でも Dataverse に対して LINQ が使えた。これは便利。
var serviceClient = new ServiceClient("connection_string")
var query = new OrganizationServiceContext(serviceClient)
.CreateQuery("entity_name")
.Where(item => item.GetAttributeValue<string>("attribute_name") != null );
var serviceClient = new ServiceClient("connection_string")
var query = new OrganizationServiceContext(serviceClient)
.CreateQuery("entity_name")
.Where(item => item.GetAttributeValue<string>("attribute_name") != null );
February 10, 2024 at 2:37 AM
.NET Core でも Dataverse に対して LINQ が使えた。これは便利。
var serviceClient = new ServiceClient("connection_string")
var query = new OrganizationServiceContext(serviceClient)
.CreateQuery("entity_name")
.Where(item => item.GetAttributeValue<string>("attribute_name") != null );
var serviceClient = new ServiceClient("connection_string")
var query = new OrganizationServiceContext(serviceClient)
.CreateQuery("entity_name")
.Where(item => item.GetAttributeValue<string>("attribute_name") != null );
“@Carnage4Life: If you're a fan of programming languages or #bigdata you should read "The World According to LINQ" - <a href="http://bit.ly/pMGooh”" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">http://bit.ly/pMGooh”
The World According to LINQ - ACM Queue
http://bit.ly/pMGooh”
November 17, 2024 at 11:58 AM
“@Carnage4Life: If you're a fan of programming languages or #bigdata you should read "The World According to LINQ" - <a href="http://bit.ly/pMGooh”" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">http://bit.ly/pMGooh”
[13:56] J1 XTRA - Now Playing: LinQ - HANABI!! - (8 listeners) listen at j1fm.tokyo
March 29, 2025 at 4:56 AM
[13:56] J1 XTRA - Now Playing: LinQ - HANABI!! - (8 listeners) listen at j1fm.tokyo
LinQ barでドラァグショー見てきた!めっちゃ盛り上がってたし、挙動不審な私にもみんな優しかった。香港のクイアコミュニティって素敵ね👵🏻💓
March 22, 2025 at 5:35 PM
LinQ barでドラァグショー見てきた!めっちゃ盛り上がってたし、挙動不審な私にもみんな優しかった。香港のクイアコミュニティって素敵ね👵🏻💓
Performance discrepancy: Collection Expressions vs. LINQ Extension Methods (114074) https://github.com/dotnet/runtime/issues/114074
Performance discrepancy: Collection Expressions vs. LINQ Extension Methods · Issue #114074 · dotnet/runtime
Description When working with truly lazily evaluated collections, using collection expressions is less performant than using the LINQ-extension-method-based approach. Example: With LINQ: myCollecti...
github.com
March 31, 2025 at 5:43 PM
Performance discrepancy: Collection Expressions vs. LINQ Extension Methods (114074) https://github.com/dotnet/runtime/issues/114074
[02:01] J1 XTRA - Now Playing: LinQ - HANABI!! - (13 listeners) listen at j1fm.tokyo
April 10, 2025 at 5:01 PM
[02:01] J1 XTRA - Now Playing: LinQ - HANABI!! - (13 listeners) listen at j1fm.tokyo
[22:41] J1 HD - Now Playing: LinQ - Sakura Kajitsu (さくら果実) - listen at j1fm.tokyo and FM 99.1 HD3 Malibu & LA western facing beaches.
November 26, 2024 at 6:41 AM
[22:41] J1 HD - Now Playing: LinQ - Sakura Kajitsu (さくら果実) - listen at j1fm.tokyo and FM 99.1 HD3 Malibu & LA western facing beaches.
Kirby Right Back At Ya Part 4
Linq N bio
Linq N bio
March 19, 2025 at 11:45 PM
Kirby Right Back At Ya Part 4
Linq N bio
Linq N bio
LinQ - TO YOU〜NEW ARRIVAL HEART♡
【MV】TO YOU〜にゅーあらいばるはーと♡ / LinQ
YouTube video by LinQ
youtu.be
April 17, 2025 at 10:14 PM
LinQ - TO YOU〜NEW ARRIVAL HEART♡
[05:53] J1 XTRA - Now Playing: LinQ - CHIKU TAKU - (14 listeners) listen at j1fm.tokyo
June 12, 2025 at 8:53 PM
[05:53] J1 XTRA - Now Playing: LinQ - CHIKU TAKU - (14 listeners) listen at j1fm.tokyo
[22:42] J1 XTRA - Now Playing: LinQ - Garnet - (12 listeners) listen at j1fm.tokyo
June 27, 2025 at 1:42 PM
[22:42] J1 XTRA - Now Playing: LinQ - Garnet - (12 listeners) listen at j1fm.tokyo
Sure, that sounds great. One of my original goals was to bring LINQ-style queries to TypeScript using real, type-checked code instead of a DSL. I’ve been a fan of some of the C# syntax patterns
June 15, 2025 at 7:22 PM
Sure, that sounds great. One of my original goals was to bring LINQ-style queries to TypeScript using real, type-checked code instead of a DSL. I’ve been a fan of some of the C# syntax patterns