Tag: Development

Community

Advanced AOP Techniques

(Eric Vogel) In my previous article Clear Cross-Cutting Concerns with Aspect Oriented Programming in .NET, I covered the basics of Aspect Oriented Programming (AOP). Since then I’ve received some feedback asking for ways to utilize AOP for more advanced tasks such as security and threading, and will

Community

DataBinding in Silverlight

(M.S. Srinath) Silverlight is an application framework that allows us to create apps that provide rich interaction in a web environment. One of the most important concepts in this technology that one must clearly understand is databinding. It is a pretty useful concept to display and work with data.