Hard
Vous avez développé une application de gestion des commandes en provenance d’un site e- commerce. Cette application utilise Entity Frameworks pour se connecter au modèle de données des commandes.
Vous devez désormais modifier le statut en base de données d’une liste de commandes fournie par un fichier XML. Quelles sont les opérations à effectuer pour cela ?
Author: Guillaume BroutStatus: PublishedQuestion passed 200 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
0
Write a LINQ query to select all rows from the first table in the dataset where the ContactName field is not null.0
How to get the first row of a SqlDataReader in C#0
Create a class that implements the ICollection interface.2
Retrieve a list of products from a catalog in a .NET application1
How to get the first element of an array in C#0
How to apply changes to a SqlConnection in C#0
How to get the products of a category in Dot-net