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 basket. Then you chose your concurrency…
Embrace eventual consistency. A good deal of collaborative domains (things involving human decisions) are naturally eventually consistent. Meat computers appear to be particularly good at resolving conflicts and…
Perhaps look at HTTP Problem Details? https://tools.ietf.org/html/rfc7807
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. The new stuff (ASP.NET vnext) will be…
It does, but internal abstractions have been rewritten. Webforms view engine won't be ported I reckon.
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? And anyone who knew web, knew…
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]…
OWIN will give some of what you are looking for.
Three here: quora, w3schools and expertsexchange
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 restricted to windows. This is slowly being…
Related to the launch of the Pirate Browser perhaps?
.NET folks don't particularly like him either.
Can I use a browser other than IE on it?
Too much space wasted across the top too. Looks promising though.
They probably didn't want them to stay around permanently, just long enough to complete knowledge transfer.
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 :)
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 applications from their host (i.e. ASP.NET…
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 are too many project references imho.…
And it's a WPF one too.
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 basket. Then you chose your concurrency…
Embrace eventual consistency. A good deal of collaborative domains (things involving human decisions) are naturally eventually consistent. Meat computers appear to be particularly good at resolving conflicts and…
Perhaps look at HTTP Problem Details? https://tools.ietf.org/html/rfc7807
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. The new stuff (ASP.NET vnext) will be…
It does, but internal abstractions have been rewritten. Webforms view engine won't be ported I reckon.
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? And anyone who knew web, knew…
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]…
OWIN will give some of what you are looking for.
Three here: quora, w3schools and expertsexchange
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 restricted to windows. This is slowly being…
Related to the launch of the Pirate Browser perhaps?
.NET folks don't particularly like him either.
Can I use a browser other than IE on it?
Too much space wasted across the top too. Looks promising though.
They probably didn't want them to stay around permanently, just long enough to complete knowledge transfer.
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 :)
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 applications from their host (i.e. ASP.NET…
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 are too many project references imho.…
And it's a WPF one too.