Welcome to AspAdvice Sign in | Join | Help

July 2008 - Posts

ASP.NET MVC CodePlex Preview 4 is here (or there) :-)

See Phil's post: http://haacked.com/archive/2008/07/16/aspnetmvc-codeplex-preview4.aspx And of course ScottGu's post: http://weblogs.asp.net/scottgu/archive/2008/07/14/asp-net-mvc-preview-4-release-part-1.aspx Share this post: email it! | bookmark
Posted by joteke | 1 Comments

My blog scored 8.2 (great) on Blogged.com

Dunno if it means anything to anyone, but I just got email stating that Joteke's Blog has scored 8.2 on Blogged.com. According to them " We evaluated your blog based on the following criteria: Frequency of Updates, Relevance of Content, Site

Firefox 3.0 and (ASP.NET) caching observations

1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Response.Cache.SetAllowResponseInBrowserHistory(False) Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore()
Posted by joteke | 1 Comments
Filed under: , , , ,