I am building a looping operation for a list. For example, to delete some lines and add some random strings to some other lines.
Is it faster to run everything in C# or use action and a counter in the template?
How about memory usage?
Thanks.
Is it faster to run everything in C# or use action and a counter in the template?
How about memory usage?
Thanks.