Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
Questionplay an avi from a stream Pin
Sasuko11-Oct-05 11:11
Sasuko11-Oct-05 11:11 
AnswerRe: play an avi from a stream Pin
Dave Kreskowiak12-Oct-05 3:55
mveDave Kreskowiak12-Oct-05 3:55 
QuestionConsidering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Warren Stevens11-Oct-05 10:51
Warren Stevens11-Oct-05 10:51 
AnswerRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Christian Graus11-Oct-05 11:12
protectorChristian Graus11-Oct-05 11:12 
AnswerRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Michael P Butler11-Oct-05 20:05
Michael P Butler11-Oct-05 20:05 
AnswerRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Damir Valiulin9-Apr-06 8:07
Damir Valiulin9-Apr-06 8:07 
GeneralRe: Considering move from MFC/C++ to Winforms/C# ??? looking for advice Pin
Warren Stevens10-Apr-06 7:37
Warren Stevens10-Apr-06 7:37 
GeneralXbox 360 Development with the .NET Framework Petition Pin
jamesthurley11-Oct-05 10:40
jamesthurley11-Oct-05 10:40 
Hey everyone, I hope this isn't too off-topic. I'm very keen to develop software for the Xbox 360, and ideally I'd want to do it in C#. At the moment neither of those things are possible though.

From what I've read, Microsoft is planning to open up development of the console, but I'm not sure by how much. I haven't read anything about them porting .NET to the Xbox 360 at all.

So my plan is to find out how many people share my interest, and to try and get a petition going to get some support for the idea.

Here is my text for the petition at the moment... if people could tell me what they think, what I should change, etc, I'd be really greatful. Once I've got enough feedback, I'll stick it up on PetitionOnline.com and try and get a good number of signatures.

Once again, sorry if it's off topic... this seemed like the best place to find interested people.

----------------

Xbox 360 Development with the .NET Framework Petition

"At this time, access to development tools for the Xbox 360 video game console is limited to developers working on approved titles for licensed publishers. This will change over time..." [1]

This petition is to encourage Microsoft to use the Xbox 360 console to promote .NET development, and in turn encourage developers (both professionals and hobbyists) to create games and applications that would run on the Xbox 360 under the .NET CLR.

This would allow any developer to exploit the power of the Xbox 360 and its convenient location in the living room without being hindered by requirements such as backing from a publisher or distribution costs.

Using the .NET framework gives a secure and isolated sandbox for applications to run in, which can be used to safeguard the Xbox 360 and the owner's data against malicious or buggy code.

An example of how this could be achieved is as follows:

The Xbox 360 Dashboard could have an "Xbox 360 Addons" area. This area could integrate with a site such as GotDotNet.com to allow Xbox 360 users to browse, download, rate and potentially buy .NET applications that have been written specifically for the Xbox 360.

The user could run these applications in the knowledge that the .NET sandbox provided by the Xbox 360 would protect their console from malicious code, and return them safely to the Dashboard should the application crash. Should an application hang (e.g. in an infinite loop) a special button (for example the Start button) could bring up a menu to terminate the application and return to the Dashboard.

For extra security, permission from the user would be required to enable an application to access features such as the hard disk (especially write access), the network (and therefore the internet), and extra accessories such as webcams.

Applications would have access to a managed DirectX interface to enable them to make full use of the console's hardware.

None of these features would be required to exist from the launch of the Xbox 360. Instead they could be added as part of a routine update to the Dashboard though Xbox Live.

Finally, none of this would be likely up upset Microsoft's revenue stream from games sales. Any large development project would still require the marketing, support, ease of use, and all the other benefits that comes with distributing a game through traditional channels.

In addition, Microsoft could implement some kind of payment scheme for downloaded Xbox 360 .NET applications through which they could get additional revenue.

This petition has been signed both by those who would like the opportunity to develop for the Xbox 360 using the .NET framework, and by those who would like the additional range of applications and games that could potentially be made available in the comfort of their living room.

[1] http://www.xbox.com/en-US/dev/developingforxbox360.htm

GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
Wjousts11-Oct-05 10:49
Wjousts11-Oct-05 10:49 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
XRaheemX11-Oct-05 11:05
XRaheemX11-Oct-05 11:05 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
Tom Larsen11-Oct-05 11:09
Tom Larsen11-Oct-05 11:09 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
leppie11-Oct-05 16:13
leppie11-Oct-05 16:13 
QuestionWaitHandle.WaitAny Pin
AISchreiber11-Oct-05 10:21
AISchreiber11-Oct-05 10:21 
AnswerRe: WaitHandle.WaitAny Pin
leppie11-Oct-05 16:19
leppie11-Oct-05 16:19 
QuestionDataset database issues Pin
cvncpu11-Oct-05 9:47
cvncpu11-Oct-05 9:47 
AnswerRe: Dataset database issues Pin
Bahadir Cambel11-Oct-05 13:57
Bahadir Cambel11-Oct-05 13:57 
AnswerRe: Dataset database issues Pin
albCode13-Oct-05 21:16
albCode13-Oct-05 21:16 
QuestionAppDomain and unloading assemblies Pin
mirano11-Oct-05 9:38
mirano11-Oct-05 9:38 
AnswerRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 11:09
sitebuilderDavid Stone11-Oct-05 11:09 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 12:11
mirano11-Oct-05 12:11 
GeneralRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 12:36
sitebuilderDavid Stone11-Oct-05 12:36 
GeneralRe: AppDomain and unloading assemblies Pin
leppie11-Oct-05 16:25
leppie11-Oct-05 16:25 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 21:50
mirano11-Oct-05 21:50 
AnswerRe: AppDomain and unloading assemblies Pin
S. Senthil Kumar12-Oct-05 19:33
S. Senthil Kumar12-Oct-05 19:33 
QuestionWindows Services - Launching an application/DLL Pin
DumpsterJuice11-Oct-05 9:27
DumpsterJuice11-Oct-05 9:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.