Explain About GDI object ?
Answer / Rina Kumari
GDI (Graphics Device Interface) is a part of the Windows API that provides functions for creating, managing, and manipulating various graphical objects such as bitmaps, pens, brushes, fonts, and regions. Developers can use these objects to create 2D graphics, draw shapes, text, and images, and perform other graphic-related tasks in their applications. GDI objects are typically managed by creating them, modifying them as needed, and then deleting them when they are no longer required.
| Is This Answer Correct ? | 0 Yes | 0 No |
In code behind class, name the type of code found. Is it the server side code or client side code?
Whate are resource files?
What is a delegate, How many types of delegates?
Explain how to produce an assembly?
What is view state?
What is MSIL, IL, CTS?
What are channels in .NET Remoting?
What is the difference between custom control and web control?
What is the base class of Button control in .NET?
What is Delegate? Have ever used Delegates in your project.
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
What is the use of trace utility?