What is stored procedure ? how we use it in .NET ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Characteristics of .NET?
What is managed code and managed data in .net?
Please explain about "this" object
DateTime[] 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
Explain what is an application domain?
What is a Strong Name?
What is the difference between encrypting a password and applying a hashing?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
How many namespaces are in .net version 1.1?
Types of JIT and what is econo-JIT ?
ctype(123.34,integer) - should it throw an error? Why or why not?
What is machine.config in .net?