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)
Browse by Tags
All Tags
»
development
(RSS)
pdc
silverlight
Stack Overflow
vista
windows
Thursday, November 19, 2009 5:03 PM
Top Ten Things at PDC 2009
P.main:first-letter { COLOR: #ff0000; FONT-SIZE: xx-large } I’m sitting at LAX writing this summary of PDC which is just wrapped up. Although I went “on my own dime” (i.e. I paid my own way), it was definitely worth it for the ten reasons below… Learning
Posted by
MikeKelly
|
0 Comments
Filed under:
development
,
pdc
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
Saturday, January 17, 2009 9:55 AM
Unix Time and Windows Time
A little note in Portfolio magazine caught my attention: On Friday, February 13, at 23:31:30, the Unix time value with be 1234567890. This got me thinking about when the Windows time value will reach that serendipitous number, and led to some research
Posted by
MikeKelly
|
6 Comments
Filed under:
vista
,
development
,
windows
Thursday, October 11, 2007 10:19 AM
Windows C++ Exception Handling
Good post on how to see the stack when an exception is thrown on Windows at http://blogs.msdn.com/slavao/archive/2005/01/30/363428.aspx
Posted by
MikeKelly
|
1 Comments
Filed under:
development
Saturday, August 11, 2007 10:14 AM
Visual Studio 2008 "Orcas" Beta 2 and Silverlight
OK, have passed one hurdle in getting Scott Guthrie's Silverlight samples to work with VS 2008 Beta 2. The trick suggested by Samsp on the Asp.Net forums is to change the version numbers for the assemblies in the web.config to 3.5 from 2.0. That did the
Posted by
MikeKelly
|
1 Comments
Filed under:
silverlight
,
development