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

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...

Related

how to host Asp.net core web application..? [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 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.

Visual Editor for Apache Camel [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 11 months ago.
Improve this question
I am new to Apache Camel and wonder if there is any open source visual editor for it similar to JBoss Fuse. Please share what you guys use for visual editing or simple visualizing of Apache Camel. Many thanks!
There is Fuse Tools for Apache Camel that has a visual editor with drag-drop capabilities
https://tools.jboss.org/features/fusetools.html
That is a set of Eclipse plugins you can install. It's free to use and supports XML editing of standard Apache Camel XML files.
There are several projects that offer visual / low-code tools for Apache Camel:
Fuse Tools (Eclipse IDE)
Karavan (Visual Studio Code / Standalone)
Camel Designer (Visual Studio Code)
Hawtio (Web Monitoring)
Syndesis (Web)
Assimbly (Web)
Kaoto (Web)
The first three are EDI plugins, the others are self-hosted web applications/platforms.
Note: There is also a graphical mapper:
Atlas Map / Camel Documentation
There is Karavan (Apache Camel Karavan) an VSCode extension, that can also be used as a standalone webapp, visual editor for creating YAML files.
https://github.com/apache/camel-karavan
If you have docker, you can run it with:
docker run -it -p 8080:8080 -v $(pwd):/deployments/integrations ghcr.io/apache/camel-karavan-native:latest
This will run Karavan webapp at HTTP port 8080 on localhost, note you will need a directory deployments/integrations on your current directory before run this comand (you can also change it to what you want), this directory is where your integration files will be persisted.

Deploy an app to phone [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I wanted to test a calculator program I built in vb.net on my phone. I wanted to see if mouse click was the same as a touchscreen. So with my calculator, I have the executable files from the build folder, but how do you get it on your phone?
You can't run an application created with VB.NET on a phone running Android. If you like Visual Basic 6 there is a language called B4A (formerly known as Basic4Android). It is eerily similar to VB6 (although you will have to learn some phone specific things) and allows you to write Basic code and create it into an Android app. It has a fairly active community around it for such a niche product. You can find more info here: https://www.b4x.com/
Phones do not run desktop applications. For the most part the CPUs are different architectures (x86/Intel on desktop, and ARM on mobile devices), and the operating systems are not the same as well.
That said, you have some options.
Xamarin is a commercial (paid) development tool kit for cross architecture/OS development.
For Windows Phone only: there's the new UWP (Universal Windows Platform) that will net you develop apps to run on Windows Phone and Windows desktop.
As of this moment in time you can not deploy a Windows desktop Console App or WinForms app to a phone.

Testing html/css/javascript in different browsers [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
IE6,IE7,IE8,IE9,Opera10,Chrome,FF,Safari... what else?
How do you organize your workspace to efficiently test html/css/javascript in all these browsers? What software are you using to make all this browsers working on a single PC?
Especially I'm interested in testing different versions of IE.
Thank you!
There are different online services. None of them are perfect but you may give a shot:
Adobe BrowserLab (edit: Shutdown on Mar 13, 2013)
Browser Cam
Browser Shots
Web Shots Pro
Recommended by Adobe as replacements for "BrowserLab":
Browser Stack
Sauce Labs (They have an offer for BrowserLab users)
I use virtual environment for different versions of the same browser
Use a VM, like Microsoft's Windows XP mode and install Multiple IEs http://tredosoft.com/Multiple_IE. This allows for all Internet Explorers supported by XP and the others can be installed in Vista/Windows 7 should you use that.
Concurrent installation of Firefox versions in different locations and profile folders works.
We have recently released Browserstack, an online cross browser testing tool in beta.
All browsers are readily available for interactive testing without any need for local setup or Virtual Machines. All Browsers have debugging tools installed and you can test your local server in our remote browsers. There are many more features we provide for easy testing.
I hope our product can make your cross browser testing easier.

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.