I have been told that the line integral of a vector field, F(r) along a curve $C$ is:
$$I =\int_C\textbf{F}\cdot \text{d}\textbf{r}=\int_C(F_x,F_y)\cdot (\text{d}x,\text{d}y),$$
where $\text{d}\textbf{r}=(\text{d}x,\text{d}y)$ is the line element on $C$.
What does the bit at the end of the integral mean? I was always told that it was there to show the variable of integration but clearly it means more than that as here the dot product is being taken between it and a vector. Also, by extension, what is $(\text{d}x,\text{d}y)$?
It's a use or abuse of notation. Just expand the scalar product $(F_x,F_y)\cdot(\text{d}x,\text{d}y)$ as $F_x\text{d}x+F_y\text{d}y$ to get $$\int_CF_x\text{d}x+\int_CF_y\text{d}y$$