droucati

Stories kicked by droucati

More on "The DotNetKick Effect"(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 3 months ago

A follow-up to the "The DotNetKicks Effect - Enjoy While it Lasts" post with some clarifications, numbers and solutions read more...

add a comment |category: |Views: 13

tags: another

Exploring the Code for the New .NET 3.5 Classes(scottonwriting.net)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

I often use the free and awesome decompiler Reflector to peer into the source code of Microsoft's .NET Framework. It's an indispensable tool. However, I had a little difficulty viewing the underlying source code for some of the new .NET 3.5 classes. In particular, for a recent article I was interested in looking at what was happening underneath the covers when the DataPager control was rendered. The DataPager is a new control in ASP.NET 3.5 used to render a paging interface for the ListView control (also new to 3.5). read more...

add a comment |category: |Views: 7

tags: another