how do you query in entity model when the result has a join from from different database other than the entity model?
what are generics? Without generics what are the disadvantages in 1.1?
3 Answers HP, iSoft, nTech Solutions,
Explain the 'page lifecycle' of an ASP.NET MVC?
What is entity framework in asp net?
In which assembly is the mvc framework defined?
What is the main difference between VS 2005 and VS 2003?
What is Global Assembly Cache (GAC) and what is the purpose of it?
Difference between <connectionstring> and <appsettings>
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
Which are the important namespaces used in ASP.Net MVC?
How does servicing work for the .net framework 3.0?
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?