Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

what is a good free place to upload a C# .NET framework executable program?

20 views
Skip to first unread message

RayLopez99

unread,
Nov 10, 2012, 6:16:31 AM11/10/12
to
what is a good free place to upload a C# .NET framework executable program? So people can download it?

RL

RayLopez99

unread,
Nov 10, 2012, 6:21:19 AM11/10/12
to
On Saturday, November 10, 2012 1:16:32 PM UTC+2, RayLopez99 wrote:
> what is a good free place to upload a C# .NET framework executable program? So people can download it?
>
>
>
> RL

Googling this, I got the below, but I want something more universal and without the need for registration. Any ideas?

RL

http://www.4shared.com/faq.jsp#q20

Sharing Files and Folders

How do I share my files with other users? Can I share my files with unregistered users?

Your files can be shared only with verified 4shared users. They will be able to download your files, as soon as they log in their accounts. After you upload your files on 4shared you’ll be able to share your files with others by using an access link. You can email the link, place it on your web page, or publish it on blogs.

Also, if you don’t want your file to be seen by everyone, you can share your link confidentially, with only the people you choose. Since the link is generated securely, it is impossible to access the file.

bradbury9

unread,
Nov 10, 2012, 9:03:22 AM11/10/12
to
if you want to share also the code, not only the executable, you can upload the proyecto to codeplex or sourceforge. For example, this is a proyect i uploaded a couple of months ago to codeplex http://ffmpegconverter.codeplex.com/ I added the project to the codeplex Team Foundation Server so anyone can contribute or download the code. The VS2010 TFS integration is what made me upload it to codeplex.


sourceforge has more source control options like Git and others.

Arne Vajhøj

unread,
Nov 10, 2012, 9:10:50 AM11/10/12
to
On 11/10/2012 6:16 AM, RayLopez99 wrote:
> what is a good free place to upload a C# .NET framework executable program? So people can download it?

201x way: upload source code under open source license plus binary
to CodePlex, Google Code or SourceForge.

199x way: upload binary to Tucows or similar.

Arne


RayLopez99

unread,
Nov 10, 2012, 8:50:20 PM11/10/12
to
Thank you. I have a question(s) if you care to answer. I checked out your offering, and wonder whether you need to have VS2010 TeamFoundation Server in order to upload your source code? I use VS2010 Professional, and I don't know much about Version Control (I simply copy folders onto my hard drive for version control). Do I need some third party tools if I don't have Team Foundation Server version? Was uploading a problem or did it go smoothly at SourceForge? Was it as simple as FTP or Publish your code from inside of Visual Studio?

RL

bradbury9

unread,
Nov 11, 2012, 6:12:15 AM11/11/12
to
If you want to use Team Foundation as your source control you must have Visual Studio 2010 Professional, Premium, or Ultimate, check this link for more info http://blogs.msdn.com/b/jasonba/archive/2010/02/11/team-explorer-is-included-in-visual-studio-2010.aspx

That being said, to upload to an external (not yours) server, you dont have to setup a team fopundations server, just configure your Visual Studio.

If you want to use other source control solution, well... It depends on your choice.

- Sourcesafe: Integrated in all recent Visual Studio (microsoft made it), in older visual studios you had to install the VSS client.
- Git: there are many choices to integrate it: http://stackoverflow.com/questions/507343/using-git-with-visual-studio
- Subversion: There are some plugins you can use, most of them are free. https://www.google.es/search?hl=es&safe=off&client=firefox-a&rls=org.mozilla%3Aes-ES%3Aofficial&q=visual+studio+subversion+integration&oq=visual+studio+subversion+integration
- Mercurial: http://blog.dynamicprogrammer.com/2010/02/19/mercurial-integration-with-visual-studio.html

RayLopez99

unread,
Nov 13, 2012, 9:08:45 AM11/13/12
to
Thanks. The person doing the coding said it's too much work to release source--he is using VS Ultimate and cannot get a simple Hello World program to get uploaded at SourceForge. He tells me he's just do it the 199x way as Arne says, and upload a binary, probably to SkyDrive by Microsoft, and let users recommend it so that it becomes whitelisted by the virus checkers eventually.

RL

Arne Vajhøj

unread,
Nov 13, 2012, 10:50:50 AM11/13/12
to
On 11/13/2012 9:08 AM, RayLopez99 wrote:
> Thanks. The person doing the coding said it's too much work to
> release source--he is using VS Ultimate and cannot get a simple Hello
> World program to get uploaded at SourceForge.

Hm.

SF supports CVS, SVN, Mercurial, Git and Bazaar.

VS supports many (all?) of those.

There are nice Windows GUI's for many (all?) of those (Tortoise*).

> He tells me he's just
> do it the 199x way as Arne says, and upload a binary, probably to
> SkyDrive by Microsoft, and let users recommend it so that it becomes
> whitelisted by the virus checkers eventually.

I doubt it will work today, but he can give it a try.

Arne



0 new messages