- .Can be Developed and Deployed on Various Environment (Windows, Linux, macOS)
- .Smaller Application Size.
- .Cost-saving by hosting on Linux (cross-platform)
- .Performance
- .Container ready
- .Azure ready
- .Completely open-source on Github
- .runs on raspberry pi
- .Dependency injection
- .Logging built-in
- .Changing app config application won't restart
- .Ready for MicroService Architecture
- .Grpc Support
- .Developing Desktop Application (Windows Only)
- .C# 8.0
- .Good Support for Client-Side Application React, Angular, Vue JS
Lists and arrays implement IList. This interface is an abstraction that allows list types to be used with through a single reference type. Properties of IList Few popular property of IList interface is given below. Count:- It will return number of object in List IsReadOnly:- This property will indicate whether the IList is read-only or not. Item:- It will return the particular Item of specified index. Example :- For calling this class method in void Main. Final Output :-
Comments