CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Jeffrey Palermo (.com)

Blog moved to www.jeffreypalermo.com

Another reason to choose a class library project for websites in Whidbey - level 100

This is a very basic reason for choosing a class library project for websites in Whidbey:  Compiling is faster.  Yes, the IDE has the option to "Build website", but this "validating" step takes forever, and in my class library, I can build the same stuff in a fraction of the time, and it actually goes into a single binary instead of hundreds. 

Another hiccup is that the auto-gen partial class mechanism doesn't keep up all the time, and I'm left with build errors not because my code is wrong but because the IDE is behind on updating the other half of my code behind.  Stick with the CodeBehind model of v1.1, and I keep my protected control declarations _and_ I don't depend on the IDE to generate half my code.  No false build errors.



Comments

Jeffrey Palermo said:

My company has fully deprecated v1.1 of the .Net Framework.  We are on .Net 2.0 completely...
# August 11, 2005 9:18 AM

About Jeffrey Palermo

Jeffrey Palermo is a software management consultant and the CTO of Headspring Systems in Austin, TX. Jeffrey specializes in Agile coaching and helps companies double the productivity of software teams. Jeffrey is an MCSD.Net , Microsoft MVP, Certified Scrummaster, Austin .Net User Group leader, AgileAustin board member, INETA speaker, INETA Membership Mentor, Christian, husband, father, motorcyclist, Eagle Scout, U.S. Army Veteran, and Texas A&M University graduate. Check out Devlicio.us!

Our Sponsors

Proudly Partnered With


This Blog

Syndication

News

Headspring Systems

View Jeffrey Palermo's profile on LinkedIn

See my new blog at .jeffreypalermo.com