In the previous post, I showed how to setup authentication with asp.net membership in wsHttpBinding for a Wcf server, and in that post I showed how to use the utility makecert.exe to generate temporary certificates. In production environment you should generate certificates with a Certification Authority. If you search in the internet how to generate [...]
Continue reading about Generate a certificate for Wcf service with windows server 2003
Yesterday I literally lost 4 hours trying to do the following thing: Exposing a wcf service with wsHttpBinding, and using the same asp.net membership database used by the site. I encountered many problems, and I decided to write this post to explain the steps that makes everything work for me. First of all you need [...]
Continue reading about Use Asp.Net Membership provider with a WCF .svc service
If you read this post, you can see how to customize a tfs build to modify versioning of the assembly. During that process to find the latest changeset of the repository, to use as “revision Number†, I used a direct call to tf.exe tool and a custom Regex msbuild task to parse the result [...]
Continue reading about Again on assembly numbering during TFS Build
NHibernate HQL language is really powerful, and work in many scenario. Suppose you have those two classes. Action is an object capable of executing something, while ActionLog stores the result of the execution of an action. There is no direct relation between the two, so in ActionLog we have not a reference to Action, but [...]
Continue reading about Theta join in HQL – join with unrelated entities
