Re: ASP.Net Classes
From: John Saunders (johnwsaundersiii_at_notcoldmail.com)
Date: 06/17/04
- Next message: John Saunders: "Re: Cookie reads"
- Previous message: Fabrice Q: "RE: Authentication Problem when using ACT"
- In reply to: Big E: "Re: ASP.Net Classes"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 12:26:43 -0400
"Big E" <nospam@nospam.com> wrote in message
news:eLLr9DIVEHA.4088@TK2MSFTNGP09.phx.gbl...
> I've created a couple classes for functions that I use across the
> application but should I be created a class for all my DataSet, DataTables
> etc... called clsData?
No, the better solution would be to learn a bit about object-oriented
principles. You don't have to go learn OOA, OOD, Patterns and all the rest,
but you should learn what a class is, inheritance, etc. before you proceed.
-- John Saunders johnwsaundersiii at hotmail > "Big E" <nospam@nospam.com> wrote in message > news:uC3rmkAVEHA.1292@TK2MSFTNGP10.phx.gbl... > > I'm using ASP.Net and SQL Server 2000. > > There are many things in my ASP.Net application that I use over and over. > > For instance my Connection to the database. I've stored that in the > > webconfig. But how do I store other Functions or Variables throughout the > > entire application. Classes? What is the difference between a Windows > Forms > > Class and a ASP.Net class. Do people use custom classes in ASP.Net. > > > > If you have any links on creating ASP.Net classes please post. > > > > Thanks. > > > > Big E > > > > > >
- Next message: John Saunders: "Re: Cookie reads"
- Previous message: Fabrice Q: "RE: Authentication Problem when using ACT"
- In reply to: Big E: "Re: ASP.Net Classes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading