I have a little problem with my bibliography's order. I want the biblatex package to sort the references alphabetically by the First name of each author and then by their Last Name.
Here is my code sorting by Last Name:
\usepackage[backend=bibtex,
%style=numeric,
bibencoding=ascii
style=alphabetic
%style=reading
]{biblatex}
\addbibresource{References.bib}
Please help me to configure this so it sorts by First Name then Last Name.
