All uipath linq queries at one place
Inviting all UiPath Developers to come together and contribute to github repo
This is for developers by developers to maintain extensive collection of linq queries for uipath
It contains two blocks
Raise all your issues in the issues tab
Sample data files are added in the folders do check them
Any query you need to write use sample data to write it
https://github.com/vajrang-b/UiPathLinq
Free Apis list to use 😋 https://mixedanalytics.com/blog/list-actually-free-open-no-auth-needed-apis/
advanced linq tutorials https://www.tutlane.com/tutorial/linq/linq-where-clause-filtering-operator
Query template
from <range> in <iterable> where <condition> group <grouping> select <result>