Here is the preliminary agenda for MSNetwork upcoming session next week. There are few important things which will unfortunately not be covered in this session. But if you really want to dive deeper behind Steaming and Push technologies, I would recommend you to read this post.
At 01.09 12.30h I will give a session “ Building Distributed Web Systems ". Level 400. Because the session is currently still tracked under “ The Damir Dobric Session ”, my intension is to share a bit more information about the content. My intension is talk with you about hidden “ power platform...
If you want do develop solutions for Windows Azure, the RC version of Visual Studio 2012 is the right tool. Unfortunately the previous BETA of VS 2012,was a bit hard to use for cloud. If you remember, it was just to complicate to install all required tools, step by step. Fortunately, the RC version...
Few days ago I showed the Demo at WinDays 2012 keynote under the name “SharePoint Ralay”. The idea of the keynote was to show some important features which never have been shown or documented in the way as of very one common industry scenario. To keep things simple we didn’t go to deep into details of...
When the JavaScript renders script tag which includes/imports signal/rhubs the JavaScript proxy file will be generated. Commonly the JavaScript will include this virtual (none existing) script with following line: <script src="/Daenet.SignalR/signalr/hubs" type="text/javascript"><...
Following HTTP request shows how to request the token from ACS 2.0. (Note: the content is obfuscated!) POST /v2/OAuth2-13 HTTP/1.1 Content-Type: application/x-www-form-urlencoded Host: youracsnamespace.accesscontrol.windows.net Content-Length: 201 Expect: 100-continue Connection: Keep-Alive grant_type...