jmbledsoe

Stories submitted by jmbledsoe

Exploring the secrets of intermediate materialization(sqlblog.com)

submitted by jmbledsoejmbledsoe(460) 4 years, 3 months ago

Looks like a good trick for tuning certain SQL queries. read more...

add a comment |category: |Views: 13

tags: another

TableAdapterManager in ADO.NET Orcas(blogs.atgi.com)

submitted by jmbledsoejmbledsoe(460) 5 years ago

A description of the new TableAdapterManager for DataSets in Visual Studio Orcas, as well as a data-access framework that enables similar function now. read more...

add a comment |category: |Views: 60

tags: another

Overview of WCF/SOA(gabe19.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 1 month ago

An introduction to and overview of SOA, the WS-* specifications, and how WCF makes them accessable to .NET developers. Material is rooted in Juval Lowy's presentations at SD West 2007. read more...

add a comment |category: |Views: 2796

tags: another

Overview of Customizing Community Server (gabe19.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 3 months ago

A good introduction to the architecture of Community Server and how it can be customized. read more...

add a comment |category: |Views: 1

tags: another

Escaping Tables With CSS(johnsbraindump.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 5 months ago

While this isn't totally .NET related, I think that the crowd here will be able to relate to this dilemma. We're .NET developers who do HTML and CSS, and this is a common problem that we've all run into. read more...

add a comment |category: |Views: 9

tags: another

NDoc 2.0 is Dead!(johnsbraindump.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 10 months ago

Apparently, the chief developer of the new version of NDoc is quitting the job. He cites lack of support as a primary motivation, as well as targeted (electronic) attacks on him personally. read more...

1 comment |category: |Views: 13

tags: another

Finding the Current and Last Page Numbers of a Crystal Report in ASP.(johnsbraindump.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 11 months ago

I had the hardest time finding a good and relatively efficient way to do this, so when I found it, I wanted to share it with everyone. Read on if you've run into this problem before. read more...

add a comment |category: |Views: 1

tags: another

Avoiding Cursors with Superclass-Subclass Tables(johnsbraindump.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 6 years ago

When you're dealing with complex table structures, sometimes you need a trick or two to deal with them efficiently. Here's a technique I discovered to insert rows into superclass-subclass tables without using cursors. read more...

add a comment |category: |Views: 2

tags: another