CodeSmith Generator 6: Task-based Asynchronous Pattern
Overview In CodeSmith Generator 6 we are upgrading the codebase to use .NET 4.0 framework. Using the.NET 4.0 framework gives us access the Task Parallel Library (TPL). We plan to make heave use of the Task-based Asynchronous Pattern (TAP) to provide asynchronous call support to our API for generating templates. Microsoft describes the pattern as …Read More