Tag: Development

Community

StringChunk and StringChunkHeap

(Jim Mischel) What we want is a class similar to theChunk class from a few sections back. This new class, new class,StringChunk, exactly duplicates the interface of theChunk class with two exceptions: it reads strings from a file rather than integers from an array; and I changed the semantics of t

Community

Animated Banners in XAML

(Mahesh Chand) Prior to XAML, I was using Adobe Fireworks to create my images and banners or asking my designer to create animated banners but more and more I delve into XAML, more I like it. Now, I can actually control my animations from my code. Being a programmer by nature, I would rather control

Community

Database Performance: The Web Layer

(Kenneth Downs) A database application is a like a convoy of ships, it is only as fast as the the slowest ship. The three “ships” in a web-based database application are the database itself, the web layer, and the browser. Today we will continue our series on performance by examining how the web lay