Please excuse the newbie question but I was wondering if I used Linq in my XNA application, would this still work on the Xbox 360?
It's official: XNA is dead.
MonoGame is an open source, C# framework that implements the application programming interface (API) of XNA, Microsoft's late game development toolset that was retired in 2013. It also supports all .
Yes the Xna framework for Xbox 360 and Zune supports LINQ.
(Look in System.Core.dll
in $PROGRAM_FILES$\Microsoft XNA\XNA Game Studio\v3.1\References\Xbox360
)
Yes it will work, but you should be aware that normal use of LINQ queries involves using lambdas which will generate gargabe pretty fast if you run your queries a lot. This means you could have issues in the Xbox360 as the GC is pretty simple there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With