Tag: Development

Community

Line in WPF

(Mahesh Chand) The Line object represents a line shape and draws a line between two defined points. The X1 and Y1 properties of the Line represent the start point and X2 and Y2 properties represent the end point of the line. The Stroke property sets the color of the line and StrokeThickness represen

Community

The QueryExtender

(Peter Vogel) As far as ASP.NET developers are concerned, the Microsoft .NET Framework 3.0 and 3.5 were effectively “no upgrade” releases, with the exception of two controls: the DataList and Pager. The .NET Framework 4, on the other hand, offers a number of new features aimed directly at a key issu

Community

Reflection in .NET

(Anjaiah Keesari) In this article I tried to cover all the topics from .NET Reflection with examples. I have stated with definition of .NET Reflection and its road map, list of mostly used classes the System.Reflection namespace provides and importance of Type class in .net Reflection. You will also