What is meant by managed and unmanaged code?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of Treeview control?
What is the difference between override and overload in a method?
What is equivalent for regsvr32 exe 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.
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What are the security policy levels in .Net
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is the managed and unmanaged code in .net?
3 Answers Deltech, Dhanush Infotech,
what is the default value of CHAR type?in C# using asp.net?