Guardian

Stories kicked by Guardian

Interesting links for Visual Studio 11 and TFS 11 Beta(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 months, 25 days ago

A series of links related to Visual Studio 11 ALM (VS11 + TFS11) read more...

add a comment |category: |Views: 178

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

A list of useful link for Team Foundation Server(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 3 months, 18 days ago

A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. read more...

add a comment |category: |Views: 214

tags: another

Searching in TFS Work Items never was so Easy thanks to Power Tools(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 5 months, 5 days ago

A post that explains how to search work item in Team Foundation Server with Web Access or the new Searchbox introduced in TFS Power Tools of August 2011 (That was improved in the December 2011 release) read more...

add a comment |category: |Views: 5

tags: another

Host a WCF service with SSL and self issued certificate(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 6 months, 4 days ago

When you use SSL for your WCF service it is really useful to be able to work with self issue certificates for dev machine. read more...

add a comment |category: |Views: 4

tags: another

Deep dive in Process template’s states and transitions(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 8 months, 7 days ago

Seventh part of a series of articles dedicated to Team Foundation Server customization of Work Items definition. In this part I'll show how to add rules to transition and states of the Work Item. read more...

add a comment |category: |Views: 18

tags: another

Wich version of IE is used by the WebBrowser control?(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 9 months, 4 days ago

If you use WebBrowser control il .NET, you already know that it uses IE rendering engine, but probably you miss the fact that, unless you change some registry keys, you are using the IE control in IE7 compatibility mode. In this article I explain how to choose with registry keys wich version of IE to use in WebBrowser control read more...

add a comment |category: |Views: 17

tags: another

Create Visual Studio Macro to attach to IIS process (www.codewrecks.com)

submitted by alkampferalkampfer(1873) 9 months, 9 days ago

Visual Studio Macro are really powerful, thanks to few lines of code you can write a macro to automatically attach to IIS process and it is able to show you a simple user interface to choose the IIS process to debug when multiple worker process are running. read more...

add a comment |category: |Views: 42

tags: another

Use Sql Server Query Hints with NHibernate HQL and ICriteria(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 10 months, 3 days ago

Sometimes you got bad performance from SQL query due to caching of execution plan, in this article I outline the problem and show you how you can add query hints to nhibernate HQL and ICriteria Query. read more...

add a comment |category: |Views: 32

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

Entity Framework 4.1 - manage relations(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 10 months, 14 days ago

How you manage relations between objects with Entity Framework 4.1 Code First approach. read more...

add a comment |category: |Views: 5

tags: another

A Bunch of link for TFS ecosystem(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 10 months, 21 days ago

A list of links to useful third party tools for Team Foundation Server. read more...

add a comment |category: |Views: 40

tags: another

Customize State and Transitions of a Work Item(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 10 months, 26 days ago

Sixth part of a series of post that deal with Customization of the Process Template of Team Foundation Server, in this post I explain how to work with State and Transition of Work Items. read more...

add a comment |category: |Views: 5

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