| Where to put CN String WinForm & WebForm app? (8 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Copied from [winforms cs] to [aspngarchitecture] by darthcarroll@asplists.com Hello, This problem has been bugging me for a while and I would love to see some comments on the subject. I am developing an application that will mainly be a rich client based on Winforms (85%). There will also be a ASP.NET Web app component (15%). The Winform and Web app will share the DAL and BLL layers as much as pos... |
|
| A well written entry level OOD/Factoring/Patterns document. (5 replies, VIP) |
| ASPFriends.com 'aspngarchitecture' list |
| Hi lads/lasses, Thought some of you might like to have a read of this PDF file. It goes step through step the process of factoring a set of classes, it is really quite good even if fairly entry level type stuff: http://www.riehle.org/papers/2000/plop 2000 class patterns.pdf Mitch Denny http://www.warbyte.com mitch.denny@warbyte.com 61 (414) 610 141 |
|
| ASP.NET object persistance (6 replies) |
| ASPFriends.com 'aspngarchitecture' list |
| Copied from [aspngreuse] to [aspngarchitecture] by darthcarroll@asplists.com I have a quick question about .NET that I haven't really been able to find the answer to. With ASP.NET how do you maintain object persistance for references that you add to your project. In regular asp it would be equivalant to setting an object in a session variable and calling that object between various pages. Is this ... |
|
| cache api and threading (2 replies, VIP) |
| ASPFriends.com 'aspngarchitecture' list |
| back in asp, I couldn't put things like Dictionary in the application object because of threading issues. now I'm looking at the cache api, and I want to store a System.Reflection.C onstructorInfo instance there, but I don't know if there will be similar issues, and I can't find any writings on the subject. Could this be a potential problem? Andy Smith Staff Programmer Harding ESE |
|
| Clustering w/ ASP.NET: statics and cache coherency (5 replies, VIP) |
| ASPFriends.com 'aspngarchitecture' list |
| Being new to clustering technologies (e.g., App Center Server) I have 2 questions regarding the design of ASP.NET applications that wish to employ them... 1.) How are static members ( and thereby Singletons ) handled in Web Farm / clustering scenarios? Are they isolated on a single machine in the cluster or are the values replicated across the group or something totally different? 2.) How is cache... |
|