Liens
- Averbouch.biz
- BlogMotion – tags Mifare (in French) Très bon article de présentation des tags Mifare
- Marius Zaharia's blog about .NET Azure and microsoft technicals
- Philippe Puschmann's blog (Avanade)
- RFID : le clone parfait (in French) Excellent article sur le clonage de badges
Category Archives: Programming
Master Data Services : Business Rules Copy / Import / Export (Cross Model)

updated article (Oct 2011) (code refactored) Hi All, One other missing feature of MDS is Import / Export / Copy Business rules from a model to another (or copy business rules to the same model) my code is still in beta, but it is already (partially) working. you can find … Continue reading
Master Data Services : Cross Model entity Copy

Hi all, One of the missing things in MDS is the cross-model entity copy here is a API usage example for copying an entity from a model /version to another (or even copy an entity into a new model with a new entity name). you can download the complete source … Continue reading
Microsoft Community Contributor Award 2011
SQL2008 R2 Master Data Services Cumulative updates history and details
Hi, UPDATE: Here is a link to a great blog post from Jason Howell (Senior Escalation Engineer in the SQL Server Support team specializing in MDS) http://blogs.msdn.com/b/mds/archive/2011/08/16/how-to-install-master-data-services-mds-service-pack-1-for-sql-server-2008-r2.aspx ___________________________________________________________________ here is a history of MDS cumulative updates / fixes note : the latest cumulative update always contains all previous updates. note … Continue reading
Master Data Services : Getting Errors out of a ModelMembersBulkUpdate/Merge with API
In fact, you can get the error codes on MDS website : in “Integration Management/Staging Batches” clicking on the batch you want and clicking on button “view details for selected batch” in order to do the same thing with API (get error codes), you’ll need to get info from the … Continue reading
SQL 2008 R2 Master Data Services : Bulk Data Insert with API
In this article, I will talk about Master Data Services. You can find the source code of this example on my MDS project on Codeplex: http://mdsmanager.codeplex.com Special thanks to Suzanne Selhorn at Microsoft for help and support and her new great book about Master Data Services that you can … Continue reading
Master Data Services Manager

Hi all, Here was my first release on codeplex: MDS Manager for SQL2008R2 Master Data Services you can find the complete source and executable, free, on https://archive.codeplex.com/?p=mdsmanagermdsmanager.codeplex.com https://github.com/xavave/MDSManager2012 Master Data Services Manager update on oct 19,2011 added a binding type switch in configuration manager : BasicHttpBinding , or WShttpBinding screenshot … Continue reading