In some older posts, I dealt with wcf configuration to manage authentication of a service with the asp.net membership provider. Now I need to modify configuration, because in another project, all the site is forced over https, and the configuration I used in the other project cannot be used anymore. In older post in fact, [...]
This is a post for technorati claim. K7N8HF95YA8J Alk.
Unit tests must be as clearer as possible, I found that in standard project I’m working, I use nhibernate + stored procedures for massive operations. Most of the tests contains code to preload database, recreate structure or manage transaction, so, lot of time ago I decided to build some infrastructure to make this possible. It [...]
If you ever tried to implement a linq provider, you know that this is not a simple task. This is true for a full linq provider, but sometimes we need only a basic support, and in these situations there is probably a simpler approach. Suppose you need to give LINQ support to find user in [...]
For those out there that are, like me, fans of Data Dude, here is a link that shows you the news about Data Dude in VS2010. The most appealing part is that “database projects†are now supported starting from VS professional edition, so I’m expecting that more and more people will try to manage databases [...]
