Dot Net Framework (735)
Dot Net Remoting (161)
Dot Net WindowsForms (181)
Dot Net General (917)
Dot Net AllOther (441) i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
4 10921i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 7124you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
2 7655when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
1 3142String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
6 8615DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
3 6687
Explain how does assembly versioning work?
What is poco proxy? : Entity framework
What are library functions?
How boxing and unboxing occures in memory?
Explain unit test done by tester on development team?
Explain about .Net products?
How can you return string result from Action in ASP.Net MVC?
Conceptually, what is the difference between early-binding and late-binding?
What is entity client data provider? : Entity framework
What is the "helperpage.isajax" property?
Explain threading types?
What are Action Filters in ASP.NET MVC and its use?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
what is way of loading data in ef (entity framework)?
What are the differences between user control and server control?