itarticle memory management in obj-c Use ARC to make Reference Counting Easier Release References and Clean Up Observation State Only in dealloc Beware of Memory Management with Exception-Safe Code Use Weak References to Avoid Retain Cycles Use Autorelease Pool Blocks to Reduce High-Memory Waterline 0
itarticle how to use *.backpac to recreate the database Create an azure database server, don’t create database. Upload *.backpac to Azure Blob if don’t have it, create one Use import database select *.backpac from the Blob Select Chinese_PRC_CS_AS for collation if your database is using chinese character Management Tools 0