What are nullable types in .NET
No Answer is Posted For this Question
Be the First to Post Answer
How is a property designated as read-only?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
In Mvc Architecure what is view?
What property do you have to set to tell the grid which page to go to when using the Pager object?
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???
How does linq work?
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
What are the main components in .net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What is .net assembly?
ctype(123.34,integer) - should it throw an error? Why or why not?
What is different between webusercontrol and in webcustomcontrol?