What is MSIL, IL, CTS?
Answers were Sorted based on User's Feedback
Answer / chinnu
MSIL is Microsoft Intermediate Language, whtever code
written in .net is complied into an intermediate native
language and this language is called MSIL, this language ia
again complied into low level intermediate lamguage called
Just In Time Compiler.
CTS is Common Type System that defines how variables,
methods are decalred & how object are defined & used
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / triveni
MSIT: MycroSoft Integrated Ltd.
CTS:Commun Type System.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is IIS and how we deploy website on IIS.
How ASP .NET different from ASP?
What is Serialiazation?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
diff between forms authentication and windows authentication?
what is the default security setting in .net?
Which namespace does it belong to by default?
Write the .net syntax for 'for loop'?
How server form post-back works?
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Is it possible implement webservices without SOAP?