Hi, I have developed a project in ASP.NET2.0, It is a 3 tier application project.
I follow the style of BeerHouse starter kit (http://www.asp.net/Downloads/starter-kits/the-beer-house/).I have Application Layer in my asp.net forms, controls etc., I have my Business logic layer in my BLL (Business Logic Layer ) folder and I have my Data Access Layer in my DAL (Data Access Layer) folder, just like you can see in the beer house project. I would like to make this project better. What am I lacking? What should I include in the project to make it better?
Should I include a class library? At present I don't have a class library as I don't see anything in my sample project - beerhouse. If I need to include a class library how can I add a class library? Can you show me some example, please?
Should I make dll files? If so, could you please help me with an example?
Thanks
rahul bhosalePosted Dec 31, 2008, 1:37 AM
Its cool... If u r using CSS or anyother mean to store resources then ther is no need to use Resource file.
The only thing i want to say that resources should be loaded from external files.. like CSS
For windows application its better to use Resource files..
U r doing gr8 work...
thanx for ur information..
r pPosted Dec 29, 2008, 1:43 PM
Thank you very for your help. What is the advantage of using Resources? I am using CSS for textcolour, font, size, image etc. So, should I use resources? I can see local resources and global resources in beerhouse project too. Should I go for it?
Thanks
rahul bhosalePosted Dec 29, 2008, 6:06 AM
can u plz elaborate more on this...
yaa its better to use class libraies and dll's in application...
I can suggest u another thing which will add something extra to ur application...
Make use of resource file to centrally locate resources require for ur appliccations..(like strings, images, icons etc)....
load such resources at run time instead at design ...
more queries are welcome..
r pPosted Dec 29, 2008, 5:55 AM
rahul bhosalePosted Dec 29, 2008, 12:57 AM
Hi,
U have done a great work by following beer-house strategy.
But why do u want to make class libraries in ur project.
If u hv specific requirement then u can use.
By the way u can make dll's for the code which is executed many times in ur application..
thank u...