how to host Asp.net core web application..? [closed] - asp.net-core

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have more confusion with hosting my application. I Build my application in Asp.net core 3.1.2
after the completion of my development, how to choose my hosting plans. there is so many options are there
Eg: shared hosting and Cloud Hosting Plans
if I choose windows cloud Hosting, is it work for other os users.
please guide me.
(this link => I plan to buy host )
https://www.asphostportal.com/Windows-Cloud-Hosting-Plans

ASP.NET Core can be hosted on Windows or Linux hosts.
Shared hosting is fine for smaller applications or use cloud hosting for larger websites.
The hosting site you linked (asphostportal.com) says they support "All versions of ASP.NET Core" so your app can host there.
If you use Windows hosting then other OS users can access your website without problems.

If choose their windows cloud hosting platform, your .net core will work fine since .net core running perfectly on Windows OS. You can go with this provider, they fully support .net core.

Related

Writing a Skype addon/plugin (2016)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I would like to develop a plugin/addon for Skype (desktop client), with the following requirements:
When the plugin/addon is installed, one gets a new menu option in Skype
Choosing this option shows a new window with text boxes, labels, checkboxes which allow setup
based on the setup, a graphical overlay is created, and laid over the Skype video (being sent from host machine over the Internet to the recipients)
Ultimately, the effect of the video overlay would be similar to what is advertised here: http://blogs.skype.com/2015/10/28/add-fun-filters-to-your-skype-video-messages-in-the-latest-skype-for-android-iphone-and-ipad/
Note that I do not want to develop a third party application that uses Skype - I'd want to develop a plugin/addon, which will "live" inside the Skype application.
I have found some resources, but I am having difficulties seeing what is still supported:
Implementation of Skype API (2009) has an example of a third party app using a Skype API via Skype4COM wrapper; but:
https://aragonresearch.com/microsoft-kills-skype-desktop-apis-leaves-developers-scrambling/ (2013) - Skype4COM is no longer supported
write a skype plugin for this requirements (2012) - unclear which, if any, of the approaches noted there, is applicable to my requirements above
https://www.skype.com/en/developer/ - it offers me "Build a bot" (not sure if applicable to my task), Skype buttons and Skype URIs (definitely not applicable to my task), Skype for Business Skype Web SDK (it's for web applications, so probably not applicable).
So, is there an API that would allow me to do this, and if so, where can I find more resources to research it?
If there isn't such an API, is there an API that I could use to develop a third-party standalone application, that would integrate with Skype so as to achieve the goals of my task (custom video overlay set from a GUI)?

How to develop Asp.Net application for Ubuntu using vs 2015 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am a windows user and I have a requirement to develop an asp.net application which should run on both windows and Ubuntu servers.
I tried this installing Ubuntu on VM workstation player and downloading Mono, DNX, DNVM and visual studio code. But this is very hard for me since I am familiar with neither Ubuntu nor VS Code.
Is there any method to develop cross platform applications using VS 2015 on windows environment and build packages for other platforms such as Linux, OS X ?
Moreover I would like to know which web server is the most suitable for run .Net application on Ubuntu.
There are a few ways to do this depending on your needs and the context. It is possible to develop using VS2015 on Windows and to deploy to Apache 2 with mod_mono (best option imho) or possibly to Mono XSP4 (this web server has some limitations) or if you're game for a challenge you could use kestrel and dnx. You should also be able to open and continue developing your existing VS2015 project on Linux using MonoDevelop, which may make your life easier for debugging. In either scenario I would recommend that you give yourself the time and opportunity to familiarise with Apache, Linux etc. as you go. Happy to help further but I'm not sure quite what your context is...

Antivirus API on Mac OS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I want to get the information of antivirus product installed on my Mac-machine. I'm developing an app which will show all system information, and I'm able to get system basic info, but not able to the get the security details, like what all antivirus/antispyware products installed in that machine.
I'm developing my app using Obj-C, and trying to get the api in that only. I want to call that api on demand, so it could directly embedded within the app or can execute externally as well. If I could get that command also then I could use that.
Does anyone know what API I should be calling please?
OPSWAT maintains a commercial C++ library/api called OESIS Framework which enables the integrator to obtain information and manage common functions of 3rd party security applications installed on Mac OS devices.
The list of security applications that can be called is at- http://www.opswat.com/products/oesis-framework/supported-applications#!product=all&os=mac
Available API calls, by application type are at http://www.opswat.com/products/oesis-framework/available-apis
Disclaimer: I work for OPSWAT.

DNS Server Software with Authenticated REST API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Does DNS server software exist with a built-in authenticated REST API for managing records?
Alternatively, is there a layer on top of any existing DNS software to manage DNS records?
You might try Openstack Designate. It's a REST API that runs on top of a standard dns nameserver.
REST API for domain & record management
Multi-tenant
Integrated with Keystone for authentication
Framework in place to integrate with Nova and Neutron notifications (for auto-generated records)
Support for PowerDNS and Bind9 out of the box
callsign is a mini DNS server written in Python that supplies a REST API. In order to authenticate your requests you can use iptables to restrict access to specific IP addresses.
If you 'd like something different for authentication, you can write your own API over either its command-line interface or its internal Python API by importing the package. It is licensed under the Apache license, so its quite permissive on what you can do with your code that uses it.
There's no DNS server software I know of with a built-in REST API.
The options I know of are:
use standard dynamic updates
use the IETF "Name Server Control Protocol", once it's finished and clients available (e.g. DNSCCM)
It wouldn't be hard to write a quick set of RESTful scripts that can produce dynamic update messages - I've seen it done using Net::DNS for Perl.

Web hosting for Mono? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I see a lot of linux-based PHP hosting solutions in the $5/month range. Does anybody know of one in that range that uses/can use Mono? I've written some C# code I want to use, but want to avoid ASP.NET.
I don't know why no one said this. But if you are developing a website using mono and c#, you are using asp.net... just a linux implementation of it.
I've found another free host
http://www.heliohost.org/
It explicitly states that it uses mono.
Mono Project Web Hosting should do:
The Mono Project (a.k.a. mod_mono) is an open-source .NET Framework emulation tool for Linux sponsored by Novell. Through Mono, we have assembled a simple and easy-to-use web hosting platform which bridges the gap which previously existed between Windows and Linux hosting providers. What was once properietary Microsoft technology has been made available to the open-source developer community, and supplied right here with our premium Linux hosting service.