Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is API Surface Area?

Tags:

.net

I've been reading up on .NET Core vs Standard vs. Framework, and people are talking about API Surface Area. What does this refer to? Is this just the collective amount of functionality?

like image 217
kickinchicken Avatar asked Jul 02 '26 21:07

kickinchicken


1 Answers

You can say API surface area as peice of code or program that our code can interact with.

For example : .NET Standard libraries come with everything in NETStandard.Library whereas .NET Core libraries come with everything in Microsoft.NETCore.App which has some additional libraries.

As you can see .NET core projects are likely to interact with more programs compared to .NET Standard libraries as it has addional libraries.

like image 79
Abhishek Avatar answered Jul 05 '26 10:07

Abhishek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!