Re: Best practice - resources in ASP.Net Web Applications
- From: bruce barker <nospam@xxxxxxxxxx>
- Date: Fri, 05 Sep 2008 17:36:31 -0700
for packaged components its handy to use resources for images, stylesheets, etc. But for a website its a bad idea. the performance is much lower and chaching may be effected. its common to have a common image dir that is shared between websites (so the image is cached between all).
-- bruce (sqlwork.com)
Peter Larsen [CPH] wrote:
Hi,.
I'm looking for some "best practice" help related to web applications and recources (images, strings, files etc).
In Windows Forms Applications its normal to save all kinds of resources in the applications recource file - its easy to access, and you always knows where the resources are (and more).
In web applications, you would normally have lots of icons, buttons etc. for use in the pages.
Where would you put these resources - in the recource file ??
Thank you in advance.
BR
Peter
- Follow-Ups:
- Re: Best practice - resources in ASP.Net Web Applications
- From: Peter Larsen [CPH]
- Re: Best practice - resources in ASP.Net Web Applications
- References:
- Best practice - resources in ASP.Net Web Applications
- From: Peter Larsen [CPH]
- Best practice - resources in ASP.Net Web Applications
- Prev by Date: Re: x.509 Certificates - one more time
- Next by Date: Re: SmtpFailedRecipientsException error
- Previous by thread: Re: Best practice - resources in ASP.Net Web Applications
- Next by thread: Re: Best practice - resources in ASP.Net Web Applications
- Index(es):
Relevant Pages
|