Visual Studio Development Bookmark and Share   
 index > Visual C# Express Edition > Publishing content
 

Publishing content

I have the full visual C# express edition. I have a free student license for it.
I was wondering whether it was possible to place my published content (exe) on the web? I have no intention of selling the content or making money from it in anyway, but of simply displaying my work.
Thank you

cristoball50  Thursday, October 15, 2009 9:43 AM
Yeah, sure, no problem.  The license you agreed to does not forbid it.  Although you'll probably find that very few Internet citizens are willing to risk installing a .exe from the web.  You'd need to find a publishing site that is trusted by many to screen the files they redistribute.  There are none left that I trust anymore.

If you want to show your mettle, publish the source code.  You can do so at sites like codeplex.com and codeproject.com

Hans Passant.
nobugz  Thursday, October 15, 2009 12:08 PM
Yeah, sure, no problem.  The license you agreed to does not forbid it.  Although you'll probably find that very few Internet citizens are willing to risk installing a .exe from the web.  You'd need to find a publishing site that is trusted by many to screen the files they redistribute.  There are none left that I trust anymore.

If you want to show your mettle, publish the source code.  You can do so at sites like codeplex.com and codeproject.com

Hans Passant.
nobugz  Thursday, October 15, 2009 12:08 PM

You can use google to search for other answers

Custom Search

More Threads

• v# deployment
• File format not valid
• C# Application Hangs
• Catch Right Click of Mouse Only?
• How can I separate this project
• Losing leading zeros on my TryParseExact
• Web browser splash screen C#
• Get specific list through Using Indexers
• Need to get a double variable into a Windows Form label
• Synchronising DataTables, DataGridView so that Relationship constraints are met.