|
Spaces home This has blog has moved ...PhotosProfileFriends | ![]() |
|
January 31 This blog is moving to http://jeftek.comI recently came across the new Graffiti CMS system, and thought it might be time to move my blog off of WLS. WLS was great, but I wanted something I could dig deeper into the code on.
So if you are following this site, please head on over to http://jeftek.com
I'll leave all of the previous posts here for searching sake, but I have replicated all of the content to the new site. I updated the existing posts with links to the new location so it can still be found
Hope to you see you there.
The new RSS feed link is http://feeds.feedburner.com/JefTek if you want to update your feed reader.
October 12 Zune Multi-Format Support on Vista64
Looking for Information on using Zune with x64 Vista?
Please visit the article at it's new location on my new blog at: Zune Multi-Format Support on Vista64 June 27 ADAM, userProxy, and sidHistory: Not always what you expectedADAM (ADLDS), userProxy, and sidHistory: Not always what you expected has moved to it's new location on JefTek.com June 16 ILM and CryptoAdmin: XMA to the Rescue!ILM and CryptoAdmin: XMA to the Rescue! has moved to a new Blog location at JefTek.com December 14 Welcome to the MetaVerseNovember 20 Music from Zune CommercialsLooking for the post on Music from Zune Commercials? I have moved most of the old content from this blog to my new blog. You can read the original article at my JefTek.com blog here Music from Zune Commercials October 16 The limits of Active DirectorySeptember 28 ADAM/ADLDS Anonymous Bind with bind Redirection issue when passing NULL passwordsADAM/ADLDS Anonymous Bind with bind Redirection issue when passing NULL passwords has moved to its new location on my blog at JefTek.com September 13 64bit Domain Controllers and Event Log Max Sizing64bit Domain Controllers and Event Log Max Sizing has moved to it's new location on my blog at JefTek.com September 10 ILM/MIIS: FlowRuleName naming conventionsMIIS: MapAttributeForJoin Video and format exampleI was catching up on my RSS feeds today, and I stumbled upon Alex Tcherniakhovski's video on Very practical example of using MapAttributesForJoin Method. It's an excellent video tutorial on using the MAFJ function. In summary it goes into converting the data type's to a common data type to map them for a join rule. I tend to use MAFJ quite heavily because I seem to deal with data systems that store the common data value in various formats. I would say the most common one that I use, is the normalizing the format for storing the US-SSN identifier between the DS and the MV. Since often you will not be able to have the DataSource be formatted to what you have in the MV, this is a simple way to control that via extensions. case "MAFJ_SSN": { // MVentry.SSN = "123456789" // CSentry.SSN = "123-45-6789" // In order to make them "match" for join they need to // be equalized in format // using RegularExpressions replace the - in the SSN string string mySSN = regex.Replace(csentry["SSN"].Value,"-","").toString(); // mySSN = "123456789" // Add the formatted string to the Values collection to // be compared for JOIN. values.Add(mySSN); } break; It should be noted that "values" is a ValueCollection so you could fill it with multiple formats of the value you wish to join upon. I suppose this could be used to map a persons name who might be "Joe", "Joey", "Josef", or "Joseph", so that it correctly joins the "Joe Smith" in the metaverse. I could see where you would want to join on a common name vs legal format of a name in some systems, but I have never had reason to do this myself. tags: Microsoft+Identity+Integration+Server, MIIS, Extension September 08 ILM/MIIS: Import Resolution rules for multiple CS AD objects to a single MV object: TaggingILM/MIIS: Import Resolution rules for multiple CS AD objects to a single MV object: Tagging has moved to my new blog at JefTek.com August 24 Do you want to create your own Windows Live Writer Plugin?
Some of you may have noticed I've been keeping track of plugins that the community is developing on one of my blog posts. Others have been sending me links to their plugins, but the list is getting out of hand, which is a good thing. If you want to develop your own plugin, there is an excellent article from Keyvan Nayyeri on writing plugins here. You can join others in posting your projects on the common section on CodePlex for all toe share and see as well.
tags: C#, Windows+Live+Writer, Plugin, Coding August 21 New Windows Writer Plugins for 08/21/2006
Get more (12) Windows Live Writer Plugins tags: WIndows+Live+Writer, Plugin, del.icio.us, tagging August 20 New Windows Live Writer Plugins for 8/20/2006
Get more (10) Windows Live Writer Plugins tags: Windows Live Writer, Code Format, Plugin August 19 Free Software from MicrosoftHere is a list of some free software utilities and add-ons. (this is posted more for me to go back and refer to at a later time) August 18 Windows Live Writer Plugins for 08/18/2006Marc Jennings has released his YouTube/Google video embedding plugin. (WLS still doesn't support embeding video BTW...hrm.)
Get more (9) Windows Live Writer Plugins Here tags: Windows+Live+Writer, Google+Video, YouTube, Plugin |
|
|