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 ?
2 4656I 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.
1731How 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?
1 4915How 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?
1 2421Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
1381If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?
1125Post New Dot Net Framework Questions
What are action filters?
Is it possible to share a view across multiple controllers?
What is the significance of nonactionattribute?
mention what is code first approach and model first approach in entity framework?
What is controllercontext?
What is entity graph? : Entity framework
How to update one of my table in database at 4pm every day how it is possible?
Describe the gac in the .net framework.
How to return the JSON from action method in ASP.Net MVC?
Which version of .net framework is installed?
How you can implement custom validation in asp.net MVC?
Is .net framework backwards compatible?
What is entity sql? : Entity framework
Can we have enum in entity framework?
Can we add constraints to the route? If yes, explain how we can do it?