0
Using Nested Functions in C#
Posted by Tim on September 7, 2008 in .NET Framework, C#
Scenario We currently have a templating API system where this allows developers to use a combination of C# and HTML markup to customized the display of the client’s websites. In this case, I needed a way to quickly perform some calculations and formatting without having to declare the function at design-time. My problem was I [...]


