Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
199 views

Is there a version of Rotor for .NET 3.5? If so, where?

Is there a version of Rotor for .NET 3.5? If so, where?
1
vote
2answers
548 views

How can I make text orbit along a circular path using HTML5 Canvas?

There are a number of JavaScript snippets that will make text or graphics travel along a circular path with the letters or words always upright. Example: http://www.dseffects.com/f_scripts.html I ...
1
vote
2answers
60 views

What is DiscardableAttribute used for?

I can not find the practical use of System.Runtime.CompilerServices.DiscardableAttribute, even for a prototype compiler. Any insight? Thanks.
1
vote
3answers
340 views

What is the difference between SSCLI 2.0 (ROTOR) and .NET?

Is there a large difference between the SSCLI 2.0 and .NET, I know that Microsoft wouldn't release their garbage collector or JIT compiler and simpler implementations are used, but as far as the rest ...