简体   繁体   中英

Extensions library in C#

I am looking for a good Extensions library (library with a great number of extensions methods) in C# for standard type. I have found some libraries on Codeplex , but they are considered to be very weak by me.

I need a library which implements different mathematical functions for different (more the better) purposes. 我需要一个为不同(更好)目的实现不同数学函数的库。

MoreLinq fills much of the gaps in the built-in extensions for LINQ-to-Objects. The project seems to be alive and maintained and is also available as a nuget package (BETA).

Some good examples have been put together in Extension overflow

Related to this question

You could check the Extension Overflow project on Codeplex, which was born from this post .

Otherwise, if you are looking for a math library, have a look at C# Programming Tools on MSDN . I don't know if the math libraries there contain lots of extension methods, anyway...

Why are you looking for such an extension library? It seems that you are missing some functionality in the framework you are not wanting to implement yourself.

If you want to get any useful answers you need to tell us what purpose the library should fulfill.

If you are missing some features in Linq, you can look at MoreLinq .

http://dnpextensions.codeplex.com/现在可能是维护程度更高的库。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM