What is .net framework in simple terms?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Dispose and Finalize method
What is edm designer? : Entity framework
What's the access level of the visibility type internal ?
Is there built-in support for tracing/logging
What is filters in web api?
Types of assemblies that can be created in dotnet ?
what is Assemble
What is renderbody?
How can I stop my code being reverse-engineered from IL
What are the contents of assembly?
Can we have enum in entity framework?
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?