hi Guys another update with the games component for redering bounding box,Spheres , line, the code e...
By tridex
I was wondering, is there a proper way to setup an object in max for export as .fbx to xna?For examp...
By dchin
Get it here:http://www.microsoft.com/downloads/details.aspx?FamilyID=21e979e3-b8ae-4ea6-8e65-393ea76...
By davidweller_msft
Hi all,i has few question with xna game studio express, hope sombody help.Q1. How to draw dynamic te...
By brian_tsim
XNA Framework wish list. - System.Net.Socketso Socket (Tcp & UDP transport)o Do not really need ...
By twospoons, 8 Comments
Just to make sure XNA game studio express is just for programing onlyso then what is the actual soft...
By demonslayer, 5 Comments
Hello!I have questions about the XNA Game Studio: the FAQ would seem to suggest that there are three...
By monkeynova, 2 Comments
Hello, I'm having a bit of a problem getting Collision to work.I have an Array Map: int[,] Map1 = ne...
By cpaw88, 1 Comments
Well, I finally decided to write a little utility that checks for the required components of XNA (ex...
By dczraptor, 14 Comments
Security is extremely important to the XNA team, and they work closely with the Xbox team to ensure full certification and security for the runtime.
davidweller_msft | Fri, 31 Aug 2007 10:44:00 GMT |
Its no surprise to me that XNA is ONLY .Net based. .Net (like Java etc) provides out of the box sandboxing. So in theory the runtime can prevent this kind of operation from happening.
The .Net runtime has years of testing to ensure that the sandbox is secure - you can never be 100% certain of anything security-weise but it has good pedigree and plenty of testing time even before it got to xbox testing (which I bet is brutal!).
thezman | Fri, 31 Aug 2007 10:45:00 GMT |