Website: http://www.c-sharpcorner.com

Rank: 54 / 357

4 selected articles

How to Make RSS Feed With ASP.Net - C# Corner

Let's start with some basic information about RSS Feeds.

??

RSS

??

Rich Site Summary (RSS) is a format for delivering regularly changing web content. Includes full or summarized text and metadata, like publishing date and author's name.??Many news-related sites, weblogs and other online publishers syndicate their content as an RSS Feed to whoever wants it.??It is also known as Really Simple Syndication.

??

Why RSS? Benefits and Reasons for using RSS

??

RSS solves a problem for people who...

Read more

Related topics : rss feed for website example / rss news feed code for website / asp rss feed / rss feed code for website / feed rss feed for website

Windows Phone : Simple RSS Application - C# Corner

WPrss.rar

Introduction

There is nothing new in RSS feeds. For the past decade, there have been very many RSS Applications developed in all platforms. Even so, we will show you a simple RSS application that works on Windows Phone Applications.

Background

We will use a simple XML Parser with some LINQ commands. In the XAML portion, we will bind the target with the XML source.

Procedure

Step 1:...

Read more

Related topics : windows phone rss feedly / rss feed web application / rss feed for website example / feed rss feed for website / creating rss feed for website

Configuring an RSS Viewer Web Part - C# Corner

Expand

Introduction:

Really Simple Syndication (RSS) is used for transmitting information across the internet and intranets. We can also subscribe to RSS Feeds from SharePoint libraries, lists, and other elements. We can use an RSS Viewer Web Part to display an RSS Feed on a SharePoint site. The RSS Viewer Web Part provides a convenient way to view information from many sources on a single page.

In this article we will be seeing how to obtain the URL for the RSS feed from the SharePoint list and how to configure an RSS viewer Web Part for it.

URL for the RSS...

Read more

Related topics : sharepoint rss viewer web part / sharepoint rss feed web part / rss viewer web part not available / rss viewer web part

Create your first HTTP Handler in ASP.NET 3.5 - C# Corner

What is HTTP handler: Every request into an ASP.NET application is handled by a specialized component known as an HTTP handler. The HTTP handler is the most important ingredient while handling ASP.NET requests.

Examples: ASP.NET uses different HTTP handlers to serve different file types. For example, the handler for web Page creates the page and control objects, runs your code, and renders...

Read more

Related topics : create rss feed for site without one / create rss feed for site