Live data from Hacker News

Viewing profile — PallarelCoedr

PallarelCoedr

HN member
Joined
Wed, Jan 02, 2013, 10:02 AM UTC
HN karma
32
Public activity
19 items

About PallarelCoedr

No profile information was provided.

Recent public activity

  1. comment
    Comment #12630330

    The stream is the consistency (locking) boundary. Your first step it to get your model aligned with such boundaries. For example, your amazon shopping basket is independent of my b…

  2. comment
    Comment #12630228

    Embrace eventual consistency. A good deal of collaborative domains (things involving human decisions) are naturally eventually consistent. Meat computers appear to be particularly …

  3. comment
    Comment #12124304

    Perhaps look at HTTP Problem Details? https://tools.ietf.org/html/rfc7807

  4. comment
    Comment #8159655

    Forget about older ASP.NET and WCF on mono. The core of ASP.NET (System.Web assembly) doesn't feature in next version of ASP.NET. WCF hasn't seen any effective development in years…

  5. comment
    Comment #7735285

    It does, but internal abstractions have been rewritten. Webforms view engine won't be ported I reckon.

  6. comment
    Comment #7735278

    This reads like a standard list of a cocooned MS developer. With ServiceStack, NancyFX, NHibernate, Dapper, OrmLite, etc out there could you have just been making some bad choices?…

  7. comment
    Comment #7735008

    It's 'Drawbridge'[0,1] in the windows world and it is on it's way apparently. You can run mono in linux containers which means you can run this stuff too. [0] http://www.zdnet.com/…

  8. comment
    Comment #7306962

    OWIN will give some of what you are looking for.

  9. comment
    Comment #7107610

    Three here: quora, w3schools and expertsexchange

  10. comment
    Comment #6727011

    They have open-sourced quite a lot (aspnet webstack, reactive extensions, etc). The problem is that a lot of their compiled binaries, delivered via nuget packages have been restric…

  11. comment
    Comment #6298196

    Related to the launch of the Pirate Browser perhaps?

  12. comment
    Comment #6264469

    .NET folks don't particularly like him either.

  13. comment
    Comment #5970084

    Can I use a browser other than IE on it?

  14. comment
    Comment #5827320

    Too much space wasted across the top too. Looks promising though.

  15. comment
    Comment #5771738

    They probably didn't want them to stay around permanently, just long enough to complete knowledge transfer.

  16. comment
    Comment #5443213

    That's more geared towards web services, i.e. a WCF replacement (even though it supports razor view engine). Mentioned it in a comment below anyway :)

  17. comment
    Comment #5441976

    You will be, but not quite the way the author details. The OWIN [0] specification (which was solidified back in October 2012) was designed to completely separate .net web applicati…

  18. comment
    Comment #5441873

    Asp.Net Empty Web Application is the base project for an IIS hosted... asp.net app. It just contains the bare minimum web.config and project settings to get started. Though there a…

  19. comment
    Comment #5403526

    And it's a WPF one too.