Click here to Skip to main content
15,889,595 members
Everything / Portable

Portable

portable

Great Reads

by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by Pete O'Hanlon
In this article, we're going to look at how we can start building a client side CodeProject API that's suitable for all C# developments.
by Pete O'Hanlon
In this article, we're going to extend the work done in Part 1 and start reading in from the REST API.
by Darko Jurić
Portable generic image library for C#

Latest Articles

by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by Laszlo Voros
Convert a portable class library (PCL) to a .NET Standard project, change the csproj file to the new format
by Darko Jurić
Portable generic image library for C#
by Sergey Podobry
Pretty powerful log in less than 1000 lines of code.

All Articles

Sort by Score

Portable 

22 Nov 2021 by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
5 Aug 2020 by zeroaceee
basically i understand what are unions they share same memory and whatever happens to 1 member it effects the others and vice versa.... now am trying to understand this part of code : struct _IMAGE_THUNK_DATA64 { union { ULONGLONG...
28 Sep 2015 by Maciej Los
Google is your Friend! Here is a set of links:http://www.developerfusion.com/article/4392/deviceiocontrol-usb-using-managed-c-c/5/[^]https://channel9.msdn.com/coding4fun/articles/Is-that-you-Writing-Better-Software-for-Cool-USB-Hardware[^]http://www.beyondlogic.org/usbnutshell/usb5.shtml[^]
9 Oct 2015 by Patrice T
The answer is NO you can't.Usual flash drives are passive devices. This imply that you can't enforce an execute as you plug it, and you can't restrict access.the only hope is to store only encrypted files on the drive.Otherwise, you must use an active device. That means that the drive...
2 Oct 2014 by Mehdi Gholam
You can create a Vitrual Machine image and run that off a fast flash drive with :http://www.filehippo.com/download_vmware_player/[^]or http://www.filehippo.com/download_virtualbox/[^]Or you can run portable versions directly off flash, see here : http://portableapps.com/[^]
2 Oct 2014 by PIEBALDconsult
Yes, if you use only very simple tools -- no advanced IDE, probably no version control.
27 Mar 2015 by OriginalGriff
If you want to create something like Hirens BootCD[^] then to be honest a .NET framework language is a bad place to start. They all requires the .NET framework running in order to work at all - and that requires the whole of Windows to be running first.A bootable diagnostic CD should not...
15 Sep 2015 by Patrice T
Honestly, the answer is your project will fail.The project require some rather extended skills but asking which language show a total lack of the very same skills.You also need to master encryption in order to do what you want.
5 Aug 2020 by KarstenK
You understood that unions share the same memory but you also need to understand that each member only interprets the same memory as its own value. It is an inventions of the old timers to save memory. So you have all values read with the...
29 Apr 2015 by Pete O'Hanlon
In this article, we're going to look at how we can start building a client side CodeProject API that's suitable for all C# developments.
6 May 2015 by Pete O'Hanlon
In this article, we're going to extend the work done in Part 1 and start reading in from the REST API.
15 Sep 2015 by Darko Jurić
Portable generic image library for C#
15 Jul 2014 by Florian Rappl
Architecture, design and implementation of a cross-platform Windows Desktop / Windows Store space shoot-em-up game.
18 May 2015 by Sergey Podobry
Pretty powerful log in less than 1000 lines of code.
23 Oct 2017 by Laszlo Voros
Convert a portable class library (PCL) to a .NET Standard project, change the csproj file to the new format
2 Oct 2014 by hor_313
helloIs it possible to programming everywhere in every computers only with a usb flash drive? I mean I put everything is needed for programming in one flash memory and connect it to any PC's I want to programming (regardless of pc specs).Or at least is there any good capabilities of use of...
9 Oct 2015 by Member 11986451
I want to create a portable apps that runs in flash drives that will have the capability to lock the flash drive and restrict access to it. As the user tries to open the flash drive, it will prompt for a password. how can i communicate with the flash drive progammatically and preferrably i...
27 Mar 2015 by Shaikh Rais
I had create application in .net framework 2.0, for windows 7 live, but the application not working in window 7 live cd, and when i trying install .net framework, it says this component as part of OS.Please Suggest me the proper way to develop application for live windows 7.Thanking...
28 Sep 2015 by Member 11840132
Hello. I have tried alot of codes to detect USB insert, every thing I found did not detect a portable device connection.I dont need to get information from the device, only to know if somthing has been connected.any of the following languages will do:C#, java, python.any idea's?...