Which of the following is true ? September 13, 2025 by Admin A. IsPostBack is a readonly property of System.Web.UI.Page class B. IsPostBack is a method of System.UI.Web.Page class C. IsPostBack is a method of System.Web.UI.Page class D. None of these ✅ The correct answer is option C.
What is used to validate complex string patterns like an e-mail address ? September 13, 2025 by Admin A. Extended expressions B. Irregular expressions C. Regular expressions D. Basic expressions ✅ The correct answer is option C.
Which of the following method is used to obtain details about information types of assembly ? September 13, 2025 by Admin A. GetType B. GetTypes C. Both A and B D. None of these ✅ The correct answer is option C.
Which of the following allow writing formatted output ? September 13, 2025 by Admin A. Response.Output.Write() B. Response.Write() C. Both A and B D. None of these ✅ The correct answer is option A.
Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________________? September 13, 2025 by Admin A. Threading B. AppDomain C. RCW D. Serialization ✅ The correct answer is option D.
Common type system is built into which of the following? September 13, 2025 by Admin A. RCT B. GAC C. CLR D. RCW ✅ The correct answer is option C.
Where we can assign value to Static read only member variable of a static class ? September 13, 2025 by Admin A. Parameterized constructor B. On click of button C. Global.asax D. Default constructor ✅ The correct answer is option D.
It is best to use a web instead of a windows application when the application ? September 13, 2025 by Admin A. needs to be available to the public B. must be platform-independent C. has a thin front end (client) D. All of the above ✅ The correct answer is option D.
The .NET Framework provides a runtime environment called_______________? September 13, 2025 by Admin A. CLR B. RMT C. RC D. RCT ✅ The correct answer is option A.
How many classes can a single .NET DLL contain ? September 13, 2025 by Admin A. None B. One C. Two D. Many ✅ The correct answer is option D.