-
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...
-
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...
-
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...
-
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"><...
-
Announcing the session about Business and Mobile Platform evolution focused on ASP.NET WebApi and ASP.NET MVC 4.5. I’m still not sure how the final title of the session will be pronounced, but never mind. We already know what we will present. In past decade WCF has definitely grove in the most powerful...
-
Sometimes you will have complex type which have many properties. Statistically in this case some of properties in some request will not be used. If you have operations which use lists in contracts it is clear that transport of none-used values will increase the traffic on the network. To take a control...
-
Windows 8 operative system will provide the full support for WebSockets (see also WebSockets.org ). Simplified, It is a web technology which provides full-duplex communication over TCP initiated by preceding HTTP request. There are many innovative and amazing scenarios which can be easily achieved by...
-
Imaging you have a WCF Web Service which works fine. Unfortunately it can happen that following error occurs when somebody else try to start the service: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter, Version=10.0.0.0, Culture=neutral, PublicKeyToken...
-
When working with AJAX web service you may notice that one service operation of some service (in this case Service1.svc ) works well, but at some machines following exception can be thrown: Server Error in '/MvcApplication1' Application. The resource cannot be found. Description: HTTP...
-
When working with Windows Server 2008 R2 in order to run you ASP.NET application you will need to install ASP.NET feature on the “Web Role”. To do this open “Server Manager” and lookup “Web Server (IIS)” under Roles node. Select ASP.NET as shown on the picture above and look in “Role Service” for ASP...
-
While debugging you WCF-Service or ASP.NET application within UnitTest you may get following warning when stepping into the service code. “Attaching to this process can potentially harm your computer…” For example, this can happen when you have the UnitTest which invokes the Service via generate Proxy...
-
IIS 7.5 which is ships with Windows Server 2008 R2 and Windows 7 provides a new feature for Web Applications. This feature allows one to install a Web Application which is not initialized after receiving of the first request started. Instead such application is started immediately after it is configured...