If your project doesn't work, look for the part that you didn't think was important. --Arthur Bloch
Log In
Providing Microsoft .NET Articles and Code Samples since 2002
Home
→
Categories
→
topics - web
Home
Search
Articles
Categories
About
Welcome to my blog and project site for Microsoft.NET development.
I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ...
more
Share/Print this page:
Category: Web
topics
web
[Articles: 15]
Sort:
Most Recent
Updated
Author
Pages
Views Today
Total Views
Easily Build An Atom or RSS Feed With C# and the Syndication Namespace
By
steve
on
January 13, 2012
. | Updated on
January 25, 2012
. |
206
views,
5
today. |
1
page.
■
ATOM
■
C#
■
How To
■
RSS
■
Web
Learn how easy it can be to wireup a syndication feed for your site. The .NET framework allows you to build the feed content once and publish it using either the RSS or Atom protocol.
Page Goes Gold With One Million Views
By
steve
on
December 12, 2011
. | Updated on
January 22, 2012
. |
479
views,
9
today. |
1
page.
■
Announcement
■
News
■
Web
Our first article goes gold after receiving more than one million views.
URL Rewriter for .NET - Examples
By
steve
on
November 09, 2011
. | Updated on
January 22, 2012
. |
487
views,
8
today. |
1
page.
■
ASP.NET
■
How To
■
Overview
■
Software Reviews
■
Web
Many places document how to use URL Rewriter. Here we provide some practical examples of usage.
About Cambia Research
By
steve
on
October 30, 2011
. | Updated on
January 22, 2012
. |
1,924
views,
14
today. |
1
page.
■
Blog
■
Overview
■
Web
How did Cambia Research start and who is its creator?
What is my User Agent?
By
steve
on
October 23, 2011
. | Updated on
January 22, 2012
. |
679
views,
2
today. |
1
page.
■
Tool
■
Web
■
Web Browsers
Use this online tool to determine the user agent of your browser.
How to scrape or download a webpage using C#
By
ktb
on
March 05, 2007
. | Updated on
January 22, 2012
. |
31,969
views,
25
today. |
1
page.
■
ASP.NET
■
C#
■
Snippet
■
Web
A quick and dirty snippet for the basic approach to scraping the HTML content from a webpage programmatically.
How to Deliver a File From ASP.NET and Specify Its MIME Type
By
steve
on
February 15, 2007
. | Updated on
January 22, 2012
. |
8,351
views,
5
today. |
2
pages.
■
ASP.NET
■
Policy and Standards
■
Reference
■
Snippet
■
Web
Learn how to use ASP.NET to dynamically return a file to the user and the importance of MIME types in this process.
Cambia Research Launches Developer Education Website
By
steve
on
January 12, 2007
. | Updated on
January 22, 2012
. |
5,168
views,
1
today. |
1
page.
■
Announcement
■
Education
■
News
■
Web
Cambia Research has changed the focus of its website as of January 1, 2007. We are now devoted to developer eduction for Microsoft .NET developers.
How Do I Get Paths and URL fragments from the HttpRequest object?
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
81,987
views,
129
today. |
1
page.
■
ASP.NET
■
C#
■
Snippet
■
Web
A reference for extracting URL and path information from the HttpRequest object in ASP.NET.
Using the HttpContext object
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
50,022
views,
22
today. |
1
page.
■
.NET
■
ASP.NET
■
C#
■
Server side
■
Snippet
■
Web
Learn how you can get access to the HttpContext object when you're not in the code-behind of an ASPX page?
Parsing URLs with Regular Expressions and the Regex Object
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
47,605
views,
28
today. |
2
pages.
■
.NET
■
C#
■
Overview
■
Policy and Standards
■
Regular Expressions
■
Snippet
■
Text and Strings
■
Web
Go in depth in understanding the structure of a URL or URI and see a single regular expression that can be used to extract the various pieces in one fell swoop.
Set Initial Focus on an ASP.NET Page
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
17,900
views,
6
today. |
1
page.
■
C#
■
Client side
■
Javascript
■
Snippet
■
Web
■
Web Browsers
Here's a C# snippet to set the initial focus when a page loads. It takes into account some of the quirks with different types of controls and HTML elements.
C# StyleHelper Class
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
12,967
views,
5
today. |
1
page.
■
C#
■
CSS
■
Snippet
■
Web
■
Web Design
While CSS is the preferred way to manage webpage styles these days, sometimes it's helpful to manage those styles programmatically.
What is an IP Address?
By
steve
on
January 01, 2007
. | Updated on
January 22, 2012
. |
3,480
views,
0
today. |
1
page.
■
Internet
■
Overview
■
Web
■
Web Browsers
Are there enough IP addresses for the whole world? This article defines an IP address at the beginner level, what it is, what it does and what IPv4 is compared to IPv6.
What is a User Agent?
By
steve
on
January 01, 2007
. | Updated on
January 22, 2012
. |
5,335
views,
2
today. |
1
page.
■
Brief
■
Overview
■
Web
■
Web Browsers
What is a user agent?