Guardian

Stories submitted by Guardian

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

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

Hands on ConfORM: our first pattern appliers (how to customize tables (www.primordialcode.com)

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

This article will show you how you can start writing your own extensions and patterns to customize the NHibernate mappings generated by ConfORM. It will present some simple patterns you can use to change the name of the database tables and columns. read more...

add a comment |category: |Views: 58

tags: another

NHibernate Linq provider: dynamic filtering using lambda expressions(www.primordialcode.com)

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

This article describes a simple method to dynamically build up and concatenate lamdba expressions to be used as a filter function in a Linq to NHibernate where clause. The techniques works for in memory Linq to Objects too. read more...

add a comment |category: |Views: 84

tags: another