ASPFriends.com 'aspngarchitecture' list Archive - April 2002
Messages
Page: 1
3-tier or 2-tier? (2 replies)
ASPFriends.com 'aspngarchitecture' list
Copied from [aspngibuyspy] to [aspngarchitecture] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, People from IBS are saying that the portal is 3 tier, but what are the tiers? Presentation Layer (PL) aspx, css, ascx files Business Logic Layer (BLL) cs files Data Access Layer (DAL) ... also the cs files? Are the BLL and DAL in this case the same? Thanks, Boah
Interesting question about editing XML with web app and win app (2 replies)
ASPFriends.com 'aspngarchitecture' list
Moved from [aspngfreeforall] to [aspngarchitecture] by Dana Coffey denigma@bellsouth.net I am making a web application and windows form app that read/write the same XML file. However, the idea of two apps reading and writing to the same file worries me. The windows app regular modifies one node of the XML while the web app modifies the others occasionally. Any ideas how to do this and not worry ab...
Still Confused About Code Behind versus Class (3 replies, VIP)
ASPFriends.com 'aspngarchitecture' list
Moved from [aspngfreeforall] to [aspngarchitecture] by James Avery javery@deluxeeng.com Can someone simply explain the difference (if there is one) between the code behind method and the class file method? Isn't code behind a bunch of .cs files (one for each page) that contains the logic for the page while class file is one large .cs file that contains the coding for all methods in the application...
inter-component shared memory space? (2 replies)
ASPFriends.com 'aspngarchitecture' list
I have a need to share a variable between a few different classes, in the following senario : I have a web application, a biz. logic component, and a logging component. I use the logging component from within the biz logic component to record error messages, and keep track of some metrics. Multiple applications can use the biz logic component, some web apps, some desktop apps. I would like the log...
class strucutre (7 replies)
ASPFriends.com 'aspngarchitecture' list
This is what I want: To create a class that implements System.Web.UI.UserControl...I think use this class in all my User Controls. This 'Template' class is to have member declarations that are completely empty. Now in all user controls should fire those members in Template, and if I overload the member that should fire instead of the one int the Template. Currently I have it working but I have to ...
Middle Tier construction with Stored Procedure XML (3 replies)
ASPFriends.com 'aspngarchitecture' list
Copied from [ngfx sqlclient] to [aspngarchitecture] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello All, I am working more in the .NET environment and have been re examining how I get data from the database. In this case the data will ultimately feed an ASPX page. My plan is use a stored proc to return an XML result set into a VB class and then feed that up to an ASPX page. I have a datab...
Best Approach for Database Locking in a Web Application (3 replies)
ASPFriends.com 'aspngarchitecture' list
Hi, I was wondering what the best approach is for locking db records in a web app. Basically, I'd like to lock whatever record the user is editing until they click the save button OR go to another page OR their session times out. I'm trying to prevent one user from overwriting another user's changes. This seems to be a particularly tough problem too solve with a stateless environment like a web ap...
DataSet or ArrayList of objects? (3 replies)
ASPFriends.com 'aspngarchitecture' list
I need to store 10 recordsets of user specific data in a custom object that I create and stuff into Session when a member logs in to my site. The custom object already contains simple strings, ints, and timestamps. Now I need to add virtual one to many tables that correspond to the user's data that is retrieved from the SQL DB when the user signs in. Examples of the one to many data would be a lis...
static properties (2 replies)
ASPFriends.com 'aspngarchitecture' list
Hello, I have a basic question about static properties: A small example: An application contains two ASPX pages (FIRST.ASPX and SECOND.ASPX) and one class file (MyClass.cs). The class file contains a class (MyClass) with a *static* property (MyClass.Name). So, when FIRST.ASPX is requested the value of the static property (MyClass.Name) is set to "Steve". After some other code handling the value of...
N-Tier architecture shift in .NET (11 replies, VIP)
ASPFriends.com 'aspngarchitecture' list
The following article on MSDN suggests that unlike in ASP/Win DNA, it is a good idea to write business logic in ASP.NET pages. http://msdn.microsoft.com/library/en us/dnbda/html/bdadotnetarch001.asp Comments anyone? Michiel van Otegem ASPFriends.com Moderation Team ASPNL.com ASP/ASP.NET/XML Teacher http://www.aspnl.com http://www.aspalliance.com/michiel Teach Yourself XSLT in 21 Days http://www.am...
dynamic XML (3 replies)
ASPFriends.com 'aspngarchitecture' list
Hi, In my application I want to show a menu which reads the containt from a XML file. But I want this XML file to be created (Obviously not on server side) per user login session. Per user login the contain of the month is different. How should I go about this. Whats the best to do this in ASP.Net ?If you have any suggesions or example then reply as early as possible. Regards Sachin
High jacking ViewState (11 replies)
ASPFriends.com 'aspngarchitecture' list
Folks, I have a problem that I am trying to solve: I am trying to avoid storing web page ViewState in a hidden field and sending it to the browser, instead I am trying to save it to a database and restore it on a post back. I can get and store either value of VIEWSTATE hidden control or ViewState objects for each of the page controls, but I do not see any way to set ViewState object(s) on a post b...
Code-behind v/s Business Objec (8 replies)
ASPFriends.com 'aspngarchitecture' list
What are the advantages of using a Codebehind over business Objects.?? Regards Srini Do not go where the path may lead, go instead where there is no path and leave a trail. R W Emerson
offline applications (2 replies)
ASPFriends.com 'aspngarchitecture' list
Are there any best practices around how to design data driven offline client server application using .net framework? Possible issues are how to synchronize the data from client to server, database concurrency. Any help or ref document is appreciated, Thanks, Join the world s largest e mail service with MSN Hotmail. http://www.hotmail.com
To make an exe of an aspx files (3 replies, VIP)
ASPFriends.com 'aspngarchitecture' list
Moved from [aspngdata] to [aspngarchitecture] by Yannick Smits dotnet@stepcompany.com Hi, I want to know can we make exe of the aspx files so that the end user cant see the coding of the files.. plz do let me know how to do so. Arif
Migrating N-Tier to .Net (2 replies, VIP)
ASPFriends.com 'aspngarchitecture' list
Moved from [aspngfreeforall] to [aspngarchitecture] by James Avery javery@deluxeeng.com Howdy folks, I'm finishing up the technical specification for a project that we would have traditionally written in ASP and COM . We are moving to the .NET architecture with this project. Part of the internal requirements for this project are to create as many reusable .NET objects as possible. Traditionally we...
Page templating (15 replies)
ASPFriends.com 'aspngarchitecture' list
Moved from [aspngfreeforall] to [aspngarchitecture] by devin devinr@drone interactive.com All, I'd like to create a template page that has three basic areas, header, menu, and content. I'd then like each aspx page to use this as a template, add the appropriate content to each section and then render the result to the browser. Fawcett had a good article on this, but it involved hard coding HTML ins...
MVC Type II design? (8 replies)
ASPFriends.com 'aspngarchitecture' list
Hi, I am starting a new .NET project and come from the Java background. So far there seems to be alot of nice feature in the studio; however, I have not found a clean way to implement a true MVC type II design. Here is what I am trying to accomplish: I want every request to be sent to a single controller (similar to a servlet), that controller will perform specific busses logic and when it is done...
Returning to a page (6 replies, VIP)
ASPFriends.com 'aspngarchitecture' list
Moved from [aspngfreeforall] to [aspngarchitecture] by devin devinr@drone interactive.com I have a page (A) that has several controls including a datagrid with paging enabled, textboxes, etc. (A) redirects to (B) which acts like a wizard which performs several postbacks. When the user is finished going thru the several postbacks on page(B) they will return to (A). I would like (A) to appear as whe...
Planning a code library application (2 replies)
ASPFriends.com 'aspngarchitecture' list
I've been charged with using .net to create a developers' code/resource library for our development team. What I want to do is this: Currently, we have a library folder that holds up to 60 classic asp files containing reusable functions and subs. We use any number of these in most all projects and the approach we've taken in the past is to construct a header include file, dig thru the folder for t...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com