Using .NET Libraries
Configuring Your Application
-
Organizing Configuration Files
Understand how to use configuration files to control optional features that apply to all the modules in an app.
-
Using app.yaml
Specify your .NET runtime configuration, including versions and URLs.
-
Scheduling Jobs with cron.yaml
Configure regularly scheduled tasks that operate at defined times or regular intervals.
-
Using Custom Domains and SSL
Use a custom domain with an App Engine app and set up SSL.
Testing and Deploying your Application
Integrating with Google Analytics
Serving Static Files
Storing Data and Files
-
Using Cloud SQL for MySQL
Store application data from your App Engine app in Cloud SQL for MySQL.
-
Using Cloud SQL for PostgreSQL
Store application data from your App Engine app in Cloud SQL for PostgreSQL.
-
Using Cloud Storage (cloud file hosting)
Store and serve files, such as movies or images or other static content.
-
Using Third-Party Databases
Choose from a variety of third-party databases, such as Redis, MongoDB, PostgreSQL, Cassandra, and Hadoop.