State Machine is “back”… With the NetFx 4.0 platform update, the WF state machine is back… Microsoft .NET Framework 4 Platform Update 1 - The .NET Endpoint - Site Home - MSDN Blogs
Who needs reflector? ILSpy to the rescue.. Reflector has been invaluable over the years. I’m torn about the idea it’s become a paid for tool, and by all means folks should be compensated for great work. Not sure where Lutz is in the cash flow. But, the ICSharpCode guys have released ILSpy at www.ILSpy.
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 Studio 2010 SP1. If you open up the context menu for the
Getting Office Web Apps to run on a Domain controller - AppServerHost.exe I recall we had a similar issue when running document conversion services. If you’re attempting Word or PowerPoint viewing and you see errors in the event log regarding AppServerHost.exe – you need to enable non-sandboxing. http://blogs.msdn.com/b/opal/archive/2010/04/25/faq-sharepoint-2010-rtm-installation.aspx Open SharePoint
Differences when Running with OutputCache managed module under ASP.NET IIS7.x with Cache-control header This post is to report some differences when using MVC or IHttpHandlers if you’re attempting to set the Cache-control : max-age or s-maxage value under IIS7.x using the HttpResponse.Cache methods. [UPDATE]: 2011-3-14 – The missing piece was calling Response.Cache.SetSlidingExpiration(true) as follows: context.Response.Cache.SetCacheability(HttpCacheability.
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 you can read the