Mick's Blog

Windows Azure–being renamed?

Tue, 08 May 2012 12:57:37 GMT

http://www.neowin.net/news/microsoft-renames-azure-services – article talks about MS renaming services and essentially dropping the ‘Windows…’ out of it.

My experience has seen this will appeal to the non-MS types that see ‘Windows…’ as something they don’t want to go near.
I personally think it’s a good move as sure it’s Windows but the Azure Platform offers so much more…..

Here’s some of the proposed changes….

Prior Service Name New Service Name
Windows Azure Compute Cloud Services
Windows Azure Platform - All Services All Services
Windows Azure CDN CDN
Windows Azure Storage Storage
Windows Azure Traffic Manager Traffic Manager
Windows Azure Virtual Network Virtual Network
AppFabric Cache Cache
AppFabric Service Bus Service Bus
AppFabric Access Control Access Control
SQL Azure SQL Database
SQL Azure Reporting Service SQL Reporting

Azure: Presentation - Managing Windows Azure Applications

Mon, 30 Apr 2012 22:51:51 GMT

Folks, this is Scotty's 2nd presentation this week where he shares is love, scripts and years of experience in Managing Azure Applications (Breeze started back in early 2008).

Tune into this free event and to hear & see what Scotty has on offer.

Register

LIVE Meeting: Managing Windows Azure Applications

Event ID: 1032500972

Language(s):  English.
Product(s):  Microsoft BizTalk Server and Windows Azure.
So you just made your first Windows Azure deployment. Now what? Is it healthy? How many instances do you need? What will my bill be? When do I need to scale up? Was that a DoS attack? Will auto-patching break me? Getting an application into Windows Azure is the first step, now you have to run the application for the next three years. Come to this session and see how to manage and operate your Windows Azure applications.

Register

Azure: 2 live Meeting Presentations this week! Ten Must-Have tools for Windows Azure

Mon, 30 Apr 2012 22:44:52 GMT

Hi folks,

Scotty (aka Sco the Stig) Scovell is presenting this week on

Ten Must-Have Tools for Windows Azure as part of Microsoft Readiness.

We'd love to see you there - free event

LIVE Meeting: Ten Must-Have Tools for Windows Azure

Event ID: 1032500970

Language(s):  English.
Product(s):  Microsoft BizTalk Server and Windows Azure.
Any platform, by its own nature, creates an ecosystem for third-party tools and helpers. Windows Azure is no different. In this session we look at a variety of the third-party tools available in the Windows Azure ecosystem. Included are tools for both developers and IT professionals. We look at tools that will help manage storage and resources, migration, scaling, diagnostics and software components that will help you build cloud applications.

Registration

.NET: Microsoft’s new .NET language ‘D-flat’ .net

Sun, 01 Apr 2012 10:10:48 GMT

Local MS Developer pillar Andrew Coates spilled the beans on this next new language to come out of MS Research.

Db.NET or ‘D flat’ – F#, C# and the Cinderella of the 3 sisters ‘VB.NET’
(Last year I was introduced to F# over a 5 month project and absolutely loved the simplicity and freshness of it – async was simple, tasks, functions and code that would normally take 400 lines in C#, we were able to do in 100 in F#)

It promises:

- speed

- optimisation (I wonder if it’ll be smart enough to run tasks on different CPU cores?)

SNAGHTML7dd9a16

There is a focus on Orchestration – data Orchestration found here http://thenextlanguage.net/a-focus-on-orchestration/

Where it talks about “An example of the close collaboration between the product team and the company’s research arm is the use of Schenkerian Analysis in the compiler to maximize orchestration between sections of the code.”

Oooh I thought – let’s check out what this is Schenkerian Analysis and a quick check of Wikipedia reveals http://en.wikipedia.org/wiki/Schenkerian_analysis

Schenkerian analysis is a method of musical analysis of tonal music based on the theories of Heinrich Schenker. The goal of a Schenkerian analysis is to interpret the underlying structure of a tonal work. The theory's basic tenets can be viewed as a way of defining tonality in music. A Schenkerian analysis of a passage of music shows hierarchical relationships among its pitches, and draws conclusions about the structure of the passage from this hierarchy. The analysis is demonstrated through reductions of the music, using a specialized symbolic form of musical notation that Schenker devised to demonstrate various prolongational techniques. The concept of tonal prolongation, in which certain pitches determine the goal of other, subordinate pitches, is a cornerstone of the pitch hierarchy that Schenkerian analysis involves itself with.”

So tones, pitches and music is where this algorithm has its roots…I can see how you could take this analysis when applied to the frequency of music and apply it to the frequency of code items; data being hit etc.

I’ll crack open this VS.2011 extension and see what transpires…

Grab the TOOLS here - http://thenextlanguage.net/tools/

Azure: April Australia gets local Azure

Wed, 14 Mar 2012 08:39:28 GMT

Should be an interesting month this April - http://www.arnnet.com.au/article/337290/australia_gets_azure_cloud_april/

Let’s see what the pricing will be… be great to handle alot of those data sovereignty issues.

It’s like waiting for Santa all over again Smile

General: I’ve moved from Win8 Developer Preview to Win8 Customer Preview

Sun, 11 Mar 2012 12:42:48 GMT

Pretty quick and Win8 is looking pretty slick.

It found all my drivers and in about 15 mins I was up and running.

Let’s see how we go over the next couple of weeks Smile

VTSP Summit: Feature decision making with Hybrid IT Solutions

Sat, 10 Mar 2012 04:40:35 GMT

I’m finally back home after a great trip to Seattle and to see some fellow VTSPs from all over the globe. Very switched on bunch.

I was fortunate enough to be asked to present and with Scotty at the demo controls, we steered a pretty good session.

Thanks to ‘all y-all’ whom was in the session and I hope you got as much out of it as I did.

Grab the Public Version of the slide Deck – HERE.

So as promised on the advice of John Brockmeyer here’s some current limitations of the Azure ‘Integration’ Services.

Feature decision making  with Hybrid IT Solutions-Mick_Scott_1

Feature decision making  with Hybrid IT Solutions-Mick_Scott_2

Feature decision making  with Hybrid IT Solutions-Mick_Scott_3

Feature decision making  with Hybrid IT Solutions-Mick_Scott_4

Feature decision making  with Hybrid IT Solutions-Mick_Scott_5

Feature decision making  with Hybrid IT Solutions-Mick_Scott_6

Feature decision making  with Hybrid IT Solutions-Mick_Scott_7

HTML: How to Scroll the HTML Title of a Page

Sat, 10 Mar 2012 04:12:07 GMT

Easy but effective

<script type='text/javascript'>
var msg = "your big title goes here…";
msg = " ..... " + msg;pos = 0;
function scrollTitle() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollTitle()",300);
}
scrollTitle();
</script>

Azure: Useful bits and Pieces

Wed, 22 Feb 2012 22:45:08 GMT

Folks I’ve decided to list some useful links and tips that I’ve come across as part of our work we do. This list will grow and expand as time goes on.

BizTalk 2010: Install once and SysPrep for the team

Wed, 22 Feb 2012 21:09:47 GMT

While currently setting up a BizTalk 2010 developer machine, I’ve got to do a couple of others to do also for the team.

I figured ‘we surely can copy/clone this’ – here’s a handy link for SysPrep and we use files from the BizTalk SDK to work the magic.

http://msdn.microsoft.com/en-us/library/ee358636.aspx

Looking forward to it.

Enjoy.

Azure: New OS v1.17 released last week

Tue, 21 Feb 2012 20:06:12 GMT

Folks, here’s a great page showing which Azure OS and SDK applies to what version.

One to keep handy – get prepared for a v1.7 SDK release

http://msdn.microsoft.com/en-us/library/windowsazure/ee924680.aspx

Breeze: Job ahoy…

Thu, 16 Feb 2012 03:02:44 GMT

Hey guys,

 

Breeze is looking for some keen .NET Developers who have some SharePoint (2007/2010) experience and would like to accelerate their development accessing the latest technologies.

If that sounds like you please visit www.breeze.net/about/jobs.aspx, we’d love to hear from you.

Keep smiling,

Mick.

SharePoint: Form Template Upgrade

Fri, 10 Feb 2012 00:09:15 GMT

You know it’s a Friday when…who can spot the ‘yes/no/cancel’ buttons?

image