Shawn Cicoria - CedarLogic

Perspectives and Observations on Technology

Recent Posts

Sponsors

Tags

General





Community

Email Notifications

Blogs I Read

Archives

Other

Use OpenDNS

Browse by Tags

All Tags » Development (RSS)
Getting the MVC3 assemblies as part of your Windows Azure deployment
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...
Posted: 04-15-2011 6:11 AM by cicorias | with no comments
Filed under: , , ,
Taking advantage of Windows Azure CDN and Dynamic Pages in ASP.NET - Caching content from hosted services
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...
Running Jetty under Windows Azure Using RoleEntryPoint in a Worker Role
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...
Posted: 03-03-2011 4:34 PM by cicorias | with no comments
Filed under: , ,
ASP.NET MVC3, WebMatrix, NuGet, SQL Compact 4–all released…
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...
Posted: 01-13-2011 8:49 AM by cicorias | with no comments
Filed under: , ,
Free ebook: Programming Windows Phone 7, by Charles Petzold
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...
Posted: 11-09-2010 7:37 AM by cicorias | with no comments
Filed under: , ,
Making Web Client requests behave from .NET or in reality misbehave – ignoring Certificate Issues from HttpWebRequest
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...
View Engine Razor – MVC 3 preview – and how to get it in WebMatrix…
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...
Posted: 07-28-2010 8:46 AM by cicorias | with no comments
Filed under: , , ,
Snip-IT Pro – manage all those little code snippets for re-use and sharing…
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...
Posted: 11-30-2009 2:41 PM by cicorias | with no comments
Filed under: ,
Loopback Check on Windows 2008, etc.
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...