I would like to ask about the inverse of this Question if you please.
In other words: Using BibTeX, how to cite references in the context (showing author's name) without having the bibliography at the end the document?
For example
\documentclass{beamer}
\begin{document}
text ..........
text...... \cite{patygore}
\bibliographystyle{plainnat}
\bibliography{biblio}
\end{document}

biblatexworks just fine withbeameras well. Try deleting all the auxiliary files (.aux,.bbl) and recompile. See also https://tex.stackexchange.com/questions/5091/what-to-do-to-switch-to-biblatex. – Torbjørn T. Jun 12 '17 at 18:37