473,399 Members | 3,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 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 1558

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' def main():
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. When a purchase item is INSERTED, I'd like the...
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 done right, it would be a boon. If done wrong...
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 this needed when there are already the ideas of...
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 a reference to a string and optionally let's you...
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. =============================================================== Anyone who's having problems in...
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 decided to break down in to lots of modules...
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 code. One class per .py file is a system I like,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.