April 18, 2009
While i’m posting some of my old slides, here are the ones from the Workflow talk that i did. This time i was able to include the demo that i did. I created a workflow from scratch in front of the group to simulate a hamburger being created. It demonstrated how to load an object into a workflow that we would work on, if statements, custom activities, etc.
The Slides: 20081215-vicnet-wf.pptx
The Demo: HamburgerWorkflow.zip
Leave a Comment » |
Microsoft tech | Tagged: presentation, slides, WF, windows workflow foundation, Workflow |
Permalink
Posted by David Burela
April 18, 2009
I did a talk at the victoria .Net usergroup on WPF, so i decided to share my slides in case anybody finds them useful
A lot of my talk was done using demos that i would create from scratch in front of people, so there it might be a little light on. But it could be useful for anybody else wanting a base to start from.
During the presentation i showed the WPF bag-o-tricks http://j832.com/bagotricks/, as it is a great way to show people the shinyness of WPF.
And as always i point people to my list of WPF links for beginners http://davidburela.wordpress.com/2008/09/28/wpf-links-for-beginners/
The Slides: 20081215-vicnet-wpf.pptx
Leave a Comment » |
WPF | Tagged: presentation, slides, Windows Presentation Foundation, wpf |
Permalink
Posted by David Burela
February 16, 2009
The speaker list for Codecamp Oz 2009 has been released and there are some real gems listed http://notgartner.wordpress.com/2009/02/15/code-camp-oz-2009-speakers-sessions-announced/
For those who don’t know, code camp oz is a yearly event run in Wagga Wagga (since it is directly between Melbourne & Sydney so no one can complain), it is run by people in the community. Last year’s conference was my first and it was a blast.
But the thing i am excited about is that I’ve been listed as a speaker this year, my presentation brief was accepted:
Cloud computing: A-life using Windows Azure
David Burela takes the Windows Azure platform and tries to find some other uses for the cloud. Azure gives developers easy scalability and methods to send messages between machines, perhaps this is a great way to play around and create some A-Life
Hope some of you can make it along so you can see the presentation, or course I’ll upload all of the materials after code camp.
Leave a Comment » |
Azure | Tagged: Azure, cloud computing, CodeCamp, windows azure |
Permalink
Posted by David Burela
February 15, 2009
A bunch of new videos have been uploaded to MSDN to help demonstrate a lot of the fundamentals of Windows Azure.
10 videos have been released to the front page so far:
- 6 on core Windows Azure
- 2 on .Net services
- 2 on Live services
At the time of writing there is also an additional video you can get by going directly to the RSS feed.
All videos can be found on the front page http://msdn.microsoft.com/en-us/azure/dd439432.aspx
but i recommend subscribing to the RSS feed so that you can access them as soon as they are released http://www.microsoft.com/feeds/msdn/en-us/videos/azure.xml
Hope you all learn something new!
Leave a Comment » |
Azure | Tagged: Azure, cloud computing, demonstration, tutorial, windows azure |
Permalink
Posted by David Burela
February 7, 2009
A short while ago, Damian Edwards released Visual Studio 2008 XHTML 1.1 templates on CodePlex that gave you a “set of item and project templates for ASP.NET developers using Visual Studio 2008 that provide XHTML 1.1 compliant alternatives to the standard web form and master page templates”. This is a great starting point to ensure that your new websites start off on the right foot by providing a set of files (web forms, master page, stylesheets, etc.) that are preconfigured to be XHTML 1.1 strict compliant.
I decided that since this is such a great thing that I’d re-release the template as a Windows Azure Web Role, meaning that you can all create new cloud services that start off as being XHTML 1.1 compliant.
Installation
I didn’t mess about creating a fancy installer, so you’ll have to do 2 things.
- download the file and place it into the visual studio Azure template folder (C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\Cloud Service\Roles or C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\Cloud Service\Roles if you are on x64)
- Start the visual studio 2008 command prompt in administrator mode and type ‘devenv /installvstemplates’
Using the template
- Create a new blank cloud service
- In the solution explorer, right click the roles folder and add a new “web role project”
- The “Add a new project” window will appear and the new Web Role (XHTML 1.1) template should be there ready to use!

- Read the FAQ on codeplex for the template. You’ll have to modify one of the references to use the CSSfriendll.dll
Download
http://cid-fc3a2c38819e3e29.skydrive.live.com/self.aspx/Blog/XHTML11.CS%7C_IndiWebRole.zip
Leave a Comment » |
Azure | Tagged: Azure, cloud computing, template, web role, windows azure, XHTML1.1 |
Permalink
Posted by David Burela
February 7, 2009
David Aiken just announced that they have released the latest revision of their Azure training kit. If you are getting started with Azure then this is definitely what you’ll want to download to help you get started with it.
From the download notes:
The Azure Services Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Azure Services Platform. The February release includes the following updates:
19 demo scripts that walkthrough several of the services
10 presentations covering the entire Azure Services Platform
3 additional hands-on labs for Live Services
This technical content covers services including: Windows Azure, .NET Services, SQL Services, and Live Services.
The download is available here
Leave a Comment » |
Azure | Tagged: Azure, cloud computing, starting, windows azure |
Permalink
Posted by David Burela
February 3, 2009
I came across an article Adobe cooperates with Apple on Flash for iPhone , which suggests that Apple is now working with Adobe to provide flash on the iPhone. Now previously i’d heard that this wasn’t going to happen because the apple SDK doesn’t allow the creation of other “platforms” for the iPhone. But with flash now being ported to it this now opens up the question “Could silverlight be seen on the iPhone in the future?”
Now there are 2 key differences between Flash & Silverlight
- Apple got into trouble because “Apple recently got into some hot water with the United Kingdom’s Advertising Standards Authority because of the iPhone’s inability to support the nearly ubiquitous Web technology. The company had been running advertisements that claimed the handset can access “all parts of the Internet,” but the agency said the ads were “misleading” because of the lack of Flash and Java support.”
As much as Microsoft tries to tell us that it is on 25% of computers, i don’t think that it could be seen as a critical thing needed to experience the web
- Apple & Microsoft cooperating… seriously
I’d love to see silverlight on the iPhone and who knows, with silverlight for mobiles being released for Nokias & windows smart phones in the near future, it may just put enough pressure on Apple to collaborate with Microsoft to get Silverlight ported to the iPhone
Update: There is an article here with more information, although the title of it is misleading since the content contradicts its own title.
1 Comment |
Silverlight | Tagged: iPhone, Silverlight |
Permalink
Posted by David Burela
January 19, 2009
Thanks to the folks at Codify, I have been able to create a new mailing list for Australian Azure developers. All the details on how to subscribe can be viewed on the main page http://www.codify.com/lists/ozazure
So come subscribe to the list and get the conversation started!
Leave a Comment » |
Azure | Tagged: Azure, cloud computing, windows azure |
Permalink
Posted by David Burela
December 10, 2008
There have been a lot of hits to my blog for the search term “Silverlight Azure development”. So for anybody who is stuck at this first step of getting Silverlight hosted on Windows Azure.
I’ve included steps for creating a new Silverlight project, or adding an existing one.
Read the rest of this entry »
5 Comments |
Azure, Silverlight | Tagged: Azure, cloud computing, Silverlight, windows azure |
Permalink
Posted by David Burela
December 9, 2008
I’ve gotten quite a few questions asking how to get WCF services working correctly under Windows Azure. There are 2 main issues here
- Windows Azure has a bug hosting Azure services in the current CTP
- The PDC Labs are incorrect (it only works when running inside of the Microsoft Lab PCs)
I was discussing this with Steve Marx while I was in Seattle who pointed me in the right direction.
The developer fabric in the current CTP isn’t hosting SCF services correctly. If you try and retrieve the WCF metadata, it will be returned incorrectly. So here are the steps to correctly host WCF and generate the client proxies. Note: This is my opinion based on what Steve mentioned to me, this isn’t his way.
At a high level, we need to create the WCF service, set it to basicHttpBinding, host it in the ASP.Net dev server. Get our client app to generate the proxy from the metadata. Host the WCF service in Azure, then update the client app to point to the Azure endpoint.
Read the rest of this entry »
6 Comments |
Azure | Tagged: Azure, cloud computing, WCF, windows azure, Windows Communication Foundation |
Permalink
Posted by David Burela