Remark. We can use the method of unknown coefficients (by assuming the form of the upper and lower bounds) and the Mathematical Induction to evaluate the limit.
First of all, we need to guess the appropriate form of the upper and lower bounds. Here we guess that there exist constants $L$ and $c_1, c_2$ such that for sufficiently large $n$,
$$L\cdot n\sqrt{n} - c_1 n\le 1 + \sqrt{2} + \cdots + \sqrt{n} \le L \cdot n\sqrt{n} + c_2 n.$$
(Note: We can guess other forms. For example, if we replace $c_1n$ and $c_2n$ with $c_1\sqrt{n}$ and $c_2\sqrt{n}$ respectively, it still works. )
If the Mathematical Induction works, we have
\begin{align*}
1 + \sqrt{2} + \cdots + \sqrt{n} + \sqrt{n+1}
&\le L\cdot n \sqrt{n} + c_2 n + \sqrt{n+1} \\
&\le L \cdot (n+1)\sqrt{n+1} + c_2(n+1), \tag{1}
\end{align*}
and
\begin{align*}
1 + \sqrt{2} + \cdots + \sqrt{n} + \sqrt{n+1}
&\ge L\cdot n\sqrt{n} - c_1 n + \sqrt{n+1}\\
&\ge L\cdot (n+1)\sqrt{n+1} - c_1 (n+1). \tag{2}
\end{align*}
From (1), we have
$$L[(n+1)^{3/2} - n^{3/2}] + c_2 - \sqrt{n+1} \ge 0,$$
or
$$L[(n+1) - n^{3/2}(n+1)^{-1/2}] + \frac{c_2}{\sqrt{n+1}} - 1 \ge 0. \tag{3}$$
Taking limit on (3), using $\lim_{n\to \infty} [(n+1) - n^{3/2}(n+1)^{-1/2}] = \frac32$, we have $\frac32 L - 1 \ge 0$. Thus, $L \ge \frac23$.
From (2), we have
$$c_1 + \sqrt{n+1} - L[(n+1)^{3/2} - n^{3/2}] \ge 0,$$
or
$$\frac{c_1}{\sqrt{n+1}} + 1 - L[(n+1) - n^{3/2}(n+1)^{-1/2}] \ge 0.\tag{4}$$
Taking limit on (4), using $\lim_{n\to \infty} [(n+1) - n^{3/2}(n+1)^{-1/2}] = \frac32$, we have $1 - \frac32 L \ge 0$. Thus, $L \le \frac23$.
Thus, we have $L = \frac23$.
The rest is smooth. For example, we choose $c_1= c_2 = 1$, and indeed the Mathematical Induction works.