Tag: Development

Community

Time released content in ASP.NET

(Jon Galloway) While working on the PDC2008 website, we had several time-critical updates. There were some announcements that needed to go live on the website at specific times to coincide with other marketing, there were updates to the list of of software being given to attendees that needed to go

Community

.NET Strings

(Marius Serban) In every good book that you read about .NET framework or .NET programming languages (C#, VB.NET) a special section is dedicated to strings (System.String class). The reason for that is that this class has a special behaviour and the better you understand how the .NET framework is han

Community

Event Bubbling in Asp.NET

The ASP.NET framework provides this technique called the event bubbling that allows a child control to propagate up its container hierarchy. Event bubbling enables enabled events to be raised from a more convenient location of the control hierarchy and allows event handler to be attached to the ori