Computer language design is just like a stroll in the park. Jurassic Park, that is. --Larry Wall

Posts in developer


Where can I view the partial class with designer code in my ASP.NET project?

Ever wonder what happened to the designer file for your ASP.NET web page after you moved to .NET 2.0? Learn more here. Continue...

Developer Tips and Tutorials ASP.NET

How to scrape or download a webpage using C#

A quick and dirty snippet for the basic approach to scraping the HTML content from a webpage programmatically. Continue...

Developer Tips and Tutorials C# Web

Change the Default Browser in Visual Studio 2005 and Visual Web Developer

How to change the default browser in Visual Studio. That's right, you aren't stuck with just Internet Explorer. Continue...

Developer Tips and Tutorials ASP.NET Visual Studio Browsers

How Do I Read a File As an Array of Bytes in C#

Learn how to use a stream to read the byte content of a file. You can also use the new ReadAllBytes method on the File class. Continue...

Developer Tips and Tutorials .NET C#

How to Deliver a File From ASP.NET and Specify Its MIME Type

Learn how to use ASP.NET to dynamically return a file to the user and the importance of MIME types in this process. Continue...

Developer Tips and Tutorials ASP.NET HTTP MIME

Version: 6.0.20200920.1535