Archivi tag: update

Entity Framework update entity and childs entities, Bulk Delete part 2

In the previous post I’ve explained how to perform a single update, but what I’ve to do If I need to update a master entity and related child? As I’ve explained to update my model I use the 3rd method: … Continua a leggere

Pubblicato in c#, Entity Framework | Contrassegnato , , , | Lascia un commento

Entity Framework update without select part 1

To update an entity in EF6 threre are many methods. Working with other people I noticed that unfortunately many developer don’t think what the ORM will do on DB to perform the update. I found it also in many example … Continua a leggere

Pubblicato in c#, Entity Framework | Contrassegnato , | Lascia un commento

Bug Silverlight WPF Converter don’t refresh

Qualche giorno fa ho scoperto un bellissimo bug, che poi bug non e’ ma il risultato finale e’ pietoso. Se il nostro oggetto ha una proprieta MinutiLavorati e applichiamo un converter che converta i minuti in hh:mm tutto funziona correttamente … Continua a leggere

Pubblicato in .Net, Silverlight, WPF, xaml | Contrassegnato , , , , | Lascia un commento