For new business objects and projects that will be targeted only for .NET Framework 4.5 and beyond and WinRT, do I still need to program my Factory methods (New, Get, etc.) in my business objects with Callback EventHandler options - or can I just use the async/await format
Ray Klaassen
No, you do not need the callback event handlers for these objects.
Use the async/await implementation.
Copyright (c) Marimer LLC