ahsteele

Stories submitted by ahsteele

C# 3.0 Auto Implemented Properties(mitchelsellers.com)

submitted by ahsteeleahsteele(55) 4 years, 2 months ago

A feature I only recently became aware. Pretty good summary of the old problem and what 3.0 does to fix it. read more...

add a comment |category: |Views: 157

tags: another

Visual Studio 2008 Tip: Resolving Namespaces and Removing Unused Using(davidhayden.com)

submitted by ahsteeleahsteele(55) 4 years, 3 months ago

Great article about some of the cool new namespace features in VS 2008. read more...

add a comment |category: |Views: 27

tags: another

Using pageLoad in both Master and Content pages(encosia.com)

submitted by ahsteeleahsteele(55) 4 years, 3 months ago

There’s only room in the page’s DOM for one pageLoad shortcut function, preventing both a master and content page from utilizing the shortcut simultaneously. Article provides a good work around for this problem. read more...

add a comment |category: |Views: 11

tags: another