-
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...
-
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 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...
-
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...