JetBrains highlights a small but useful reminder in the April edition of its dotInsights newsletter: .NET developers can query XML using LINQ. The approach lets you write readable, strongly‑typed queries directly against an XML document instead of navigating nodes manually. In practice, that often makes working with XML in .NET far more straightforward.