Tag: csharp
-
Enumerables in C#
Since starting my job in September 2020 at Faithlife, one of the most eye-opening realizations for me was how ignorant I was of how, when and why to use the various C# enumerable types and interfaces. C# gives you many of them. It’s probably no surprise that they each have a place in your code! It…
-
Iterating All EPiServer Catalog MetaObjects
If you’re maintaining an e-commerce-enabled site in EPiServer and you’re using the built-in catalog, then you have probably found the need to incorporate external data into the catalog, perhaps from various sources. Such is the case for me on an EPiServer site I’ve been working on over the last (almost) four years. The primary data…