How many languages .NET is supporting now?
Answer Posted / sabari md
Dot net framework or platform supports 63 languages
ASP.Net
C#.Net
VB.Net
J#.Net
Photon ...
| Is This Answer Correct ? | 106 Yes | 28 No |
Post New Answer View All Answers
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Should I implement finalize on my class? Should I implement idisposable?
What is connection pooling and how do you make your application use it?
Please tell us what is the difference between override and overload in a method?
Tell us what is the difference between struct and class?
What does .net stand for?
What operating systems does the .net framework run on?
How does cas works?
Explain me what is the difference between an abstract class and an interface?
What are three common acronyms used in .net, and what do they stand for?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain what is a manifest in .net?
Is .net core free?
What is Event - Delegate? clear syntax for writing a event delegate
Which Namespace is used to to achieve MultiThreading in .NET?