Skip to content

garlab/Ext.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ext.NET

Ext.NET is a set of features that extends quick inlining capabilities to your C# apps.

Examples

Inline Each

List<User> users = GetUsers();
users.Each(u => u.Status = Status.Online);

Shuffle

List<Card> shuffledCards = GetAllCards().Shuffle();

Grep

List<User> users = GetUsers().Grep("John");

Ruby-style loop

10.Times(i => WriteLine("line: " + i));

Display :

line: 0
line: 1
...
line: 9

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages