Per environment configuration in Aurelia
The objective is to have environment specific configurations embedded into application during build phase. Those usually endpoint for API, logging level, etc. This is not specific to Aurelia, b...
The objective is to have environment specific configurations embedded into application during build phase. Those usually endpoint for API, logging level, etc. This is not specific to Aurelia, b...
This was surprisingly time consuming to have all those function properly behind the proxy. Two important tricks that makes things works were: Drop SSL/TLS from registries endpoints (I assume yo...
TL;DR When you register dependency resolver with SignalR server, avoid using GlobalHost to retrieve instances of hubs. Tracing SignalR server What helped me actually to figure it out was tracing...
I’m often hitting this issue - get as fast as possible all field names within specific list. There are a lot a ways to perform such task - SP Manager, SP Designer, Object Model and so on. But they ...
SharePoint 2010 comes with a great set of tools for development. The development process in previous versions of SharePoint was totally abandoned. Now we have project templates, project items, menu...
In Document Library you can easily take the most current approved or major version offline by calling to method . This is because each of Document Library has a property , a reference to SPFile, wh...
I never liked a default behavior of EditorPart (toolpane) of Sharepoint - it moves all page content aside and pushes EditorPart on right side of the screen. It looks like this: It gives a very s...