SQL Azure: DataContext Error : The context cannot be used while the model is being created 25. February 2018 DeanMay@phidiax.com Microsoft Cloud / Azure, Phidiax Technology, .Net (0) What else can cause a DataContext to error when being accessed besides thread and initialization errors? Bad models of course! [More]
How To Run SSIS Packages on Azure Data Factory, with Logging to Application Insights 27. December 2017 DeanMay@phidiax.com Microsoft Business Intelligence, Microsoft Cloud / Azure, Phidiax Technology, .Net (0) Running SSIS Packages on Azure Data Factory while Using Application Insights to track SSIS Events. [More]
Parallel LINQ (PLINQ) Thread Safety - Using AsParallel + List<T>.Add() Returns Object Reference Not Set to an Instance of an Object 1. June 2015 DeanMay@phidiax.com Phidiax Technology, .Net (0) PLINQ (Parallel LINQ) for large data operations to automate threading returns "Object Reference Not Set to an Instance of an Object" due to Thread Safety if not using ConcurrentBag. [More]