Explain the code behind wors and contrast that using the inline style.
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by globalization?
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 is WSDL and disco file ?
What are the different types of Classes in .NET?
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?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is the benefit of .net core?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What are the purposes of using .net?