About
Sessions at dev up 2024
Get Func-y: Understanding Delegates in C#
Delegates are the gateway to functional programming. So lets understand delegates and how we can change the way we program by using functions as parameters, return values, variables, and properties...
LINQ - It's Not Just for Databases
LINQ (Language Integrated Query) in C# is mostly associated with Entity Framework and database access. But it can be used for much more. LINQ lets us sort, filter, and aggregate data all in memory ...