tazerman

Stories kicked by tazerman

UNION versus UNION ALL, lessons in minutiae(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

Comparing UNION versus UNION ALL and then their implementations in Linq. read more...

add a comment |category: |Views: 39

tags: another

Binsor 2.0(ayende.com)

submitted by simonebsimoneb(5450) 4 years, 6 months ago

Ayende's Binsor project. Cool new way of managing Windsor configuration with no more xml. read more...

add a comment |category: |Views: 142

tags: another

Visual Studio 2008 to RTM in Movember(scribesonic.com)

submitted by montymonty(2575) 4 years, 6 months ago

Mary Jo Foley published the big news - Visual Studio 2008 RTM - early this morning. It follows the Microsoft press release. This is big news and I'm forced to believe that Microsoft aligned this historical release to coincide with Movember. read more...

6 comments |category: |Views: 0

tags: another

SubSonic: MVC Preview Video(blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 6 months ago

Rob Conery has created a short screencast showing ASP.MVC and SubSonic. read more...

add a comment |category: |Views: 196

tags: another

.NET Framework 3.5 Namespace poster(blogs.msdn.com)

submitted by k000derk000der(4765) 4 years, 6 months ago

The .NET Framework 3.5 Commonly Used Types and Namespaces poster read more...

add a comment |category: |Views: 57

tags: another

You too can fail fast (or at least really quickly)(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

A description of contract first programming and what it means to have a fail-fast system. read more...

1 comment |category: |Views: 12

tags: another

ScottGu VS.net performance tips for machine(weblogs.asp.net)

submitted by dovedove(735) 4 years, 6 months ago

Specifically - "what type of machine do you recommend I get for doing development with Visual Studio?" read more...

5 comments |category: |Views: 22

tags: another

Caching In 10 Minutes(longlostcousins.com)

submitted by usshermussherm(5285) 4 years, 6 months ago

A quick overview of 4 types of caching available to you in an asp.net application: 1. Viewstate, #2. Context, Session, and Application, #3. Cache API, and #4. HTML Output Caching read more...

add a comment |category: |Views: 24

tags: another