How To Create A WCF Client Proxy Without Having a Deployed WCF Service (1)
share
digg
by
sacha (0)
on
sachabarber.net (0)
1 week, 3 days
ago
permalink
At work we are currently using a very very Agile process, which involves 1/4 hourly builds, which was all going brilliantly with a WPF solution and some Mocks and some NUnit test projects. Then we got to the point where we had to start building our WCF service and have the WPF project obtain a new service reference client proxy based on the newly built WCF service project. This is easily achieved using NANT and ...
Lookless Controls / Themes (1)
share
digg
by
sacha (0)
on
sachabarber.net (0)
1 month, 1 week
ago
permalink
One of the great things about WPF is that it separates the functionality of a control from the way it looks, this has become known as "lookless controls". Which is great, but how can we ensure that our custom controls behave and also have a default look in the first place. This mini article will try and show you what happens with lookless controls. Ensuring Control Does What We Want It To Do I will ...