What are server controls?
Answer / saqib
any control where you use runat=server and is
understandable by server.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is Assembly manifest? what all details the assembly manifest will contain.
Can we have same method with same name and signature using partial classes
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 benefits of Model-View-Controller Architecture?
Explain the difference between public and static modifiers?
What is the use of system.diagnostics.process class in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What are pdbs?
Why do we use the “using” statement?
SAP Business One(this is intigrated tool of .net)
How is .net core cross platform?
Which file is taken by compiler when we have both file Application and Server Configuration file?