Tag: Development

Community

Precompilation in ASP.NET 2.0

(Johnson Smith) When the first request arrives at your web application there is a mind-numbing amount of work to do. The worker process starts, the runtime initializes, .aspx pages are parsed and compiled to intermediate language, methods are just-in-time compiled to native code–the list goes on an

Community

Building an Image Keyword System

(Ziran Sun) Unlike text-based file formats (HTML, XML, plain text and even PDF and MS Word documents), image files aren’t made up of text. This makes searching for an image file by keyword difficult. Instead of being able to simply open the file to see what words it contains, we’re stuck looking at