Do You Run Your Dev Environment Using Boot to VHD

4/27/2010 11:20:51 PM

I am sure many of you have heard of Boot to VHD using Windows 7 and/or Windows Server 2008 R2.  If not, check out this Bing search for reference material.  The resource I have yet to stumble across is the best way to set up your environment if you want to take advantage of this great technology.  How big should my VHD be?  Should I have a base image and the diff VHDs for different environments?  Is there an optimal way to configure Windows 7 and Office to maximize performance and productivity?  What’s the best way to setup my machine if I have an SSD?  The list goes on….

I have my own ideas, and I have solicited input from some of the local Microsoft Hyper-V wonks for their insights, but I still feel like I am walking in the woods alone.  Anyone have any insights, experiences, recommendations?  If so, drop me an email or post a comment.  I’ll collect the info and publish what we come up with.  Eventually, maybe a Wiki or something…

Tags:

Slick Thoughts | Azure

Update to the Azure Storage App

10/20/2009 4:03:07 PM

Just a quick update to the Azure Storage app… added support for both Win 7 folder dialogs and older Windows as well.  Still not perfect by any stretch of the imagination, but slightly better. I would like to try and add drag and drop support and provide a progress indicator for larger files when uploading. 

Download Here

Tags:

Azure

Quick Azure Storage Application

10/12/2009 11:00:42 AM

I had need to demo some Azure blob storage stuff to a customer the other day.  This is what I churned out.  Quick and dirty, incomplete testing, and probably some design flaws, but it gets the point across. ;-)

To use the sample, you need to modify the DemoAuthorizationService.cs file to include your real Azure account and token information, or change it to use the local devstore account and key (though you  will need to modify the DemoAuthToken.cs file to return the right Uri – like I said, some stuff that needed to be cleaned up).

Oh, and I did some wonky stuff with the WPF interface as well as far as styling some buttons go – better way to do what I did – but I was learning styling as I went and just banged out something that worked.  Having said all that, not a bad example of MVVM/MVP/whatever you want to call it.

Download here

Tags:

Azure

First Wave of Azure How Do I Videos Released...

2/13/2009 4:19:00 PM

Check out the first wave of Azure HDI videos if you want to learn more about Azure and cloud computing.  More to come in the near future…

Visit here for the full summary of videos

Overall Page

clip_image002

Get Started Developing on Windows Azure?

If you’re a developer and you’re new to Windows Azure, start here! You’ll see what you need to download and install, and how to create a simple “Hello World” Windows Azure application.

Deploy a Windows Azure Application

You’ll see what it takes to move your application into the cloud – you’ll see how to request and register a token, how to upload your Windows Azure application and how to move it between staging and production in the cloud.

Store Blobs in Windows Azure Storage?

Learn how to leverage Windows Azure storage to store data as blobs. You’ll learn about blob storage, containers and the API that makes it easy to manage everything from managed code.

Leverage Queues in Windows Azure?

Learn how to use queues to facilitate communication between Web and Worker roles in Windows Azure.

Debugging Tips for Windows Azure Applications

The Windows Azure SDK includes a development fabric that provides a "cloud on your desktop." In this screencast, learn how to debug your Windows Azure applications in this environment.

clip_image004

Get Started with .NET Services?

.NET Services are a set of highly scalable building blocks for programming in the cloud. In this brief screencast, you'll learn about the registration process, the SDK and the built-in samples - everything you need to know in order to get started.

Harness the Microsoft .NET Service Bus?

The .NET Service Bus makes it easy to access your Web services no matter where they are. In this brief screencast, you'll see how to take a basic Windows Communication Foundation (WCF) service and expose it to the Internet with the .NET Service Bus.

clip_image006

Get Started with the Live Framework?

If you are looking to get started developing with the Live Framework, this is the place to start! In this screencast you'll learn how to get a Live Services token and what you need to download in order to start writing Live Framework applications.

Use the Microsoft Live Framework Resource Browser?

The Live Framework Resource Model is a simple, straightforward information model based on entities, collections and relationships. In this brief screencast you'll learn how to navigate the relationships between entities by using the Live Framework Resource Browser, which is a tool that ships with the Live Framework SDK.

Tags:

Azure | Headlines

Windows Azure Presentation and Code from Lincoln/Omaha UG Meetings

2/2/2009 10:13:35 AM

I posted the slides and demo code from the presentations I did at the Lincoln and Omaha User Group meetings.  You can download them directly or find them on the Download page.  The demo code is really just a remake of the PDC demo that Steve Marx’s did using standard ASP.NET instead of ASP.NET MVC.  If you don’t know MVC and want to focus more on the Azure parts of the app instead of figuring out the MVC “clutter”, you may find this version a bit more useful.  No, I am not knocking MVC.  I’m just saying if you have never used it, figuring out how certain things are wired together can distract you from the important parts of the actual Azure demo.

Tags:

Azure | Headlines

Lincoln .NET UG Azure Error Identified

1/29/2009 9:01:26 AM

I was presenting at the Lincoln .NET User Group last night and about midway through, my Azure project failed.  I was getting an error that said the Account Name was not specified when my app tried to work with Azure Storage. It was bizarre because the first demo had gone great and the same error was showing up even when I went into my “completed and I know this will work” project.  It was very weird. 

I started to bang on it today, and discovered that somehow the Startup Project in the solution (in both solutions actually which made it doubly weird) had switched from the Azure Service project to the WebRole project.  That meant that my app was being run as a normal ASP.NET app and not being packaged and deployed into the Azure Development Fabric.  Without being in the Fabric, the StorageClient code could not access the Config Settings from the Azure Service project – BAM! No account name to be found!

Sorry to my Lincoln folks for that stumbling block. I’ve never had that happen before and not sure how it switched in mid-demo.  But now we know… ;-)

Tags:

Azure | Slick Thoughts

Ruby and Java SDKs Available for Windows Azure .NET Services

10/29/2008 4:30:37 PM

If you are a Ruby or Java programmer and you want to leverage Windows Azure (or parts of it anyway), make sure you check out your respective SDKs…

Java SDK for .NET Services

The Microsoft .NET Services offer interoperability by design through industry standards and web protocols such as REST, SOAP, WS-*, as well as through community based libraries that make it easier to use the services. The Java SDK for .NET Services includes a set of libraries, tools, prescriptive guidance & sample applications that will enhance productivity for Java developers willing to use the .NET Services to extend their Java applications by using the Microsoft cloud services platform to build, deploy and manage reliable, Internet-scale applications.

Ruby SDK for .NET Services

The Microsoft .NET Services offer interoperability by design through industry standards and web protocols such as REST, SOAP, WS-*, as well as through community based libraries that make it easier to use the services. The Ruby SDK for .NET Services includes a set of libraries, tools, prescriptive guidance & sample applications that will enhance productivity for Ruby developers willing to use the .NET Services to extend their Ruby applications by using the Microsoft cloud services platform to build, deploy and manage reliable, Internet-scale applications.

 

I’ve sat through several sessions on the various Azure service, like storage, and the openness of the service API really makes them viable choices for those using non-Microsoft tools. Check it out!

Tags:

Headlines | Azure

Powered by BlogEngine.NET 1.6.0.0
Theme by Mads Kristensen

About the author

Jeff Brand Jeff Brand

This is the personal web site of Jeff Brand, self-proclaimed .NET Sex Symbol and All-Around Good guy. Content from my presentations, blog, and links to other useful .NET information can all be found here.

E-mail me Send mail


Calendar

<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

View posts in large calendar

My Twitter Updates

XBOX
Live

Recent comments

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010

Sign in