This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://[webapplication]/odata.svc/ComponentPresentations | |
http://odata.electridion.com/odata.svc/ComponentPresentations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tools > Options > Environment > Keyboard | |
Show commands containing: | |
Edit.RemoveAndSort | |
Press shortcut keys: | |
Ctrl + Shift + W | |
Assign |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Visual Studio 2012: | |
reg add HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\WebProjects /v Use64BitIISExpress /t REG_DWORD /d 1 | |
Visual Studio 2013: | |
reg add HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\WebProjects /v Use64BitIISExpress /t REG_DWORD /d 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Tridion.ContentManager.ContentManagement; | |
using Tridion.ContentManager.ContentManagement.Fields; | |
using Tridion.ContentManager.Extensibility; | |
using Tridion.ContentManager.Extensibility.Events; | |
using Tridion.Logging; | |
namespace Trial.and.Error.BinaryUploadEvent | |
{ | |
[TcmExtension("BinaryUploadEvent")] |