web 2.0

Reading and Writing RSS Feeds Using System.ServiceModel.Syndication

In this article I’ll talk about another simple way to Read and Write RSS Feeds, but here with the new .NET 3.5 Syndication feature. [More]

Views(2770)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

C#

A Simple Lightweight RSS Feed Generator for ASP.NET

Today a pretty quick article on HowTo generate RSS Feeds for your ASP.NET Web Site. [More]

Views(2938)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET | C#

Read RSS File and 407 Proxy Authentication Required with C#

Hi, In C# when we are trying to read RSS File with an WebClient or WebRequest through Web Proxy we got "407 Proxy Authentication Required " error. Not working Exemple code : WebClient client = new WebClient(); Stream rssStream = client.OpenRead("http://blog.sb2.fr/syndication.axd"); StreamReader t... [More]

Views(3285)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

C#

Flux Rss 2.0 pour votre Site Web ASP.NET

Bonjour, Vous avez un site web avec du contenu dynamique, catalogue produit, etc.. et vous souhaitez permettre a vos clients de rester informé des nouveautés via un Flux Rss ? Rien de plus simple, pour ce faire nous allons créer un HttpHandler qui va générer auto... [More]

Views(899)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

ASP.NET | C#

Technorati Profile