codebehind.blogspot.com
codeBehind
http://codebehind.blogspot.com/2004/09/aspnet-11-to-20-conversion-continued.html
Tuesday, September 07, 2004. ASPNET 1.1 to 2.0 Conversion Continued. So far, I've identified three key issues with the upgrade process:. 1 Automatic Conversion Limitations. The automatic conversion seems to sporadically experience issues converting web pages and user controls that contain a namespace in the codeBehind definition. The strange errors I reported in my previous blog were completely caused by this issue. I found two key changes that needed to be made in the affected files:. Private Sub Page I...
codebehind.blogspot.com
codeBehind
http://codebehind.blogspot.com/2004/09/aspnet-11-to-20-initial-upgrade.html
Tuesday, September 07, 2004. ASPNET 1.1 to 2.0 Initial Upgrade Experience. I am currently attempting to convert a fairly large ASP.NET 1.1 based application to ASP.NET 2.0 so that I can continue my evaluation of Whidbey. So far, I have had a mixed experience. The application I am working on is composed of:. A) A set of class libraries and data access libraries written in C#. These libraries work with SQL Server 2000. I've also noticed a few other cool features:. For the most part, it initially appeared l...
codebehind.blogspot.com
codeBehind
http://codebehind.blogspot.com/2004/09/aspnet-20-exploring-objectdatasource.html
Friday, September 03, 2004. ASPNET 2.0 - Exploring objectDataSource. I finally got around to installing Visual Studio .NET 2005 Beta 1 (Whidbey) last night, after viewing a preview at an MSDN event in Toledo earlier this week. I was impressed with the enhanced databinding abilities included in ASP.NET 2.0- especially the claimed ability to automatically bind custom business objects- so I was eager to begin trying out this new feature. MyContact = new contact();. MyContact.FirstName = "Bob";. I'm pretty s...
codebehind.blogspot.com
codeBehind
http://codebehind.blogspot.com/2004/09/two-sites-i-recommend.html
Friday, September 03, 2004. Two sites I recommend. A couple weeks ago, I discovered two great coding-related sites which I recommend checking out:. Is subtitled "Curious Perversions in Information Technology. I personally hate in-line sql statements, and that has to be the worst in-line statement I've ever seen. Here's another good one: Good Table Name, Redux. I've had to waste more time than I care to think about working on poorly structured and documented systems such as those described on this website.
codebehind.blogspot.com
codeBehind
http://codebehind.blogspot.com/2006_10_01_archive.html
Sunday, October 08, 2006. Call for a National Title 4 Team Playoff. There are (Rankings are from 10/1/2006, and will change later today, due to the Auburn loss). 1 Ohio State (6-0) Big Ten. 3 USC (5-0) Pac 10. 5 Florida (6-0) SEC. 6 Michigan (6-0) Big Ten. 8 Louisville (5-0) Big East. 20 Boise State (6-0) WAC. 23 Missouri (6-0) Big Twelve. 24 Rutgers (5-0) Big East. Theoretically, we could see the following teams remain undefeated:. 1 The winner of Michigan vs. Ohio State. Of the serious national title c...
codebehind.blogspot.com
codeBehind
http://codebehind.blogspot.com/2004/09/whidbey-project-conversion-woes.html
Thursday, September 09, 2004. Whidbey Project Conversion Woes, Continued. I've decided to give up on my dream of converting. My web application to ASP.NET 2.0 using Beta 1 of Visual Studio .NET 2005. After getting past the first set of compiler errors, I realized that it would be just too time-consuming to complete the process until the official version of Whidbey is released. I do plan on converting the main shell of the site over to a master pages layout, which should be a lot of fun. I was able to gen...
codebehind.blogspot.com
codeBehind
http://codebehind.blogspot.com/2004_09_01_archive.html
Thursday, September 09, 2004. Whidbey Project Conversion Woes, Continued. I've decided to give up on my dream of converting. My web application to ASP.NET 2.0 using Beta 1 of Visual Studio .NET 2005. After getting past the first set of compiler errors, I realized that it would be just too time-consuming to complete the process until the official version of Whidbey is released. I do plan on converting the main shell of the site over to a master pages layout, which should be a lot of fun. I was able to gen...