August 2009
8/29/2009, 2:55 PM
Since the introduction of Extension Methods in C#, I've found quite a few cool uses for them in my projects. Here are some of my favorite string extension methods.
Tagged with: time-savers, c-sharp
8/29/2009, 2:14 PM
For a while I struggled with the idea of integrating ASP.NET pages with Javascript. After all, the IDs of the HTML elements inside server controls were all generated during runtime in ASP.NET… so how do you easily refer to them?
Tagged with: javascript, asp.net