What's different about namespace declaration when comparing that to package declaration in Java ?
What is serialization ?
Define .NET architecture ?
How we can add the css in mvc?
will there be any issues adding a table without primary keys to a data model?
what is csdl?
Is it possible to cancel filter execution?
What is .net framework & its benefits?
what is VSS? Where we are using?
How to Insert a TextBox value in to Sql database using C#.Net coding
What is the common property in .net?
When will the .net framework 3.0 be released?
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?