Viewing profile — PallarelCoedr
PallarelCoedr
HN member- Joined
- Wed, Jan 02, 2013, 10:02 AM UTC
- HN karma
- 32
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About PallarelCoedr
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
comment
Comment #12124304
Perhaps look at HTTP Problem Details? https://tools.ietf.org/html/rfc7807
-
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…
-
comment
Comment #7735285
It does, but internal abstractions have been rewritten. Webforms view engine won't be ported I reckon.
-
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?…
-
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/…
-
comment
Comment #7306962
OWIN will give some of what you are looking for.
-
comment
Comment #7107610
Three here: quora, w3schools and expertsexchange
-
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…
-
comment
Comment #6298196
Related to the launch of the Pirate Browser perhaps?
-
comment
Comment #6264469
.NET folks don't particularly like him either.
-
comment
Comment #5970084
Can I use a browser other than IE on it?
-
comment
Comment #5827320
Too much space wasted across the top too. Looks promising though.
-
comment
Comment #5771738
They probably didn't want them to stay around permanently, just long enough to complete knowledge transfer.
-
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 :)
-
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…
-
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…
-
comment
Comment #5403526
And it's a WPF one too.