Tag: LINQ
-
LINQ Operators
Read more: LINQ OperatorsLINQ to Objects extends any type that inherits from IEnumerable (which is almost every collection class in .NET, from simple Arrays to List<T>) to support…
-
Joining Operator: GroupJoin
Read more: Joining Operator: GroupJoinThe GroupJoin operator performs the same task as Join operator except that GroupJoin returns a result in group based on specified group key. The GroupJoin…
-
LINQ Distinct. How To Get Distinct Values From A Collection Using LINQ.
Read more: LINQ Distinct. How To Get Distinct Values From A Collection Using LINQ.LINQ pronounced as “Link” is a .NET component that enables the processing of the native queries directly into C# and VB.NET languages. LINQ has Distinct()…
-
Method vs Linq based query syntax example
Read more: Method vs Linq based query syntax exampleI need to make inner join on 3 tables; LedgerTypes, LedgerControl and Ledger. Method based query example Linq based query example I prefer query syntax…
-
Search string array in collection using LINQ
Read more: Search string array in collection using LINQLINQ behavior is that LINQ wouldn’t return null when results are empty rather it will return an empty enumerable. We can check this with .Any()…
RECENT POSTS
-
Building a Practical Azure Landing Zone for a Small Organization — My Hands-On Journey
-
PowerShell Automation at Scale: Lessons from Azure Platform Operations
-
Why the Cloud & Integration Engineer Role Is AI-Resilient
-
Azure Tenant vs Subscription vs Landing Zone (Plain English Guide)
-
Building a FinOps Cost Intelligence Dashboard on Azure: From Raw Data to Operational Insight
Categories
Tags
ADO ai angular asian asp.net asp.net core azure ACA azure administration Azure Cloud Architect Azure Key Vault Azure Storage Blazor WebAssembly BLOB bootstrap c# containers css datatables design pattern docker excel framework Git HTML JavaScript jQuery json knockout lab LINQ linux power bi powershell REST API smart home SQL Agent SQL server SSIS SSL SVG Icon typescript visual studio Web API window os wordpress
ARCHIVE
DISCLAIMER
The information on this weblog is provided “as is,” without warranties of any kind, and confers no rights. The content reflects my personal views and does not represent the thoughts, intentions, plans, or strategies of any organization with which I am affiliated. Discussion and differing viewpoints are welcome; however, I reserve the right to moderate or remove comments that are abusive, profane, rude, or anonymous. Please keep the conversation respectful and constructive.
