Tag: Development

Community

Getting Started with IIS7 (Part 1)

(Bipin Joshi) Visual Studio comes with an inbuilt web server. No doubt the inbuilt web server comes handy during development. However, finally your web site needs to sit inside Internet Information Services (IIS). If you are an ASP.NET developers you are probably familiar with IIS6. The new generati

Community

Getting Started with IIS7 (Part 1)

(Bipin Joshi) Visual Studio comes with an inbuilt web server. No doubt the inbuilt web server comes handy during development. However, finally your web site needs to sit inside Internet Information Services (IIS). If you are an ASP.NET developers you are probably familiar with IIS6. The new generati

Community

Reading a File in Chunks

(Jim Mischel) The next problem we have to solve is how to read a text file in memory-sized chunks. In the old days, when all we had to worry about were ASCII strings of one byte per character, we could directly read a large piece of the file into a memory buffer and then scan the buffer, replacing t