entitycontext
No user record in our sample, but entitycontext has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but entitycontext has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The efforts of Uber and Lyft over the last few months to rewrite the laws of the City of Austin to their pleasing through a not-at-all-subtle application of money, spam and propaganda went far, far beyond taste. Doesn’t…
According to Mike Harsh, a beta version is coming in an insider release "after the Build conference." [1] During an interview Q&A, Kevin Gallo says that it might show up in a week or two. [2] [1]…
No, that's a fair interpretation of my comment - after all, the meaning of "cloud optimized" is kind of vague. However, if you compare the new version and previous version and the new version ticks more positive boxes…
Actually, I don't see it as pure marketing fluff to call the new ASP and .NET Core "cloud optimized". Breaking the framework into smaller pay-for-play components to reduce deployment footprint and allowing for xcopy…
It's a shame, since these topics could make for a rich conversational interview that probably has more to do with the actual job than whiteboarding an algorithm. Just taking source control as an example, a hypothetical…
It seems like there is a large middle area of concepts in between low-level algorithms/data structures and high-level system architecture that are left out of many of these interview prep guides: * Principles and…
Not sure if they were working together with GitHub on this, but Microsoft also announced today that Visual Studio Online Git repos now support Git-LFS with unlimited free storage:…
At least for Windows 8/10, I'm not sure if something like React Native is really necessary, since the platform itself already has built-in support for making "native" apps in HTML/JS. All you would need is a React…
If the OP is also going to be using ASP.NET MVC, two additional recommended courses on Microsoft Virtual Academy are: Introduction to ASP.NET MVC https://www.microsoftvirtualacademy.com/en-US/training-cours...…
The ASP.NET team recently published a roadmap here: https://github.com/aspnet/Home/wiki/Roadmap There will be three more beta releases scheduled for July, August and September, followed by a release candidate in…
Beyond retrieving the contents of several unrelated enum-like tables in one roundtrip, multiple result sets are also super-useful for grabbing a deep relationship tree of joined tables in one roundtrip. Writing a single…