Computer Science Homework Help
ACCO Methods Useful in A Code Library Discussion
I’m studying for my Cyber Security class and don’t understand how to answer this. Can you help me study?
The .NET Framework includes a large collection of class libraries that you can use in your applications. These libraries includes different classes that expose methods that can be helpful for us to use (Like int.Parse(), Console.ReadLine(), and so on). Answer the following topics in terms of creating methods that can be shared in a class library. Remember that a class library can be referenced from a program and then all the code in that library can be re-used.
- Since methods help aid in code reuse, what are some methods that you think could be useful to have in a code library? (be specific but this could include math functions, input validation, or others)
- Visit the NuGet Gallery at https://www.nuget.org/
- Search for a package that may contain some of the code you listed in #1. If you can’t find an exact match, search and find another package you think is interesting.
- Describe the package you found that was similar or interesting – feel free to browse to the project’s website and look at the code for how to interact with the package.