Live data from Hacker News

Viewing profile — akoeplinger

akoeplinger

HN member
Joined
Tue, Aug 12, 2014, 9:52 PM UTC
HN karma
232
Public activity
39 items

About akoeplinger

No profile information was provided.

Recent public activity

  1. comment
    Comment #45898540

    System.Text.Json ships as part of the shared framework in recent versions of .NET so for most users it won't be restored from nuget.org

  2. comment
    Comment #30055087

    Regional Directors and MVPs aren't employed by Microsoft: https://rd.microsoft.com/en-us/about/

  3. comment
    Comment #19277172

    You can use the #readme anchor to link directly to the readme, e.g. https://github.com/ruby/ruby#readme Quite useful when you want to point people directly at the description.

  4. comment
    Comment #18715523

    This was outdated info on the website, I've updated the page. Generics are supported with FullAOT nowadays.

  5. comment
    Comment #18366225

    Xamarin isn't based on the .NET Framework. It is based on Mono which is in turn already consuming a lot of code from CoreFX (== .NET Core) and that share will only increase over ti…

  6. comment
    Comment #16000249

    There's https://github.com/dotnet/wcf which are the _client_ libraries of WCF for .NET Core. For the server side of WCF you're right those are only available on .NET Framework righ…

  7. comment
    Comment #15999399

    Xamarin is built on top of Mono. The same applies to Unity3D. We're sharing more and more code with .NET Core now so there's convergence happening but there are still pieces that a…

  8. comment
    Comment #15689046

    The .NET Standard spec has multiple _versions_, each of them adding more APIs: https://github.com/dotnet/standard/blob/master/docs/versions... It's true that .NET Standard 1.0-1.6 …

  9. comment
    Comment #15688897

    Great to hear that you're excited by it, we're too :) This blog post has a few more details and examples of the WebAssembly work: http://www.mono-project.com/news/2017/08/09/hello-…

  10. story
  11. comment
    Comment #9522483

    No, the upgrade to 8.1 needs to be explicitly kicked off through the Store: http://windows.microsoft.com/en-US/windows-8/update-from-win...

  12. comment
    Comment #9483320

    > or bundle up an ASP.NET app with an embedded server You can do that today : http://docs.asp.net/en/latest/conceptual-overview/dotnetcore...

  13. comment
    Comment #9434730

    There's a pretty interesting video of how the Office team uses C++ for their cross-platform efforts from CppCon 2014: https://www.youtube.com/watch?v=3HROqnw-nf4

  14. comment
    Comment #9377976

    I chuckled at this as well, so I filed an issue: https://github.com/ResearchKit/ResearchKit/issues/9 Should be fixed by now :)

  15. comment
    Comment #9343261

    I'd be interested in how you set it up, can you maybe share it somewhere? Guides like https://wprogramming.wordpress.com/2011/07/11/remote-pssessi... don't seem "fairly easy" to me…

  16. comment
    Comment #9343134

    Yes, but only if both PCs are in the same domain. Getting PowerShell remoting to work in other environments requires a lot of configuration.

  17. comment
    Comment #9343060

    PowerShell web access might be a good alternative: http://blogs.technet.com/b/askperf/archive/2012/11/05/window...

  18. comment
    Comment #9342992

    > The 2008 R2 development system we have needs to be rebooted every two week, due to Windows Updates [..] Windows Updates are published once a month (except for very critical fixes…

  19. comment
    Comment #9331370

    I'm a bit surprised that you don't seem to have an equivalent of the Handysignatur [0] (eID based on mobile phone) we have in Austria. It's getting more and more popular here, I gu…

  20. comment
    Comment #9321353

    Because it is a lot of work and takes time to integrate the pieces MS open sourced :) There are also a few cases where the code needs to be tweaked so it works correctly on Mono an…

  21. comment
    Comment #9321257

    No, it should run on the 4.5 profile just fine as backwards compatibility in the .NET APIs is very good. Please note that this is still a draft and the .NET 2.0/3.5 assemblies will…

  22. comment
    Comment #9321247

    I added a note to the page to make this clear. HN mods: can we get a "(draft)" note added to the submission title as well?

  23. comment
    Comment #9315917

    I just wanted to point out that there's nothing that inherently ties PowerShell to Windows (as expected, it's just a shell after all). > PowerShell provides direct access to [nearl…

  24. comment
    Comment #9315524

    There's already a PowerShell implementation for *nix: https://github.com/Pash-Project/Pash

  25. comment
    Comment #9229057

    One of those two is my fork and yes I did it to fix something, but edandersen's point was more geared towards a real fork (i.e. something that takes the project into a different di…