Tag: Development

Community

Video Brush in WPF

(Mahesh Chand) A video brush is a brush similar to any other brush. Instead of painting an area with a color, a video brush paints an area with a video. The video contents are provided by a MediaElement. We can use a visualBrush to play a media by setting a MediaElement as its Visual attribute.

Community

PageMethods In ASP.NET AJAX

(Suresh Kumar Goudampally) Page Methods is a new mechanism in ASP.Net application where the server code cab be bound to Asp.Net pages. It is an easy way to communicate asynchronously with the server using Asp.Net Ajax technologies. It’s an alternate way to call the page which is reliable and low ri