Windows Azure Website: Deploy from GitHub ScreenCast

WOW. That is how I describe this screen cast. It’s 7 minutes long, and what can be done in 7 minutes is simply amazing. I know there are other ways to do this, and that Azure isn’t the first continuous deployment solution by any means …. but WOW. I have seen this and heard it talked about before, but today is the first time I’ve actually done it on my own.

In this screen cast, I start from scratch. Zero. Ziltch. Zippo. Nadda. Nothing. And from there we …

  • Create a new Windows Azure Website
  • Create a public GitHub Repo
  • Clone that repo to my local machine
  • Create a blank Visual Studio MVC App, with a generic Home controller and View
  • Head back to Windows Azure, and sync the new Website to the Github Repo
  • Commit the new MVC App, and push to GitHub.
  • Watch and Smile as the AutoSync deploys to Windows Azure Website.
  • For Fun, do another small change, commit, push, watch the auto deploy.

Final site can be seen here: http://scottcate-waws.azurewebsites.net/
G
ithub repo: https://github.com/scottcate/scottcate-waws

Enjoy the Video … This one was REALLY fun to record. Watch it full screen, you’ll enjoy it.

[Read more…]

Building asp.net mvc Html helper for Display.Description Data Annotation

I wanted to use the Data Attributes in asp.net MVC, for both a label, and a description. After finding out there isn’t a build in helper for Description, I searched and found an answer on StackOverflow. Using that starter knowledge, I (copy/paste/enhanced) this little helper …


@Html.DisplayFor(m => m.PropertyName, cssClassName: "desc", "tagName: "div")

The sample code can be found in this github gist: https://gist.github.com/4469809

Hat Tip: Jakob Gade

SkyDrive.com: Demo of the Excel Survey’s

SkyDrive from Microsoft has a new Survey Over Excel feature. Fill out a few questions, publish, and BAM … you have a survey / form for people to fill out.

Easy, fast, and Free 🙂

This is a link to the survey I create in this video: http://sdrv.ms/Xa6VE7

[Read more…]

Windows Phone 8: Email Live Tile Notifications

Live Tiles. You love them right? Do you know what the live tile updates for email actually mean? It’s not the number of unread messages, it’s the number of new messages since the last time you opened your email on your phone.

This is a quick video, showing you the difference.

[Read more…]

Windows Phone 8: Auto Reply Text to Caller

As of today, this is my new favorite feature. I’m on a call, or in the middle of something, and can’t take an incoming call. There is the ignore button that sends someone to voice mail, but then I have to check voice mail.

This feature let’s you Auto Reply to caller with a predetermined text message, or let’s you type something back. Nice if you’re on a conference call or something. Hopefully your text will get there before the caller leaves a voice mail 🙂 so you don’t have to also check that.

Enjoy the video!

[Read more…]