Tag: Development

Community

OnClientClick

(Brian Mains) The OnClientClick property is a new method to button controls in the .NET 2.0 framework. It adds javascript to the onclick or href property (when appropriate) that performs a desired client-side action.

Community

.NET Framework 3.0

(Somasegar) When speaking to developers about WinFX one question that repeatedly comes up is, “WinFX sounds great, but what happens to .NET?” .NET Framework has becomes the most successful developer platform in the world. Developers know and love .NET.

Community

Revisiting Operator Overloading

(Ken Getz) On the conference circuit recently, I was speaking about some of my favorite new features in the Microsoft .NET Framework 2.0, using the content of three recent columns in this series as fodder. In my talk I sped through generics, operator overloading, and the BackgroundWorker component,