top of page
Search
The Tech Platform
Jan 8, 2022
Boost Performance in .NET App
Requests from DB can be tracked or untracked. By default, all queries that return model objects from DB are trackable. When the data...
The Tech Platform
Jan 8, 2022
What are Closures in C#?
A closure is a type of function that is tied to the code that defines it. This enables closure functions to use variables from the...
bottom of page