×
Search results provided by Azure Search - read how I built it in this post.

Development

Max Melcher

1 minute read

I am a huge fan of automation and powershell - this should explain why I really love chocolatey (a package manager to install software with powershell). Today I created a new feed for SharePoint 2013 Development Tools: http://www.myget.org/feed/Packages/sharepoint2013dev and uploaded the very cool SharePoint 2013 Search Query Tool to the chocolatey gallery. This tool helps creating and testing search querries - and search is everywhere in SharePoint 2013! After installing chocolatey you can get a great starter toolset with one line of powershell:

Max Melcher

6 minute read

If you never heard of SignalR – it’s a real-time web framework for bi-directional communication between a client and server – in short: your server (here SharePoint) can notify a client that something very important happened. Let’s say you want to have Task List and a Dashboard where you can see how many tasks are open (you can watch this example here by Matt Menezes)– in real-time, without hitting F5 permanently and without having an AJAX function polling the list every second.

Max Melcher

1 minute read

A while ago I wrote about chocolatey and how to install a lot tools automatically. Thats especially handy if you have to set up a new environment for SharePoint 2013 RTM… Now even more Today and yesterday I added two more packages - two tools that I always use and now I can add them in my scripted setup: ULSViewer and CKSDEV (Server) CKSDev The Visual Studio Extension is installed if you have a Visual Studio 2010 or 2012 installed.