Welcome to MSDN Blogs
Sign in
|
Join
|
Help
MikeKelly's WebLog
From my Office to Yours
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Azure
development
excel
pdc
silverlight
Stack Overflow
travel
vista
windows
Recent Posts
Top Ten Things at PDC 2009
Microsoft Professional Developers Conference (PDC 2009) : Tuesday
Azure – from July CTP to November 2009 PDC Release
DevDays Seattle – Scott Hanselman
DevDays Seattle – Joel Spolsky
Archives
November 2009 (3)
October 2009 (6)
September 2009 (1)
January 2009 (1)
December 2008 (1)
November 2008 (1)
January 2008 (1)
December 2007 (1)
November 2007 (1)
October 2007 (3)
August 2007 (3)
July 2007 (1)
April 2007 (1)
January 2007 (1)
December 2006 (1)
October 2006 (2)
May 2006 (2)
December 2005 (2)
November 2005 (1)
October 2005 (3)
February 2005 (2)
April 2004 (1)
October 2009 - Posts
Wednesday, October 21, 2009 10:55 AM
DevDays Seattle – Scott Hanselman
Lolcode.net – funny site with a domain-specific language that mimics IM syntax. Actual code MVC When you create an MVC project, you get default code for controllers and views but nothing for the model. ASP.Net MVC lets you use nHibernate, Linq to
Posted by
MikeKelly
|
0 Comments
Filed under:
development
,
Stack Overflow
Wednesday, October 21, 2009 9:48 AM
DevDays Seattle – Joel Spolsky
We get interrupted too much by a computer that has an agenda of its own for ourselves. Examples: Windows updates Outlook: Any exceptions associated with the recurring appointment will be cancelled. Is this OK? <OK> <CANCEL> but Cancel doesn't
Posted by
MikeKelly
|
0 Comments
Filed under:
development
,
Stack Overflow
Wednesday, October 21, 2009 8:53 AM
DevDays Seattle
I’m at DevDays Seattle , an event sponsored by Stack Overflow and Microsoft. I look at it as a day of seeing “how the other half codes”, i.e. those not using the Microsoft stack (IIS, ASP.Net, Azure, C#, etc.) but more open source tools like jQuery,
Posted by
MikeKelly
|
0 Comments
Filed under:
development
,
Stack Overflow
Tuesday, October 13, 2009 4:28 PM
Azure Service: Moving Storage from Development (local) to the Cloud
As part of the process of moving my Azure test service from running entirely locally (on what's called "Development Fabric" and "Development Storage", i.e. for development on your local machine) to the Cloud, I followed the steps on MSDN which suggest
Posted by
MikeKelly
|
0 Comments
Filed under:
Azure
Monday, October 12, 2009 12:08 PM
MVC and CSS
I've spent some time trying to figure out why my simple MVC site (built on Azure) isn't rendering correctly on my development machine, and of course tracked it down to the CSS file not loading. I spent time playing around with paths, etc., but finally
Posted by
MikeKelly
|
0 Comments
Filed under:
Azure
Thursday, October 08, 2009 2:31 PM
Simple Azure Service Experience
I started a couple of days ago working on my first Azure service and have learned a lot. It's a cliche, but there is a ton of good information on the web on this. One of the challenges is wading through it all and piecing together the great information
Posted by
MikeKelly
|
0 Comments
Filed under:
Azure