Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
i think its faster to use entity framework because its hide some implemenation details.
Performance wise ADO.Net is faster.
For faster development EF is better.
Entity Framework have many advantages like (Connection opening closing ,state managements,remove sql queries syntectical errors,etc)But its slow then SQLCommand. as i experiences.