The cofactors of a matrix are calculated from the determinant of submatrices formed by removing the corresponding row and column. However, we need to compute the value:
\[
a_{11}A_{21} + a_{12}A_{22} + a_{13}A_{23}.
\]
Notice that this expression involves elements and cofactors from the first row of the matrix. The sum of the product of elements from one row and the cofactors from another row of the same matrix is always zero. This is a property of determinants, which states:
\[
\sum_{j=1}^n a_{ij}A_{kj} = 0 \quad \text{for } i \neq k.
\]
Here, the first row elements (\(a_{11}, a_{12}, a_{13}\)) are multiplied by the second row cofactors (\(A_{21}, A_{22}, A_{23}\)). Since \( i = 1 \) and \( k = 2 \), the result is:
\[
a_{11}A_{21} + a_{12}A_{22} + a_{13}A_{23} = 0.
\]
Hence, the correct answer is (A) 0.