Umbrella è un progetto in Codeplex il quale consiste, cito testualmente: it consists of a set of helpers and additional abstractions that will likely augment one's vocabulary and level of abstraction.http://www.codeplex.com/u...
This entry was posted onMonday, 01 February, 2010and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Desidero condividere con voi questa guida:Thinking about programming WCF services - Faults - Error Handling Extensions http://bit.ly/8GGEewE' un'ottima guida sul come gestire gli errori in un servizio WCFSee ...
This entry was posted onMonday, 11 January, 2010and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
E' di questa mattina la notizia da parte di Scott Guthrie del rilascio, in febbraio del nuovo anno, di un'altra beta di Visual Studio 2010.In Microsoft, dopo aver ricevuto notevoli feedback sull'uso eccessivo della memo...
This entry was posted onFriday, 18 December, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Altri due problemi e soluzioni affrontate dopo una fase di deploy. Il risultato: Il metodo utilizzato genera un errore di tipo System.ServiceModel.CommunicationException ricontrollando i Test otteniamo lo stesso errore: Il problema:
This entry was posted onWednesday, 16 December, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Durante il deploy di un’applicazione WCF ho riscontrato alcuni problemi. Anzitutto vi ricordo di controllare se il vostro IIS7 è configurato per supportare applicazioni WCF: Il quale setterà gli HTTP Handlers per WCF, oppure seguite i se
This entry was posted onFriday, 11 December, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 1Comments
Mi e vi segnalo un post su StackOverflow sulle differenze tra ListBox e ListView...spero così di non dimenticarmele più: http://stackoverflow.com/questions/227231/wpf-listbox-vs-listview-how-to-choose-for-da...
This entry was posted onThursday, 26 November, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Come nel caso Gestire le liste di SharePoint: Convertire XmlNode in IEnumerable<XElement>, utilizzando il servizio Lists Web Service di Microsoft Office SharePoint 2007, si può richiedere l’elenco degli Item all’interno di una lista tramite il
This entry was posted onWednesday, 28 October, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Ci sono molti modi per serializzare i dati. Come serializzarli dipende da un pò di fattori come: voler condividere tipi o contratti, supportare i tipi .NET esistenti etcDataContractSerializerE’ il meccanismo di seri...
This entry was posted onMonday, 05 October, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Questo è un post introduttivo per i post seguenti questo argomento.DataContract - SerializzazioneL’attributo DataContract è uno dei primi con cui si ha a che fare nel momento in cui si inizierà a scrivere...
This entry was posted onMonday, 05 October, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Ho dei dati all’interno di una variabile:Dictionary<int, Dictionary<string, string>> xmlMassiveData = new Dictionary<int, Dictionary<string, string>>(); Nella quale ho...
This entry was posted onMonday, 05 October, 2009and is filed under Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in Framework | 0Comments
Statistics