T
_thedebugger
Dear Friends,
We are developing one wbesite in visual studio 2005 and sql server 2000.
now my question is I want to seperate some modules on the website.
Like
1. there will be few sections, like general listing of winners and users
and other products.
2. Game Play Panel, Where user will use their username and password and
credit card details and play the game.
My first part is only database listing activitiy. but 2nd part is very
important and quite delicate, and never change the process. It is quite
complicated process, I dont want to touch it.
but the first part is very changable, updatable. I have to take care
everytime and test before I upload any new changes on the site.
Now my question is I want to create seperate dll's for each module. like
Winners section will have winner.dll, user registration mdoule will have
user.dll and playpannel will will play.dll
I wanted to know that is it possible in one solution but without seperating
the code. becasue all my design is same, dont want to sepearate the master
pages.
Also let me know the best practices for better performacne and speed up.
Regards
Sachin korgaonkar
We are developing one wbesite in visual studio 2005 and sql server 2000.
now my question is I want to seperate some modules on the website.
Like
1. there will be few sections, like general listing of winners and users
and other products.
2. Game Play Panel, Where user will use their username and password and
credit card details and play the game.
My first part is only database listing activitiy. but 2nd part is very
important and quite delicate, and never change the process. It is quite
complicated process, I dont want to touch it.
but the first part is very changable, updatable. I have to take care
everytime and test before I upload any new changes on the site.
Now my question is I want to create seperate dll's for each module. like
Winners section will have winner.dll, user registration mdoule will have
user.dll and playpannel will will play.dll
I wanted to know that is it possible in one solution but without seperating
the code. becasue all my design is same, dont want to sepearate the master
pages.
Also let me know the best practices for better performacne and speed up.
Regards
Sachin korgaonkar