-
I'm working on a new book (ebook) for Wrox. The topic is the new features in ASP.NET 3.5 Service Pack 1. I've just finished my two code examples for routing in Webforms, yes, I said Webforms. Thanks to Scott Allen for some code help.
-
I've been fairly heads down working on a project. I got done with it last week and took a few days off to recover. I'm back now.
-
As some of you know, I had plantar faciatis in the mid 1990s. I finally had to have surgery in 1997 on my right foot. Given all the exercising I started in 2001, I wondered when the next big injury would occur. Well, I've found it. More details shortly...
-
Have you been getting an extra line or added whitepsace when using the ASP.NET AJAX UpdatePanel? I recently was. To me, it wasn't a big deal, but I knew the customer wouldn't like it. I spent some time hunting down this issue. I found some entries...
-
For most ASP.NET developers, the Cache (ala System.Web.Caching) offers great promise for scalability and performance, especially in a mostly read-only environment. The hardest part about caching is populating it with data. What are the safest ways to...
-
Marketing payback is a hard thing to calculate. At the the end of the day, its hard to calculate the value of increasing name recognition, having people talk about you, and such. Dropping down to the hard dollar costs and comparing the money that comes...
-
Subscribe to Everything . Subscribe to WMV format . Subscribe to M4V for iPod Users . Subscribe to MP3 (Audio only) . Download WMV . Download M4V for iPod Users. Download MP3 (Audio Only). Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast...
-
Subscribe to everything Subscribe to MP3 Download MP3 Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/07/25/asp-net-podcast-show-120-deploying-web-applications-with-vishal-joshi.aspx Show Notes: Web Deployment WAP vs. Websites...
-
Wow, Bertrand and his team have put together a new download today. Thanks a lot guys. Here's the new library. http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=15511
-
I'm hearing ScottGu say that there are different users for MVC and its not for everyone. He says that MVC is not for everyone. An excellent viewpoint. over the past couple of months, I've moved away from a view of who needs MVC to a view of a...
-
A couple of things that I just heard about on .NET 3.5 SP1 that I was not aware of: Cold startup of .NET applications. It sounds like MS has improved how they are reading data from the filesystem on startup. The feature is meant for windows gui apps....
-
I read a Wired magazine article on Julia Allison while on the flight from Atlanta to Seattle. Basically, Julia teaches the art of self promotion. There were several suggestions that she had for people along with explanations as to why to do these things...
-
http://news.cnet.com/8301-13577_3-9994087-36.html?tag=nefd.top I thought this article was interesting. It shows that it is entirely possible to lose money when investing. PodTech took approximately $7 million in capital and turned it into $500k. This...
-
I needed to display the application version in a file based ASP.NET 3.5 application written in Visual Basic. I wrote the following methods in my AssemblyInfo.vb file in the App_Code directory and it worked! Out popped the Version Number of 0.0.5.0 instead...
-
I needed to display the application version in a file based ASP.NET 3.5 application written in Visual Basic. I wrote the following methods in my AssemblyInfo.vb file in the App_Code directory and it worked! Out popped the Version Number of 1.0.0.10 instead...