Blogs
Damir Dobric Posts
»
All Tags
»
windows azure
(
RSS
)
Browse by Tags
Damir Dobric Posts
Home
About
Tags
AppFabric
Apps and Devices
Architecture and Modeling
Asp.Net
azure
BizTalk
cloud
Core.Net
Devices and Services
Integration
iot
iothub
Microsoft Azure
Rfid
ServiceBus
SharePoint
Silverlight
WCF
Windows
windows azure
Windows Phone
WindowsPhone
WinRT
Workflow
Workflow Manager
View more
Next talks:
Follow me on Twitter:
#ddobric
Archives
October 2017 (4)
September 2017 (3)
August 2017 (5)
July 2017 (3)
June 2017 (3)
May 2017 (7)
April 2017 (4)
March 2017 (3)
February 2017 (2)
January 2017 (6)
December 2016 (4)
November 2016 (4)
October 2016 (1)
September 2016 (5)
August 2016 (6)
July 2016 (4)
June 2016 (8)
May 2016 (11)
April 2016 (5)
March 2016 (6)
February 2016 (8)
January 2016 (5)
December 2015 (4)
November 2015 (8)
October 2015 (4)
September 2015 (9)
August 2015 (5)
July 2015 (3)
June 2015 (6)
May 2015 (5)
April 2015 (6)
March 2015 (6)
February 2015 (2)
January 2015 (4)
December 2014 (8)
November 2014 (4)
October 2014 (4)
September 2014 (4)
August 2014 (6)
July 2014 (7)
June 2014 (6)
May 2014 (9)
April 2014 (9)
March 2014 (7)
February 2014 (3)
January 2014 (2)
December 2013 (4)
November 2013 (1)
October 2013 (9)
September 2013 (6)
August 2013 (6)
July 2013 (3)
June 2013 (6)
May 2013 (4)
April 2013 (9)
March 2013 (7)
February 2013 (4)
January 2013 (5)
December 2012 (6)
November 2012 (8)
October 2012 (11)
September 2012 (13)
August 2012 (7)
July 2012 (9)
June 2012 (18)
May 2012 (7)
April 2012 (11)
March 2012 (10)
February 2012 (5)
January 2012 (10)
December 2011 (5)
November 2011 (7)
October 2011 (9)
September 2011 (11)
August 2011 (4)
July 2011 (11)
June 2011 (5)
May 2011 (5)
April 2011 (6)
March 2011 (8)
February 2011 (9)
January 2011 (4)
December 2010 (7)
November 2010 (6)
October 2010 (9)
September 2010 (12)
August 2010 (5)
July 2010 (9)
June 2010 (16)
May 2010 (9)
April 2010 (13)
March 2010 (7)
February 2010 (10)
January 2010 (8)
December 2009 (4)
November 2009 (9)
October 2009 (6)
September 2009 (8)
August 2009 (10)
July 2009 (8)
June 2009 (10)
May 2009 (10)
April 2009 (14)
March 2009 (11)
February 2009 (10)
January 2009 (3)
December 2008 (7)
November 2008 (5)
October 2008 (11)
September 2008 (5)
August 2008 (15)
July 2008 (12)
June 2008 (11)
May 2008 (9)
April 2008 (6)
March 2008 (9)
February 2008 (7)
January 2008 (15)
December 2007 (7)
November 2007 (11)
October 2007 (14)
September 2007 (16)
August 2007 (9)
July 2007 (10)
June 2007 (14)
May 2007 (10)
April 2007 (10)
March 2007 (6)
February 2007 (8)
January 2007 (7)
December 2006 (7)
November 2006 (8)
October 2006 (14)
September 2006 (11)
August 2006 (4)
July 2006 (10)
June 2006 (3)
May 2006 (10)
April 2006 (8)
March 2006 (7)
Syndication
RSS for Posts
Atom
RSS for Comments
actor programming model
AppFabric
Apps and Devices
Architecture and Modeling
Asp.Net
azure
AzureDatalake
AzureStreamAnalytics
BizTalk
cloud
Core.Net
Core.Net WCF
Devices and Services
HoloLens
Integration
iot
iothub
jQuery
LogicApps
Machine Learning
Microsoft Azure
ML
Office 365
orleans
se
Service Fabric
ServiceBus
SharePoint
Visual Studio
wc
WCF
Windows
Windows Phone
WindowsPhone
WinRT
Workflow
Workflow Manager
Modern Backend with Service Fabric and Actor Model at //parallel2016 in Heidelberg
Today I have presented, Service Fabric and Actor Programming Model at //parallel 2016 . Thanks for attending to many many C++ and JAVA experts. http://www.slideshare.net/damirdobric/moderne-backends-mit-dem-aktor-programmiermodell
Published
Wed, Apr 04 2016 11:23 PM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Workflow Manager
,
Microsoft Azure
IoTHub error when receiving messages on device
When invoking Receive method on deice side, you might get following error: {"Http Protocol does not support a non-zero receive timeout\r\nParameter name: timeout"} This is typically caused by explicitly specifying timeout parameter. Because...
Published
Mon, Mar 03 2016 7:39 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
iot
,
iothub
Service Fabric Cluster Managing options
After provisioning local cluster, there are several options to manage it. For example, cluster can be managed by using power-shell, Service Fabric Explorer or Service Fabric explorer Web Application. Connect to Service Fabric cluster using Powershell...
Published
Tue, Mar 03 2016 5:12 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
Service Fabric
Understanding ARM errors
When working with Azure Resource Manager (ARM) templates, you might see errors like following one: 'The domain name label dnsLBIP is invalid. It must conform to the following [ERROR] regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.' In this...
Published
Fri, Mar 03 2016 9:16 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
Weather Station Results from “Azure on Tour” Lab
DAENET office in Frankfurt Microsoft office in Unterschleissheim
Published
Tue, Mar 03 2016 2:46 PM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
iot
,
iothub
Useful Service Bus Refrences
•Design Patterns: https:// msdn.microsoft.com/en-us/library/dn600223.aspx •Developing Applications that Use Service Bus: https :// msdn.microsoft.com/en-us/library/azure/ff182819.aspx •Service Bus documentation: https ://azure.microsoft.com/en...
Published
Tue, Mar 03 2016 2:10 PM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
ServiceBus
,
Microsoft Azure
Issues with USB driver and Arduino Uno
Sometimes some device (IBM Think Pad or even Surface PRO 4) might get some issues with USB drivers. In that case your board is not recognized in Arduino IDE and you cannot select COM port, where the board is connected. If that happen, please first reboot...
Published
Tue, Mar 03 2016 4:53 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
iot
,
Devices and Services
,
iothub
Azure IoT Connected Weather Station
This year on Azure on Tour in Frankfurt we organized an IoTLab for all interested attendees. We scheduled 3slots of 2 hours. Unfortunately they all ware booked out in very short time. We prepared for this IoT lab a weather station on...
Published
Thu, Feb 02 2016 11:22 PM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
jQuery
,
ServiceBus
,
Microsoft Azure
,
iot
,
iothub
Amqp and WebSocket support in Azure IoTHub
Azure IoT Hubs supports Amqp protocol as default fast transport. But there are few interesting variations, which are not well documented or not obvious. For example, when implementing the device code you can specify explicitly the protocol, which should...
Published
Tue, Feb 02 2016 11:59 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
iot
,
iothub
IoTHub Connection Strings
IoTHub uses in general (with some iot specific improvements) messaging technology behind Azure Service Bus. That means that connection strings of IoTHub are same or similar as in a case of service bus. For example, if you open up azure management portal...
Published
Tue, Feb 02 2016 7:07 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
iot
,
Devices and Services
,
iothub
Announcing Global Azure Bootcamp in Frankfurt at April 16th 2016
You want to learn about Azure Cloud and Data Platform? Then feel invited to out Azure Global Bootcamp at April 16th in Frankfurt am Main. We will have many industry well known experts, professionals and enthusiast. This year we will set more focus and...
Published
Thu, Feb 02 2016 9:20 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
ServiceBus
,
Microsoft Azure
,
iot
,
Devices and Services
,
Machine Learning
,
AzureStreamAnalytics
,
LogicApps
,
AzureDatalake
,
Service Fabric
Microsoft & Intel IoT Hackathon in Berlin
Last week we organized IoT hackathone (+ workshop) with Intel. The idea was to show how to build real-life IoT solution on Intel’s Edison Board connected to Azure Event Hub. We created a simple Node.js application running on Edison board, by using...
Published
Sat, Jan 01 2016 4:08 PM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
ServiceBus
,
Apps and Devices
,
Microsoft Azure
,
iot
,
Devices and Services
,
AzureStreamAnalytics
,
iothub
Standard Output as LogFile in Service Fabric
When deploying applications in Service Fabric, which are not necessarily developed to run in Service Fabric host, you can redirect standard output to log files. Assume you have a console application which you want to run in Service Fabric cluster as microservice...
Published
Tue, Jan 01 2016 6:27 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Integration
,
Microsoft Azure
,
iot
,
Service Fabric
DevOps Misconceptions
Here is the short list of what people sometimes think about DevOps, which is NOT true. • DevOps is for cloud only companies This is not true, because none-cloud companies can run software in cloud too. • DevOps is for devs No, because Operators...
Published
Wed, Dec 12 2015 1:41 PM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
Authentication with DataLake clients
When working with DataLake client libraries You will notice strong dependency to the new assembly ‘Microsoft.IdentityModel.Clients.ActiveDirectory’. This is a great ADL (Azure Data Lake) feature, which provides a security on top of AAD (Azure Active directory...
Published
Wed, Dec 12 2015 10:48 AM
by
Damir Dobric
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
iot
,
AzureDatalake
« First
...
< Previous
2
3
4
5
6
Next >
...
Last »
developers.de is a .Net Community Blog powered by daenet GmbH.
IMPRESSUM
CONTACT
WEBSITE