Skip to content

oriarad/simple-cse-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

simple-cse-csharp

C# version for SimpleCSE Package

Installation

Probably the easiest way to instal the SimpleCSE package to a Visual-Studio project is using nuget:
In a new Visual-Studio project, open Tools ➡️ NuGet Package Manager ➡️ Package Manager Console


Then write in the PM console:

install-package SimpleCSE

That's it!

First Example

SimpleRss rss = new SimpleRss("http://rss.cnn.com/rss/edition.rss");
for (int i = 0; i < rss.GetSize(); ++i)
{
    Console.WriteLine(rss.GetItem(i).GetTitle());
}

About

C# version for SimpleCSE Package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages