Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 31st, 2004, 08:40 PM
Authorized User
 
Join Date: Oct 2004
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Enums.cs

In the Core folder there is a file called Enum. what this file is about?

 
Old October 31st, 2004, 11:25 PM
Authorized User
 
Join Date: Oct 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have seen that as well, It stores all of the enums that are used inside the variuos modules. I am Starting to move them back to there modules. I am doing this so that a user can move, activate, or deactivate the modules that they would like with out having to recompile the code base.

 
Old November 1st, 2004, 01:10 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Under ASP.NET 1.0 and 1.1, you end up with one big DLL anyway, so it doesn't matter much.

The reason they were put in one file is because it's handy to see them all in one place. These have to be syncronized with the database to set up permissions for each module.

Eric
 
Old November 2nd, 2004, 10:37 PM
Authorized User
 
Join Date: Oct 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I just created a setup package for the project, and I got a Dll for each of the layers. Or in other words I got a Dll for each project that is inside the solution.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Enums VS Structs MoDulus Intro Programming 4 January 19th, 2012 10:42 AM
working with enums & properties miguel.ossa C# 2 January 22nd, 2004 04:16 AM
Enums for accounts??? rcarter BOOK: ASP.NET Website Programming Problem-Design-Solution 3 November 8th, 2003 12:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.