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
Is there a web version of Visual Studio Community ?
I am working on a ASP.Net web project in C# and JS knockout using Entity Framework to connect to a SQL database
My code is in GIT but I would like to be able to edit, develop and run the project by connecting via a web browser on an Android tablet
Does anyone know if this is possible ?
No. As of Today (December 2018) that's not possible.
You could use a Remote Desktop and connect to it to do the coding though...
Related
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 am beginner in development and I want to know which is best and affordable window based server. After many research on Google, I didn't get any good answer.
Please suggest Me good and affordable window based server for .net development.
If you just want something to run code while you are developing or learning you can simply use visual studio (even the free edition) and it will run IIS express to host your projects. It's also easy to then publish to Azure or AWS both of which offer 1 years free hosting to get you started. Hope that helps
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 7 years ago.
Improve this question
I am newbie in system managment.
Is there any tutorial that shows how to create a dockerfile with docker and virtual box for c# mvc application?
To pull existance application from docker server and then create dockerfile is done. I want to create dockerfile for my local mvc application in visual studio 2013.
Thank you in advance.
Docker is designed for Linux, but using Mono or wine you may succeed see for example http://dotnetliberty.com/index.php/2015/10/08/docker-c-sharp-scripted-build-in-6-minutes/
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 7 years ago.
Improve this question
I'm planning on creating a C# windows form application that will use a local database (for only one user).I dont know what software the client has installed on his computer but I want my application to work.It should have .NET installed ofc.
My question is , what kind of database can I implement (developing in Visual Studio 2012) that user , after starting my application, would be able to use without installing any additional software like servers.
I did have success with MS Access database but I heard here that this solution is depricated.
You can use single file/embedded databases like Sqlite or SQL Server Compact
Here is an example on how to use Sqlite in .net application.
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 7 years ago.
Improve this question
Here is my scenario. I wants to do a project using Microsoft Visual C# 2013 and SQL server database. This project is a group project. So that I want to work every member on same project with same centralized database. What are the technologies I have to use and How to do those configurations.
I think its better to use TFS. And create database project using visual studio. Then maintain your local database. And TFS for version controlling and source sharing among group members.
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
Hai
I am Developing an Windows application using C#.Net where I have to block certain websites from accessing by the user.So I am trying to develop a proxy server which can block the websites.Can some one suggest me how I can do this with an example or a site which can help me.
Thank you
Chaithu
Try these links:
http://www.mentalis.org/soft/projects/proxy/
HTTP Proxy server in C#
http://www.codeproject.com/KB/IP/reverseproxy.aspx
http://support.microsoft.com/kb/307023
http://www.c-sharpcorner.com/UploadFile/psingh/web_proxy11162005001036AM/web_proxy.aspx
http://www.codeproject.com/KB/aspnet/asproxy.aspx