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?
How the framework differentiate between 2 version dlls?
eg Version 2.0 and 2.1 dlls are there. both are referred in
the code.but we are using only name of that dll not the
version number. in run time how the framework know which dll
has to be referred?
I want to fetch data from datareader. i have three tables in
datareader. i want to bind my two table with datagrid, then
i want to fetch a value from my third table. do u have any
idea pls help me. we use dr.nextresult() for multiple tables.
I am going for H1B visa interview, I am not having
bank statement ,is it neccesary for stamping process? how
to handle the,consulate people without that statement ?
I want to fetch data from datareader. i have three tables in
datareader. i want to bind my two table with datagrid, then
i want to fetch a value from my third table. do u have any
idea pls help me. we use dr.nextresult() for multiple tables.
305
why DotNetFramework is included in building a software
what is mean by COM (component object model) and component
based software development?
Is it .NET is first COM based technology?
Please answer me.
Advance thanks.
If we write any code for DataGrid methods, what is the
access specifier used for that methods in the code behind
file and why?
146
i have done enough testing in life but now stated
developing intereset in development work,Can i think of
entering into development work that too in >Net after more
then 4 years of testing experiece?
142
Please explain me what the project manager will ask in
the interview.The interview is for senior position in .Net
(5 years experience )
79
Explain .net Framework?
50
What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?