Contents tagged with Microsoft
-
My Speaking Engagements in the Last Two Months
I’ve been so busy lately with the activities around Moesion that I haven’t had time to blog about a couple of great conferences I had the opportunity to speak at in the last two months.
Software Architect Conference, UK (http://www.software-architect.co.uk/)
This conference is becoming one of my favorite events of the year. As always Nick Payne and his team did a remarkable job lining up an all-star group of speakers that covered some of the hottest topics in today’s software industry. The first day of the conference I had the opportunity to speak about NOSQL databases from a .NET developer perspective to a very enthusiastic crowd that packed the room and bombarded me with tons of smart questions. You can find the slide deck below.NOSQL Databases for the .NET DeveloperAfter that, I presented a session about WCF tips and tricks that covered a lot of the lessons we have learned when working on large SOA solutions with customers as well as during the development of SO-Aware.View more presentations from jesusmrvMaking WCF SimpleView more presentations from jesusmrvCloud Computing Expo, CA(http://cloudcomputingexpo.com)
The Cloud Computing Expo is slowly becoming the most important cloud computing conference of the year. This edition hosted speakers from the most important cloud computing vendors in the current market. I had the opportunity of presenting a session about one of my favorite topics these days: Enterprise Mobility. Without exaggerating, I can rate this session as one of my best experiences speaking at a conference. The room was packed and people were literally standing during the entire hour. The audience was completely engaged on the topic and they literally stayed for another 45 mins after the session asking questions and participating in the discussions. I was extremely exhausted that evening after haven’t flown 6 hrs from Miami, presented a Moesion webinar , met partners, customers, etc but the audience made a complete difference in my experience. I would really like to thank to anybody who attended that session. Below you can find the slide deck of that presentation.Enterprise MobilityView more presentations from jesusmrv -
Getting Better at Angry Birds with Moesion
Check it out http://www.moesion.com/?p=653
-
Moesion Webinar Tomorrow
Moesion’s adoption keeps skyrocketing and tomorrow we will be hosting our 2nd Moesionwebinar. We are going to be walking through real world scenarios about how to manage your IT infrastructure, whether on-premise or on the cloud, from your smartphone or tablet. We will focus on practical demonstrations that illustrate how to manage relevant IT systems such as Windows Server, IIS, SQL Server, SharePoint Server, BizTalk Server and even Windows Azure.
-
Managing your IT Systems from your SmartPhone or Tablet: Moesion Webinar Tomorrow
This Wednesday we will hosting the first public webinar about Moesion (http://www.moesion.com ). In this webinar, we will be highlighting how you can manage your IT systems, whether on-premise on or the cloud, from your smartphone or tablet. Specifically, we will be demonstrating how you can use Moesion to manage many capabilities of your IT infrastructure including:
-
Speaking at the SharePoint Conference
This week I had the opportunity of co-presenting a session at the SharePoint Conference with my friend and Windows Azure AppFabric product manager Tony Meleg. This year, we decided to tap on the recent release of Office365 and presented a series of real world patterns and techniques to integrate SharePoint Online with business applications using the Windows Azure AppFabric. Specifically, we demoed a series of scenarios that highlight how to use the Azure AppFabric Service Bus, Access Control Service, Topics, Queues and other components from your SharePoint Online portal.
-
Be a better IT Pro: Moesion Cartoon
Check this out! Please sign up for the private Beta at www.moesion.com
-
Manage your IT Systems from your Mobile Device: Tellago Studios Announces Moesion
-
Cloud wars: Windows Azure AppFabric Caching Service vs. Amazon AWS ElastiCache
A few days ago, Amazon AWS announced the general availability of ElastiCache, a new distributed, in-memory caching service which complements the storage services included in the AWS platform. ElastiCache enables traditional caching capabilities to applications running in the AWS cloud.
-
Tellago Technology Update: WINDOWS AZURE, GOOGLE, AMAZON, VMWARE….? A PRACTICAL LOOK AT CLOUD COMPUTING PLATFORMS FROM AN ENTERPRISE DEVELOPER PERSPECTIVE
Today at 2pm I will be hosting our monthly Tellago Technology Update. This time we are going to take an in-depth look at cloud computing platforms from an enterprise developer perspective.
-
Fixing .NET configuration hell with TeleSharp: Versioning configuration sections
Story:Bob is an IT Professional (ITPro) responsible for maintaining dozens of enterprise .NET applications. One day, Bob gets a call informing him that one of the applications he is responsible for have stopped working after some changes in the configuration were applied. After hours troubleshooting the application without any positive results, Bob decides to involve the developers who built the new version of the applications. A few hours later, one of the developers finally finds the configuration sections and component that introduced the. Bob wants to roll back the changes in the configuration file but he realizes that he doesn’t have a copy of the previous file and have to asks the developers to give him a copy of the old configuration file. Bob is very frustrated. Bob HATES .NET.