472,345 Members | 1,538 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,345 software developers and data experts.

want to seperate the modules in dll, but same design shares

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

Sep 22 '06 #1
1 1514

To really answer your question I would like to know a few things.

1) What do you mean by module, are these class libs or aspx pages ?
2) When you make changes what all components do you change (just aspx pages
or aspx pages and class libs or more components)

If these are aspx pages then you need to check out "aspnet_compile" and
"aspnet_merge" tools which are available for pre-compiling you asp.net site.
There is a option of creating one assembly for each directory. So you can
create directories for each of the type and deploy just that part.

Hope this helps...

Cheers
Navnit

"_thedebugger" wrote:
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

Sep 22 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: MackS | last post by:
Hi I'm new to Python, I've read the FAQ but still can't get the following simple example working: # file main_mod.py: global_string = 'abc'...
3
by: none | last post by:
Hi. I'm implementing a web deployment using 9i. I have a table for STOCK, which has one or more PURCHASES, which have one or more PURCHASE_ITEMS. ...
14
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
8
by: Steven T. Hatton | last post by:
This looks very important, and potentially consequential. If it were added to C++ it would certainly have a significant impact on the language. If...
31
by: N.Davis | last post by:
I am very new to Python, but have done plenty of development in C++ and Java. One thing I find weird about python is the idea of a module. Why is...
4
by: Jelmer | last post by:
Hi I've been trying to create an addin similar to Find & Replace from Rick Fisher that looks thru your tables / queries / forms / modules etc.. for...
0
by: jOs | last post by:
C#B - SHARED SOURCE PROJECT FOR A C# Browser Let's sort this stuff out once and for ALL. ...
13
by: Robin Haswell | last post by:
Hey people I'm an experience PHP programmer who's been writing python for a couple of weeks now. I'm writing quite a large application which I've...
5
by: Alex | last post by:
Hi, this is my first mail to the list so please correct me if Ive done anything wrong. What Im trying to figure out is a good way to organise my...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.