Subscribe via email
Click Here to Subscribe
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...
A quick and dirty snippet for the basic approach to scraping the HTML content from a webpage programmatically. Continue...
How to change the default browser in Visual Studio. That's right, you aren't stuck with just Internet Explorer. Continue...
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...
Learn how to use ASP.NET to dynamically return a file to the user and the importance of MIME types in this process. Continue...