Explain the top .net class that everything is derived from?
No Answer is Posted For this Question
Be the First to Post Answer
Is string a value type or a reference type?
Why do we use the “using” statement?
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
How will you register com+ services?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
What is RCW (Run time Callable Wrappers)?
What is smart navigation?
What is namespace in .net?
What is STA in .NET?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
Is .net core the future?
What?s a proxy of the server object in .NET Remoting?