Browse by Tags
All Tags »
Development (
RSS)
There have been several techniques that have been posted on getting the MVC3 reference assemblies deployed as part of your Windows Azure Solution. http://blog.smarx.com/posts/asp-net-mvc-in-windows-azure This is something I learned today is in Visual...
With the updates to Windows Azure CDN announced this week [ 1 ] I wanted to help illustrate the capability with a working sample that will serve up dynamic content from an ASP.NET site hosted in a WebRole. First, to get a good overview of the capability...
This post is built upon the work of Mario Kosmiskas and David C. Chou’s prior postings – from here: http://blogs.msdn.com/b/mariok/archive/2011/01/05/deploying-java-applications-in-azure.aspx http://blogs.msdn.com/b/dachou/archive/2010/03/21/run...
Along with the release of WebMatrix announced here.. http://blogs.msdn.com/b/webplatform/archive/2011/01/12/webmatrix-shipping-january-13-2011.aspx A slew of dependencies were released as well. If you download WebMatrix, it will install these dependencies...
How many of us cut our teeth with a Petzold book on Windows? Gee, I still have an OS/2 book on Presentation Manager from Mr. Petzold – pre-warp. Well, MS Press has released his latest book in XPS/PDF form, along with the samples up on the MS Press...
Many times, especially during development, you could have certificates that are out of date, aren’t singed by any real authority (makecert, etc.), or even don’t match the host name that the request is issued against, but you want to test, etc. One example...
WebMatrix is back – sort of. There used to be Web Matrix in the early days of ASP.NET. Now, it’s back again, and it’s ready with some of the upcoming preview capabilities coming out – such as a view engine called Razor. ASP.NET MVC 3 Preview...
An old colleague of mine from Avanade has apparently put out a very cool tool for managing re-usable “snippets” of code from a repository. This is a tool that could be used every day, or even for demos… This is a smooth application that takes advantage...
UPDATE: This article talks about another setting that may also be needed - but I haven't had to set it http://support.microsoft.com/default.aspx/kb/896861 This KB article ( KB926642 ) explains 2 methods for handling the scenarios that we as developers...