Welcome to AspAdvice Sign in | Join | Help

October 2007 - Posts

ASP.NET: clear user control output cache

As per the subject, here's a simple sample global.asax <%@ Application Language="C#" %> <script runat="server"> void Application_Start(object sender, EventArgs e) { HttpRuntime.Cache.Insert("myCacheKey", DateTime.Now);
Posted by joteke | 0 Comments
Filed under: ,

Attention: VS2008 Beta2 VPCs expiring prematurely!

In case you use VS2008 Beta 2 VPC, you should note that Visual Studio 2008 VPCs are expiring on November 1st, 2007 Please see: http://blogs.msdn.com/jeffbe/archive/2007/10/25/vs2008-beta2-vpcs-expiring-prematurely.aspx for more information, Share this
Posted by joteke | 0 Comments
Filed under:

About default collection-related imports in ASP.NET 2.0

It's funny when you get reply to things you don't remember you've asked for. :-) I had given feedback somewhere Oct 2006 in Microsoft Connect about System.Collections.Generic not being imported by default in ASP.NET 2.0. E.g you had to manually
Posted by joteke | 0 Comments
Filed under: , ,

Review: Professional ASP.NET 2.0 Ajax

It's been a long time, but I've steadily progressed in reading this book and finally I got it done. It's been also a long time since I've really tried to review a book, so we'll see how this goes on. :-) About the book Professional
Posted by joteke | 2 Comments
Filed under: , ,

Microsoft releases .NET Framework Source Code

Microsoft is taking one more step to the open community / world. Scott Guthrie is announcing in his blog that Microsoft is going to release the source code of .NET Framework with 3.5 and VS2008 release. Many people know that you've already been able
Posted by joteke | 1 Comments
Filed under: , ,

ASP.NET MVP One More Year

My MVP award was renewed. Honest thanks to MS. "Dear Teemu Keiski, Congratulations! We are pleased to present you with the 2008 Microsoft® MVP Award! The MVP Award is our way of saying thank you for promoting the spirit of community and enhancing
Posted by joteke | 2 Comments
Filed under: , ,