Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
entitycontext
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
entitycontext
10y ago
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 matter if you suppo
2.
▲
by
entitycontext
10y ago
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] https://blogs.wind
3.
▲
by
entitycontext
11y ago
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 for cl
4.
▲
by
entitycontext
11y ago
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 deployme
5.
▲
by
entitycontext
11y ago
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 interview quest
6.
▲
by
entitycontext
11y ago
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 patterns of object-ori
7.
▲
by
entitycontext
11y ago
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: http://blogs.msdn.com/b/visualstudioalm
8.
▲
by
entitycontext
11y ago
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 w
9.
▲
by
entitycontext
11y ago
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... Implemen
10.
▲
by
entitycontext
11y ago
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
11.
▲
by
entitycontext
11y ago
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 projected SELECT wit