CRM Online is gaining a lot of traction with one of my clients, and we’re increasingly integrating it with different apps. CRM is endlessly customisable – you can add or remove fields from entities, create new entities, edit the links between entities etc. and the .NET SDK does a good job of wrapping up the generic CRM API with the specifics of your customisation. So if you’ve added a “date we got interested” field to the Account entity, the SDK exposes that as a typed property of the Account class. ......
Hot on the heels of my .NET caching course, I’ve had my first “fundamentals” course released on Pluralsight: Nginx and PHP Fundamentals. It’s a practical look at two of the biggest technologies on the web – Nginx, which is the fastest growing HTTP server around (currently hosting 100+ million sites), and PHP, which powers more websites than any other server-side framework (currently 240+ million sites). The two technologies work well together, both are open-source and cross-platform and both are ......