Chapter summary

  • Validating application input is important to ensure the stability and security of your application. You can use the Parse, TryParse, and Convert functions to parse user input. Regular Expressions can be used for matching patterns.

  • Cryptography uses symmetric and asymmetric algorithms together with hashing to secure data.

  • Code access permissions can be used to restrict the types of operations a program may execute.

  • An assembly is a self-contained unit that contains application code and metadata. An assembly can be signed, versioned, and shared by putting it in the GAC.

  • By selecting the correct build configurations, you can output additional information to create program database files that can be used to debug an application.

  • By using ...

Get Exam Ref 70-483: Programming in C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.