chrippe_e

Stories submitted by chrippe_e

How to center a listview column in Grid mode(blogg.invitationaltour.com)

submitted by chrippe_echrippe_e(30) 3 years, 4 months ago

This one I’ve really struggled with. I have a lot of listviews in the application, and basically I love listviews in WPF, but as I wrote earlier, the downside of having total control is that you must control everything… read more...

add a comment |category: |Views: 10

tags: another

Returning an empty list and Null Continued(blogg.invitationaltour.com)

submitted by chrippe_echrippe_e(30) 3 years, 4 months ago

A continuation on the subject about returning NULL values in c# read more...

add a comment |category: |Views: 7

tags: another

Returning an empty list or null? (blogg.invitationaltour.com)

submitted by chrippe_echrippe_e(30) 3 years, 4 months ago

My thoughts of creating a function that return a entity or a List of entities. What is good design, should you return NULL when no items are found? read more...

add a comment |category: |Views: 17

tags: another

Unable to build in VS2008(blogg.invitationaltour.com)

submitted by chrippe_echrippe_e(30) 3 years, 4 months ago

When you have exceptions like "A generic error occurred in GDI+." there will be problems to rebuild your solution. I think I have found a solution for that. read more...

add a comment |category: |Views: 6

tags: another

Disable a toolbar button image in WPF(blogg.invitationaltour.com)

submitted by chrippe_echrippe_e(30) 3 years, 4 months ago

A simple way to disable a button image in a toolbar read more...

add a comment |category: |Views: 592

tags: another

Localization in Asp.Net(blogg.invitationaltour.com)

submitted by chrippe_echrippe_e(30) 3 years, 4 months ago

A post about how to localize a single webpage in a masterpage, in a fast and simple way. read more...

add a comment |category: |Views: 23

tags: another