Designing a PopUp in Silverlight is one of the common tasks in Silverlight Application Development. Let's see a code snippet that can help you do that in few steps.
public partial class PopupControl : UserControl
{
public event EventHandler PopUpClosed;
public PopupControl()
{
// Required to initialize variables
InitializeComponent();
}
Software engineering has never really been about writing code. It has been about preserving institutional memory, what a team knows about why a system works ...
A few weeks ago, I was in a conversation with a friend about moving from Gen AI to agentic systems. We spent most of it on the architectural question: what a...
Years ago, I have cleared my calendar for a failing project and called it a recovery plan. It felt like the right call for about two weeks. Then the team sto...
Most AI transformations are not failing on the technical side.
They are failing because new models get deployed in weeks, while new behaviours take months. T...