D_Guidi

Stories submitted by friends of D_Guidi

Introducing Wijmo, a feature-packed jQueryUI based widget library(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 months, 27 days ago

A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries read more...

add a comment |category: |Views: 229

tags: another

WP7 Unit Testing - getting started(www.primordialcode.com)

submitted by GuardianGuardian(1104) 3 months, 2 days ago

this post explains how to successfully setup a Windows Phone 7 Unit Testing project using the NuGet Package Manager extension for Visual Studio 2010. read more...

add a comment |category: |Views: 5

tags: another

WP7 - Test if your ViewModel is serializable(www.primordialcode.com)

submitted by GuardianGuardian(1104) 3 months, 2 days ago

Shows how to test if your ViewModel is Serializable, it can be useful if you persist the viewmodel in the phone application state dictionary. read more...

add a comment |category: |Views: 3

tags: another

Fetching collections with NHibernate, a mistake a I always do!(www.primordialcode.com)

submitted by GuardianGuardian(1104) 10 months, 6 days ago

Be careful when optimizing your queries using join fetching in NHibernate! If you do it without care you can incur in my same mistakes! read more...

add a comment |category: |Views: 43

tags: another

NHibernate.Envers - Querying - part 2(www.primordialcode.com)

submitted by GuardianGuardian(1104) 10 months, 13 days ago

Third Article of the NHibernate.Envers series, this time we'll see how to query the database for the revision history detailed information (revision number, timestamp, operation type and entity snapshot). read more...

add a comment |category: |Views: 34

tags: another

Linq to NHibernate - String.Equals with StringComparison option(www.primordialcode.com)

submitted by GuardianGuardian(1104) 11 months, 12 days ago

How to extend the Linq to NHibernate provider to support the overloaded String.Equals(string ,StringComparison) read more...

add a comment |category: |Views: 15

tags: another

NHibernate.Envers - Querying - part 1(www.primordialcode.com)

submitted by GuardianGuardian(1104) 11 months, 16 days ago

NHibernate.Envers - Qurying - Part 1 of a series in which we'll talk about how to query for the revision history data of the entities we audit. read more...

add a comment |category: |Views: 10

tags: another

NHibernate.Envers - a quick introduction(www.primordialcode.com)

submitted by GuardianGuardian(1104) 11 months, 19 days ago

A quick introduction to NHibernate.Envers, shows how to setup the environment to enable rich auditing on entities. read more...

add a comment |category: |Views: 28

tags: another

WPF, Silverlight, WP7 and the Async CTP(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 1 month ago

Asynchronous programming with the Async CTP on WPF, Silverlight and WP7 read more...

add a comment |category: |Views: 5

tags: another

WP7 - A DataContractSerializer Bug ?(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 1 month ago

Shows you a nasty serialization bug that affect the DataContractSerializer in WP7 read more...

add a comment |category: |Views: 4

tags: another

WP7 - Backup Service(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 1 month ago

A project that realize a generic backup service to be used in all your WP7 applications. It offers the support for multiple apps and multiple backup and restore points. The project is open source on CodePlex. read more...

add a comment |category: |Views: 9

tags: another

WPF - skinning the ComboBox moving the DropDown Menu around(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 1 month ago

How to skin a ComboBox dropdown menu in WPF. read more...

add a comment |category: |Views: 14

tags: another

WP7 - adding a ‘Fade to Black’ effect to a ListBox(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 1 month ago

A small how to tutorial on adding a 'fade to black' effect on ListBox controls in WP7 read more...

add a comment |category: |Views: 33

tags: another

The importance of performance testing in a Windows Phone 7 application(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 1 month ago

Simone Chiaretta highlights the importance of performance testing your applications on the Windows Phone 7 platform (where devices are not as powerful as desktops and server), illustrating with an example of an issue which caused him performance problems. read more...

add a comment |category: |Views: 8

tags: another

NHibernate ConfORM Mapping Explorer(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 6 months ago

This post presents the very first preview release for of the Nhibernate ToolBox Mapping Explorer utility. You can use it to display and navigate through the mapping automatically generated by ConfORM. read more...

add a comment |category: |Views: 35

tags: another

How to modify NHibernate mappings at Runtime(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 6 months ago

A simple technique to modify your mappings at runtime using NHibernate 3. read more...

add a comment |category: |Views: 9

tags: another