Only today that I've found that the WSS object model has 2 classes that hold all the IDs of the built-in ContentTypes and Fields.
Instead of doing things like this:
SPListItem item = list.Items.Add();
item["Title"] = "bla la bla";
You can do
item[SPBuiltInFieldId.Title] = "blab la bla";
For the fields you have SPBuiltInFieldId and for the content types SPBuiltInContentTypeId
🙂

![[FIX] BizTalk Server 2010, 2013, 2013 R2 & 2016 errors “Class not registered (WinMgmt)” or “Access denied”](https://blogit.create.pt/wp-content/uploads/2018/07/access-black-and-white-blur-270514-218x150.jpg)














