TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About RSS
RSS
stand for (Real Simple Syndication) which is used for collection of Web feed formats that provide updated or shared information in a standardized way and all the information could be website or blog entries, news headlines, or audio or video files.
RSS
is an XML based format and while it can be used in different ways for content distribution and its most widespread usage is in distributing news headlines on the Web. The main using of
RSS
in
Web site that wants to allow other sites to publish some of its content creates an
RSS
document and registers the document with an
RSS
publisher with the benefits of publishers and subscribers because they syndicate work automatically in a format that can be easily accessed and viewed by different applications.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarathlal Saseendran (4)
Mahender Pal (3)
Vijai Anand Ramalingam (3)
Kaviya Balasubramanian (2)
Dipendra Shekhawat (2)
Abhimanyu K Vatsa (2)
Patrick Wright (2)
Scott Lysle (2)
Mike Gold (2)
Diptimaya Patra (2)
Vanshika Agrawal (1)
Senthilkumar (1)
Jean Paul (1)
Shiv Sharma (1)
Rikam Palkar (1)
Aakash Maurya (1)
Ajay Kumar (1)
Sharad Nair (1)
Parth Patel (1)
Ojash Shrestha (1)
Aravind Bs (1)
Neha Sharma (1)
Priyanka Gupta (1)
Prasad Pathak (1)
Dhruvin Shah (1)
Vinodh Narayanan (1)
Shubham Kumar (1)
Waqas Sarwar (1)
Madhanmohan Devarajan (1)
Bhushan Gawale (1)
Sourabh Somani (1)
Muhammad Aqib Shehzad (1)
Shantha Kumar T (1)
Manish Kumar Choudhary (1)
Abhishek Kumar Ravi (1)
Abhishek Jain (1)
Richa Garg (1)
Gaurav Gupta (1)
Varesh Tuli (1)
Sonia Bhadouria Vishvkarma (1)
Ashish Singhal (1)
Bryian Tan (1)
Ibrahim Ersoy (1)
Deepak Dwij (1)
Amit Choudhary (1)
Tusarkanta Guru (1)
Destin Joy (1)
Mark Middlemist (1)
Moses Soliman (1)
Related resources for RSS
No resource found
Building a Blazor Server App to Fetch RSS Feeds Using .NET Core
10/11/2024 8:54:06 AM.
In this article, we will explore how to build a Blazor Server app using .NET Core 6.0 to fetch and display RSS feeds. You’ll learn about setting up the Blazor environment, using HTTP clients for data
Display an RSS Feed Using XSLT
5/9/2024 11:51:36 AM.
Displaying an RSS feed using XSLT involves transforming XML data into HTML for presentation. XSLT templates define how RSS elements are formatted, facilitating clear and structured content rendering o
Add RSS Viewer Web Part In SharePoint Online
5/6/2024 11:22:36 AM.
Learn how to enhance your SharePoint Online site by integrating an RSS Viewer Web Part. This tutorial covers step-by-step instructions for configuring and adding the RSS Viewer Web Part to SharePoint
Enable/Disable The RSS Feed Option For SharePoint List
5/2/2024 10:44:18 AM.
Manage RSS feed options in SharePoint lists effortlessly. Enable or disable RSS feeds through list settings or site features, ensuring control over content subscription and distribution within your Sh
Create A Simple Blazor Server Application With .NET Core 3.0
4/16/2024 5:39:36 AM.
In this post, we will see how to create a simple Blazor application with .NET Core 3.0 SDK and default template. We will create a new service and get the C# Corner latest post details from their RSS f
SharePoint 2010 Search Alerts
3/5/2024 10:24:14 AM.
This article explores the Search Alerts feature of SharePoint, which allows users to save queries and receive notifications via email or RSS feed when content matching the query is found. It discusses
Understanding RSS Feeds in SharePoint
3/1/2024 10:25:14 AM.
In this article, we will discover how SharePoint utilizes RSS feeds for content syndication. Explore integration options, web parts, and site subscriptions, enhancing information management and collab
Blazor Life Cycle Events - Oversimplified
2/18/2024 3:33:37 AM.
There's a lot that goes into memory when blazor components load into the memory. There are 8 methods which decide the lifecycle of a component. Let's take a deep dive to understand how they co
Learn SharePoint In Series - Part Sixteen - RSS Settings In List Settings
2/16/2024 6:39:01 AM.
This article is the 16th part of a comprehensive SharePoint series, delving into various aspects of SharePoint functionality. It provides detailed instructions on enabling and utilizing RSS (Really Si
Get C# Corner RSS Feeds In Blazor Project
2/9/2024 6:59:05 AM.
We can see how to read RSS feeds from C# Corner site and display the feeds in a Blazor project. We will see how to get all posts feeds for an author (author id can be given by user), feeds for latest
Building a Podcast RSS Feed Generator with ASP.NET Core
12/18/2023 6:02:26 AM.
We are podcasting with ASP.NET Core. This article guides you through building a podcast RSS feed generator using ASP.NET Core. Learn to create, populate, and test the feed, enabling seamless distribut
Microsoft Sync Framework - A primer to the file sync provider
9/12/2023 9:35:45 AM.
This article is a primer to the file sync provider under the Microsoft Sync Framework.
Generate SharePoint News Posts Using WHO RSS Feed Using Power Automate
8/21/2023 8:51:21 AM.
In this article we will consume WHO RSS feed and generate SharePoint News Pages. For that we will use power automate flow which will run every day and generate SharePoint news page for us.
Azure Logic App - Automatically Send Email With RSS Feed Trigger
3/4/2022 2:35:43 PM.
In this article, we’ll learn about Azure Logic App and then go ahead to create a trigger to send email automatically for new RSS feed.  
Simple Way to Create RSS Feed With Web API
4/20/2021 5:27:47 AM.
This article describes how to implement a RSS feed with the Web API.
RSS Feed in ASP.NET
4/6/2021 10:21:08 AM.
This article describes how to create a RSS feed in ASP.Net.
Create RSS Feed Using ASP.NET
2/11/2021 7:37:14 AM.
RSS Feed generally use to return the output in plain text or xml Format.
Create An Angular 8 App With ASP.NET Core
7/29/2019 2:30:03 PM.
In this post, we will see how to upgrade Angular older versions to Angular 8 and create an Angular 8 app with ASP.NET Core and Visual Studio 2017.
C# Corner RSS Feeds In Blazor With Pagination
11/27/2018 9:17:34 AM.
We will see the RSS feeds from C# Corner site with pagination. We will see ten rows at a time on a page and we can have the previous, next, first and last, buttons to navigate the data as our wish. We
SharePoint 2013 - Converting GMT/UTC Time To Local Time In XSLT For Rendering RSS Feed Results
9/29/2017 11:58:49 AM.
Recently, I came across the requirement where the date coming from RSS feed which is in GMT format needed to be converted to local time and displayed in the required format.
RSS Viewer Webpart In SharePoint
9/1/2017 2:22:11 AM.
In this video, we will learn how we can configure Feed from external sites? Basically, when we are doing branding for our SharePoint site most of the clients want RSS Feeds to appear in a page from th
RSS Viewer Webpart In Sharepoint
8/23/2017 9:57:39 AM.
In this blog, I will explain how to use RSS Viewer webpart to display feeds from external websites to the SharePoint portal.
How to Make RSS Feed With ASP.Net
6/26/2017 6:52:55 AM.
The article explain RSS Feeds in ASP.NET. Rich Site Summary (RSS) is a format for delivering regularly changing web content. Includes full or summarized text and metadata, like publishing date and aut
SharePoint 2016 - RSS Viewer WebPart Issue
5/11/2017 12:03:55 PM.
This article presents SharePoint 2016 - RSS Viewer WebPart issue.
Display Live RSS Feeds In XML Viewer Web Part Using Custom XSLT
5/16/2016 11:07:01 AM.
In this article you will learn how to display Live RSS Feeds in XML Viewer Web Part using Custom XSLT.
Auto Tweet C# Corner Articles Using Azure
5/11/2016 1:02:07 PM.
In this article you will learn more about reading RSS Feeds, using twitter APIs and leveraging Azure. We will also see how to Tweet newly-published articles on C# Corner web site leveraging Azure capa
How To Add RSS Feeds In The Sidebar of WordPress
4/11/2016 12:07:41 PM.
In this article you will learn how to Add RSS feeds in the sidebar of WordPress.
Read RSS Feed Using MVC
4/11/2016 10:45:25 AM.
In this article you will learn how to read RSS Feed using MVC
Create RSS Feeds For Your Blog or Website
2/19/2016 6:55:19 AM.
In this article you will learn how to create RSS feeds for your blog or website.
Fetch RSS Feed Content From LINQ To XML
1/30/2016 1:42:30 PM.
In this article we are going to fetch content from LINQ to XML classes and manipulate XML atom feed and get their elements.
SharePoint RSS (Really Simple Syndication) Settings
4/17/2015 8:58:58 PM.
In this article you will learn Really Simple Syndication settings in SharePoint.
Get RSS Feed in ASP.Net
12/4/2014 7:09:05 AM.
This article explains how to get live updates in our website or webpage using RSS Feeds.
Creating RSS Feed Dashboard in Microsoft Dynamics CRM 2013: Part 3
10/19/2014 1:41:20 AM.
In this article you will learn how to create a RSS Feed Dashboard in Microsoft Dynamics CRM 2013.
Creating RSS Feed Dashboard in Microsoft Dynamics CRM 2013: Part 2
10/14/2014 9:23:18 PM.
In this article you will learn how to create a RSS Feed Dashboard in Microsoft Dynamics CRM 2013: Part 2.
Creating RSS Feed Dashboard in Microsoft Dynamics CRM 2013: Part 1
10/10/2014 5:44:30 PM.
This is the first article about how to create a RSS feed in Microsoft CRM 2013.
Windows Phone : Simple RSS Application
10/6/2013 5:45:35 PM.
Here you will learn how to create a simple RSS application that works on Windows Phone.
Continous Integration Tools Comparison
8/15/2013 11:33:10 PM.
This article only covers the comparison of some of the renowned tools used for continuous integration.
Asynchronous Programming in Windows Store App
1/7/2013 6:57:47 AM.
In this article I will explain how to use await operator for asynchronous programming in Windows Store Apps.
Retrieve an RSS or Atom Data Feed in Windows Store App
1/7/2013 5:37:29 AM.
In this article we are learn how to read or get a RSS feed into a Windows Store App using C#.
Subscribing to an RSS Feed in JIRA Tool in Testing
12/14/2012 12:01:06 PM.
In this article I discuss how to subscribe to a RSS Feed in JIRA Tool in Testing.
Twitter RSS Feed Reader in MVC 4
12/6/2012 5:50:19 PM.
In this article you will learn how to setup the Twitter RSS Feed Reader in MVC 4. I'm using the same technique I used in my last article to read the Facebook feeds.
Facebook RSS Feed Reader in MVC 4
12/5/2012 12:18:55 AM.
In this article you will learn how to setup the Facebook RSS Feed Reader in MVC 4.
RSS Feed Project in VB.NET
12/1/2012 2:17:21 AM.
The RSS Feed project is aimed as demonstrating writing VB code to consume RSS feeds from the internet and putting the data from these RSS feeds into a database for you to use in your own applications.
RSS Feed Link Reader in VB.NET
11/9/2012 11:14:01 AM.
This article discusses the construction of a simple application that may used to view RSS feeds from the desktop. The application allows the user to select a canned RSS feed or to key one.
Use the Force - Creating Salesforce Apps with RSSBus and Syncfusion
10/20/2012 6:35:08 AM.
Salesforce.com allows your sales team to track customers and prospects to help manage selling your products and services. With the help of RSSBus and Syncfusion, you can tap into the Salesforce.com API and take control of the data for your sales accounts. This review delves into the features of RSSBus and Syncfusion that help you get there.
RSS Feed Widget in Silverlight
9/29/2012 9:39:48 AM.
RSS Feed Widget in Silverlight using Expression Blend 3.
RSS Widget 2 In Silverlight 3 with Data Persistence
9/29/2012 9:08:45 AM.
This is a new version of my old RSS Widget, the new thing about is it's Data Persistence using ISO Storage.
RSS Feed Project in .NET
9/29/2012 6:32:37 AM.
The RSS Feed project is aimed as demonstrating writing C# code to consume RSS feeds from the internet and putting the data from these RSS feeds into a database for you to use in your own applications.
RSS Icon in Expression Blend 4
9/18/2012 2:26:24 PM.
Today we are going to see the various types and use of ellipse shapes and arc shapes.
Building RSS Feeds using RSS Document 2.0
5/13/2012 7:58:50 AM.
This article and attached source code shows how to build a RRS Feed using RSS Document 2.0 specifications.
Turn Affiliate RSS Feeds Into a Website Using Drupal
5/4/2012 7:26:36 AM.
Convert your affiliate RSS feeds into a website in a few steps using Drupal.
Build Your Own IPhone RSS Reader in 15 Minutes With Flash Builder
2/4/2012 11:58:24 PM.
In this article we will build a RSS Reader using Xml Data Service in Flash Builder for an iPhone 4 Application (you can change which mobile OS is to be used from the project's properties).
Creating RSS aggregator’s using Gtk# in MonoDevelop
11/23/2011 12:41:18 PM.
The user interface for the RSS aggregator’s main application window, the source code for the RSS aggregator we use Windows Forms.
Configure RSS settings for a list using Powershell
6/9/2011 12:16:48 AM.
In this article we will be seeing how to configure RSS settings for the SharePoint list using powershell.
Programmatically Configure RSS Settings For a List
6/8/2011 2:21:47 PM.
In this article we will be seeing how to programmatically configure RSS settings for the SharePoint list.
Configuring an RSS Viewer Web Part
6/7/2011 8:45:34 PM.
In this article we will be seeing how to obtain the URL for an RSS feed from the SharePoint list and how to configure a RSS viewer web part for it.
Cross Domain AJAX Request Using JQuery
5/17/2011 2:24:00 PM.
Cross Domain AJAX request using JQuery loading the RSSFeeds asynchronously from feedburner url in your website.
How to consume RSS FEED in ASP.NET 3.5 in C#
4/7/2011 7:34:31 PM.
In this article I am trying to use RSS in a very easy manner.
How to Enable RSS Feed in SharePoint 2010
3/18/2011 12:36:52 PM.
In this article I am showing you how to enable RSS feed in SharePoint 2010.This is somewhat different compared to SharePoint 2007 version. The following procedure will get them working in your server
Hooking into your Google Apps With the RSSBus Google Data Provider
12/2/2010 1:55:08 PM.
This is a review of a component called the RSSBus Google Data Provider which allows you to access the Google API through a Sql Data Provider. This provider opens up the entire Google Application Suite to the .NET developer through familiar ADO.NET tools and classes.
RSS feeds using standard asp.net data components
11/29/2010 5:05:01 AM.
The following method for producing RSS feeds using standard asp.net data components isn't a million miles away from others documented, but I wanted to provide an easy quick start for any devs out there who get the fateful brief "oh, before we put this live can you just add an RSS feed of this data".
RSS Feed Link Reader
2/26/2008 2:26:22 AM.
This article discusses the construction of a simple application that may used to view RSS feeds from the desktop.
Put ASP.NET AJAX Timer and UpdatePanel with RssToolKit all in action
7/19/2007 8:09:51 AM.
This is simple article to show how ASP.NET AJAX 1.0 Timer Control can be used in conjunction with UpdatePanel Control and RssToolKit to achieve real usage scenario. It also shows how to maintain ViewState across page postbacks.