Programming from a USB stick, .net

I was wondering if there is a way to program and compile .net applications (C #, asp.net mvc) from a USB drive on any laptop that I plugged in.

I am looking for a solution that does not require installing programs on a laptop, so I should be able to run the ideal or editor from exe and compile, presumably, from the command line.

It was also interesting if I can run MS test projects from the command line to verify the tests passed, etc.

thank

+3
source share
5 answers

, , , Visual Studio USB ( Visual Studio USB - ).

, , USB- , USB-. , , Visual Studio, , , .

- USB- Visual Studio . USB . , , VMWare Player USB-. , VirtualBox. , : VirtualBox USB-. VirtualBox, USB-, Windows Visual Studio , , . USB-, - .

! , .

+3

, Mono live cd. OpenSuse USB- Mono, ...

Mono

+2

Portable VirtualBox USB-. , , .

VirtualBox , . .

+1

SharpDevelop, . SharpDevelopOnAMemoryStick.

, , , csc.exe ,

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319

And it can be used to create simple applications (you will skip resgen.exeto be able to do something serious)

+1
source

You can compile from the command line if the computer has an SDK.NET Framework, then you can use an editor such as Scite to edit code and automate compilation.

check this

http://msdn.microsoft.com/en-us/library/78f4aasd%28VS.80%29.aspx

0
source

Source: https://habr.com/ru/post/1743010/


All Articles