-
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.
-
If you notice that signalR does not use websockets you might first take a look on this post. But if this does not help there is also seething you have to be aware of. That means depending on how you have created the solution it might happen that websockets will be be used as a default transport. If you...
-
When working with SignalR hubs probably your first experience will be HTTP Error File not found (snapshot from Fiddler). This happen when java script reference tries to download dynamically created hub.js file which helps you to easily deal with hub proxies. This is something similar to WCF dynamically...
-
SignalR is long waiting Web technology for building real time ASP.NET web applications. SignalR is open source project which simplifies pretty complicated task of creating bidirectional communication between clients and Server. SignalR is founded on top of the WebSockets, as well as other similar technologies...
-
When you start debugging of a web application on IIS8 (Windows 8), you might experience following error: Unable to start debugging on the web server. IIS does not list a web site that matches the launched URL. To workaround it, right mouse click on Visual Studio Tile and start it as administrator.
-
If you are professional developer or architect who focus Microsoft technologies, then ADC is the conference of great choice. Internationally recognized and legendary experts will present most popular technology topics. One of best things at this conference I personally like is “NO MARKETING”. All session...
-
Sometimes when deploying WebApi application in production system, you might figure out that the application does not work. In my case this is almost always the case :(. One of my favorite errors I get when trying to invoke some remote operation (ASP net guys call it ‘action’) is following one: ”HTTP...
-
The platform technology wave announced in 2012 brings a number of innovations in the ,NET and Microsoft platform at all;no question. One of my personal favorites is the peace of Platform which makes push-scenario easy adoptable. In the time of upcoming cloud patterns, there are more business and technical...
-
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...
-
When trying to install the NuGet package you might experience following error: PM> install-package *package name* Install-Package : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. At line:1 char:16 + install-package <<<< ...
-
Few years age we implemented an ASP.NET MVC 2.0 application. Now we waned extend the application for new REST services which can be consumed by mobile applications. For this reason we use NuGet update MVC on version 4 and to install the newest WebApi. After installation many new assemblies have...
-
On of upcoming interesting new features related to Service Bus is support for relaying of anything hosted in IIS. Today we are able to build SOAP and REST services which can be relayed with Service Bus. However this is limited to services only. Another option to relay the TCP traffic is “anycast” feature...
-
DataCacheFactory dcf = new DataCacheFactory (); ...
-
WHEN: 24.04.2012. 16:10 - 16:55h WHERE: HALL 8 In this session you will learn new communication features implemented on top of WCF, ASP.NET for HTML5 and none HTML5 browsers. Come to see how WebSockets and SignalR, provided on many not only Microsoft platforms, enable amazing possibilities to build new...
-
Microsoft has made the source code of ASP.NET MVC available at code plex .This is definitely for the first time that Microsoft allow external developers to submit patches and code contributions for Microsoft owned stack. This sounds strange, but Microsoft development team will review for potential inclusion...