Ultimate Studio
All essential components included
|
| Atp UltimateEmailValidator | |
| Installation instructions for C# | |
| Send comments on this topic to ATP, Inc. | |
| Installation Instructions > Installation instructions for C# |
Glossary Item Box
The Atp Component Installer copies all necessary files into the product's installation folder. The next step to do to begin using Atp's components is to add the appropriate assemblies to your project. Follow the steps below to to this.
Now you can add using directives to your code to create aliases for existing namespaces and avoid having to type the fully qualified type names.
| C# | Copy Code |
|---|---|
|
using Atp.Net; | |