peckerwood

Stories kicked by peckerwood

Store .ASPX and .HTM files for your application in xml or database(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 9 months ago

With the VirtualPathProvider you can server pages from your website without the files actually existing on the disk. And this doesn't use url rewriting. The VirtualPathProvider actually allows you create your own virtual file system within your application. You can store the pages of you site within an xml file, a database or any other method you would like. In my opinion this is one of the coolest new features in ASP.NET 2.0. read more...

add a comment |category: |Views: 6

tags: another

A must-have ASP.NET Controls pack(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 9 months ago

A very useful collection of ASP.NET controls that I'm using on a daily basis. The collection includes controls such as an ImageCheckBox and an ObjectDataSource. A must have :-) read more...

add a comment |category: |Views: 21

tags: another

A primer on SQL Server database files(builder.com.com)

submitted by peckerwoodpeckerwood(55) 5 years, 10 months ago

A high-performance database system is the product of good database design, both physical and logical. To get the most out of your database system design, you must have a solid understanding of the files the database server uses, and the types of hardware you should deploy these files on. read more...

add a comment |category: |Views: 1

tags: another

Another Bulletproof SQL Script Using INFORMATION_SCHEMA Views(stevenharman.net)

submitted by usshermussherm(5285) 5 years, 10 months ago

This article presents a SQL Script that will use the INFORMATION_SCHEMA Views to determine if a particular Stored Procedure exists in a database for a given schema... and an optional script that makes use of Template Parameters. read more...

add a comment |category: |Views: 13

tags: another

Memory in .NET - what goes where(yoda.arachsys.com)

submitted by simonebsimoneb(5450) 5 years, 10 months ago

A lot of confusion has been wrought by people explaining the difference between value types and reference types as "value types go on the stack, reference types go on the heap". This is simply untrue (as stated) and this article attempts to clarify matters somewhat. read more...

add a comment |category: |Views: 1

tags: another