C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarathlal Saseendran(5)
Vijai Anand Ramalingam(4)
Mahender Pal(3)
Kaviya Balasubramanian(2)
Dipendra Shekhawat(2)
Gowtham Rajamanickam(2)
Gaurav Gupta(2)
Abhimanyu K Vatsa(2)
Chris Harrison(2)
Patrick Wright(2)
Scott Lysle(2)
Destin Joy(2)
Diptimaya Patra(2)
Vanshika Agrawal(1)
Rinki (1)
Shiv Sharma(1)
Ajay Kumar(1)
Sachin Pandey(1)
Ojash Shrestha(1)
Anuj Angooral(1)
George (1)
Vinodh Kumar(1)
Sanjay Makwana(1)
Dhairya Krishnat(1)
Sai Kumar Koona(1)
Parth Patel(1)
Faisal Pathan(1)
Aakash Maurya(1)
Praveen Ramakrishnan(1)
Prasad Pathak(1)
Vinodh Narayanan(1)
Logesh Palani(1)
Waqas Sarwar(1)
Priyaranjan K S(1)
Madhanmohan Devarajan(1)
Bhushan Gawale(1)
Sourabh Somani(1)
Muhammad Aqib Shehzad(1)
Supreeth J(1)
Manoj Kulkarni(1)
Raj Kumar(1)
Shubham Kumar(1)
Shantha Kumar T(1)
Abhishek Arora(1)
Prasham Sabadra(1)
Manish Kumar Choudhary(1)
Aravind Bs(1)
Sagar Pardeshi(1)
Biswa Pujarini Mohapatra(1)
Lakshmanan Sethu Sankaranarayan(1)
Abhishek Kumar Ravi(1)
Abhishek Jain(1)
Divesh Pal(1)
Mudita Rathore(1)
Priyanka Gupta(1)
Neha Sharma(1)
Varesh Tuli(1)
Sonia Bhadouria Vishvkarma(1)
Richa Garg(1)
Jean Paul(1)
Bryian Tan(1)
Ibrahim Ersoy(1)
Senthilkumar (1)
Deepak Dwij(1)
Tusarkanta Guru(1)
Mark Middlemist(1)
Sharad Nair(1)
Ashish Singhal(1)
Shivani (1)
Resources
No resource found
Building a Blazor Server App to Fetch RSS Feeds Using .NET Core
Oct 11, 2024.
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 retrieval, parsing XML content, and implementing real-time updates.
Transactions, Instructions, and Transaction Fees In Solana
May 15, 2024.
Welcome to the dynamic realm of Solana, where transactions are lightning-fast journeys through a decentralized universe. Explore the intricate interplay between transactions, instructions, and fees, powering Solana's vibrant digital economy.
Understanding RSS Feeds in SharePoint
Mar 01, 2024.
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 collaboration within your organization.
Building a Podcast RSS Feed Generator with ASP.NET Core
Dec 18, 2023.
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 distribution of your podcast content.
Add Yammer (Conversations) Feed to SharePoint Online Site Using PowerShell
Apr 08, 2022.
In this article, you will learn how to add conversations (yammer) Webpart in SharePoint Modern Page using PowerShell.
Azure Logic App - Automatically Send Email With RSS Feed Trigger
Mar 04, 2022.
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.  
News Feed System Design
Sep 29, 2021.
In this article, you will learn about News Feed System Design.
Setup Private NuGet Feed
Sep 29, 2021.
This article discuss NuGet and get private NuGet feed.
Handling Live Data Feed Using Azure Stream Analytics Job
Sep 01, 2021.
In this article, you will learn how to handle live data feed using Azure Stream Analytics Job.
How To Get Instagram Feed In The SPFx Web Part
Aug 03, 2021.
In this article, we will see how can we get Instagram in the SPFx web part.
How Much Does Power BI Cost
Dec 09, 2020.
Discover the differences between free and paid versions, calculate your potential expenses with a Power BI cost calculator, and explore enterprise-level pricing considerations. Understand how Power BI pricing aligns with your business needs and budget constraints.
Consume OData Feed With C# Client Application
Aug 03, 2020.
Understanding how to Consume OData feed by building a C# Client Application.
Generate SharePoint News Posts Using WHO RSS Feed Using Power Automate
Jul 27, 2020.
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.
Create A Simple Blazor Server Application With .NET Core 3.0
Oct 29, 2019.
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 feeds. We will also create a razor component and call the RSS feeds service from this component and display the data on this component.
Create Angular 8 Application With ASP.NET Core 3.0
Sep 24, 2019.
In this post, we will see how to create an Angular 8 application with ASP.NET Core 3.0 SDK using the default Visual Studio 2019 template.
Amazon FBA Fee Using Amazon MWS API In C#
Jun 11, 2019.
In this article, we will learn about getting Amazon FBA Fee using the Amazon MWS API in C#.
Create An Angular 8 App With ASP.NET Core
Jun 02, 2019.
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
Nov 27, 2018.
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 will provide all the posts by an author, featured articles list, latest posts (all types), latest articles, latest blogs, and top read articles.
Get C# Corner RSS Feeds In Blazor Project
Nov 19, 2018.
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 posts, feeds for featured articles and feeds for top read posts.
Learn SharePoint In Series - Part Sixteen - RSS Settings In List Settings
Jun 26, 2018.
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 Simple Syndication) feeds within SharePoint lists and libraries.
Azure OData Feed Web API Authentication Setup With Azure AD
May 29, 2018.
One of the most common scenarios you might come across is to build and deploy a Web API in Azure and ensure that the Web API is authenticated utilizing the Azure AD credentials.
Enable/Disable The RSS Feed Option For SharePoint List
Apr 27, 2018.
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 SharePoint environment.
SharePoint 2013 - Converting GMT/UTC Time To Local Time In XSLT For Rendering RSS Feed Results
Sep 29, 2017.
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
Aug 23, 2017.
In this blog, I will explain how to use RSS Viewer webpart to display feeds from external websites to the SharePoint portal.
Access and Display Instagram Feed In Xamarin.Forms
Aug 08, 2017.
In this article we discuss how to create Instagram like application in Xamarin.Forms.
SharePoint 2016 - RSS Viewer WebPart Issue
May 11, 2017.
This article presents SharePoint 2016 - RSS Viewer WebPart issue.
Add RSS Viewer Web Part In SharePoint Online
Apr 25, 2017.
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 modern pages.
Integrate Twitter Feeds With SharePoint List Using Microsoft Flow
Dec 14, 2016.
In this article, you will learn to integrate Twitter feeds with SharePoint list using Microsoft Flow.
Display Live RSS Feeds In XML Viewer Web Part Using Custom XSLT
May 15, 2016.
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
May 11, 2016.
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 capabilities.
How To Add RSS Feeds In The Sidebar of WordPress
Apr 11, 2016.
In this article you will learn how to Add RSS feeds in the sidebar of WordPress.
Read RSS Feed Using MVC
Apr 10, 2016.
In this article you will learn how to read RSS Feed using MVC
Create RSS Feeds For Your Blog or Website
Feb 18, 2016.
In this article you will learn how to create RSS feeds for your blog or website.
Fetch RSS Feed Content From LINQ To XML
Jan 30, 2016.
In this article we are going to fetch content from LINQ to XML classes and manipulate XML atom feed and get their elements.
Facebook Feeds In SharePoint 2010
Dec 16, 2015.
In this article I want to show you how to work with Facebook feeds in SharePoint 2010.
How To Create Remote NuGet Feed
Nov 02, 2015.
In this article you will learn how to create remote NuGet feed.
Display Facebook Feed In Power BI
Sep 02, 2015.
This article explains how to get Facebook feed and display it in a Power BI report.
How to Make RSS Feed With ASP.Net
Jun 01, 2015.
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 author's name.
SharePoint RSS (Really Simple Syndication) Settings
Apr 17, 2015.
In this article you will learn Really Simple Syndication settings in SharePoint.
How to Retrieve My Feeds in SharePoint Using REST API
Mar 31, 2015.
This example shows how to retrieve My Feeds in SharePoint using the REST API.
Retrieve User News Feed in SharePoint 2013 Using REST API
Mar 10, 2015.
In this article we will learn how to retrieve a user's News Feed in SharePoint 2013 using the REST API.
Creating Sales Report Using OData Feed With Power BI Designer
Feb 24, 2015.
In this article we will create a visualization sales report using a products Excel workbook and OData feed using Power BI Designer.
Site Feed Web Part in SharePoint
Feb 11, 2015.
Today I am sharing a wierd issue regarding Site Feed web parts that we encountered recently.
Get RSS Feed in ASP.Net
Nov 24, 2014.
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
Oct 18, 2014.
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
Oct 14, 2014.
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
Oct 10, 2014.
This is the first article about how to create a RSS feed in Microsoft CRM 2013.
Simple Way to Create RSS Feed With Web API
Sep 11, 2014.
This article describes how to implement a RSS feed with the Web API.
Show Twitter Feed in SharePoint 2013
May 21, 2014.
In this article I want to show you how to work with Twitter.
Import Data From Database Using Native SQL Query in Microsoft Excel 2013
Mar 15, 2014.
This article shows the powerful features of Excel 2013 to import data from a database.
SharePoint Document Library Documents in Yammer Feeds
Mar 10, 2014.
In this article, we will talk about the new collaborating feature, Document Libraries in Yammer.
Windows Phone : Simple RSS Application
Oct 06, 2013.
Here you will learn how to create a simple RSS application that works on Windows Phone.
Continous Integration Tools Comparison
Aug 15, 2013.
This article only covers the comparison of some of the renowned tools used for continuous integration.
WdCalendar JSON Feed Via ASP.Net WCF Service
Jul 27, 2013.
wdCalendar is a jQuery based Google calendar clone. It is free, easy to use, and has great features. This article covers a way you can provide a JSON feed using a WCF Service.
OData Feed Using ASP.Net Web API
Jun 11, 2013.
This article describes the creation of an OData feed through the ASP.NET Web API.
Create RSS Feed Using ASP.NET
May 17, 2013.
RSS Feed generally use to return the output in plain text or xml Format.
RSS Feed in ASP.NET
Apr 08, 2013.
This article describes how to create a RSS feed in ASP.Net.
Getting Gmail Unread Email Through Atom Feed in ASP.NET
Mar 29, 2013.
In this article, I will show you how to read the atom feed for your Gmail account in ASP.NET.
Feed Format Not Supported when trying to access the site collection using a REST service in SharePoint 2013
Jan 10, 2013.
In this article you will see how to resolve “Feed format not supported” when trying to access the site collection using a REST service in SharePoint 2013.
Subscribing to an RSS Feed in JIRA Tool in Testing
Dec 11, 2012.
In this article I discuss how to subscribe to a RSS Feed in JIRA Tool in Testing.
Twitter RSS Feed Reader in MVC 4
Dec 06, 2012.
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
Dec 04, 2012.
In this article you will learn how to setup the Facebook RSS Feed Reader in MVC 4.
XML News Feeds from Harrison Logic in VB.NET
Nov 10, 2012.
This application provides a compilation of news headlines from many sources, using the MoreOver.com's XML service. It is built on the .NET framework and uses VB.NET as the ASP.NET server side language. The pages we built using Visual Studio .NET.
RSS Feed Project in VB.NET
Nov 10, 2012.
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
Nov 09, 2012.
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.
How to Configure SharePoint 2013 My Sites
Oct 03, 2012.
This article describes how to configure My Sites in a SharePoint Server 2013 and how to configure all required settings and features related to it.
RSS Icon in Expression Blend 4
Sep 17, 2012.
Today we are going to see the various types and use of ellipse shapes and arc shapes.
Asynchronous Programming in Windows Store App
Aug 21, 2012.
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
Jul 30, 2012.
In this article we are learn how to read or get a RSS feed into a Windows Store App using C#.
SharePoint 2010 Search Alerts
Jul 09, 2012.
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 how to use the feature and experiment with it, along with mentioning its availability in SharePoint 2010.
Turn Affiliate RSS Feeds Into a Website Using Drupal
May 02, 2012.
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
Feb 03, 2012.
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).
Display an RSS Feed Using XSLT
Dec 13, 2011.
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 on web pages.
Creating RSS aggregator’s using Gtk# in MonoDevelop
Nov 21, 2011.
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
Jun 09, 2011.
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
Jun 08, 2011.
In this article we will be seeing how to programmatically configure RSS settings for the SharePoint list.
Configuring an RSS Viewer Web Part
Jun 07, 2011.
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.
How to consume RSS FEED in ASP.NET 3.5 in C#
Apr 07, 2011.
In this article I am trying to use RSS in a very easy manner.
How to Enable RSS Feed in SharePoint 2010
Mar 17, 2011.
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
RSS feeds using standard asp.net data components
Nov 29, 2010.
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 Widget 2 In Silverlight 3 with Data Persistence
Jul 01, 2009.
This is a new version of my old RSS Widget, the new thing about is it's Data Persistence using ISO Storage.
RSS Feed Widget in Silverlight
May 24, 2009.
RSS Feed Widget in Silverlight using Expression Blend 3.
RSS Feed Link Reader
Feb 25, 2008.
This article discusses the construction of a simple application that may used to view RSS feeds from the desktop.
Microsoft Sync Framework - A primer to the file sync provider
Jan 09, 2008.
This article is a primer to the file sync provider under the Microsoft Sync Framework.
Building RSS Feeds using RSS Document 2.0
Jan 06, 2006.
This article and attached source code shows how to build a RRS Feed using RSS Document 2.0 specifications.
XML News Feeds from Harrison Logic
Sep 04, 2002.
This application provides a compilation of news headlines from many sources, using the MoreOver.com's XML service.
RSS Feed Project in .NET
Aug 19, 2002.
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.
Live News feed For Mobile Site
Sep 05, 2001.
Current News are read from a text file, which is being updated regularly after certain interval time.