Note that there are some explanatory texts on larger screens.

plurals
  1. USFred
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO2. In the intellisense for AppHostHttpListenerBase, it's noted that this class is designed to allow listening on port 80 next to IIS, but that "admin user privileges" are required. What does this imply under Windows running as a Service? An identity belonging to the Administrators group? Or simply "Local System"? :) - at the moment though, I cam simply running as a console app to debug on my local box w/o uac where i am an admin and I still get the above.
      singulars
    2. CO(Obviously I can't speak to the technical similarity like you can but...) No, this has to do with simply listening on :80 as a self-hosted service. The other question was if it's possible to define a base route (e.g. http://myserver:8657/myapi with routes under /myapi, vs. this is simply can we listen on :80 and accept requests at http://myserver)
      singulars
    3. COThat becomes the responsibility of the caller. If your taansactionalized methods are simply an overload, then the caller wouldn't use them on an implementation that doesn't support transactions. IMO you can't make this decision for the consumer of your library bc you don't know how they'll use it. FYI it looks like MySQL has a transaction implementation http://www.devart.com/dotconnect/mysql/docs/Devart.Data.MySql~Devart.Data.MySql.MySqlTransaction.html but full disclosure, I've never used it.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload