I read in some Microsoft documentation that PHP, together with Ruby on Rails, is now "part" of the .NET languages.
I would like to know whether its way of working (within .NET) is similar to C# and VB.NET. In the specific: 1) Is the PHP code compiled by the CLR into IL? 2) Is it possible to interchangeably use .NET code written in PHP as it already happens with C# and VB.NET (components written in C# can be used by VB.NET and the other way around)?
3) Is Visual Studio going to support somehow an IntelliSense function for PHP?
4) Is PHP syntax kept in .NET or there are some modifications?
I ask you this questions because PHP is a language that from many point of view (for instance the typing) is totally different than the other .NET languages. Last but not least I do not see any advantage in compiling PHP into IL, because many of its strenghts stand in its interpreted language nature.
Thanks
Francesco