Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 March 21st, 2007, 06:24 AM
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default oops with c#.net

hi i m new to this forum and also for .net
i want to use oops concepts in my project(web application in c#.net).but
i dont how and where to use these concepts..plz help me...

 
Old March 21st, 2007, 10:31 AM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Please clarify your question.
Are you asking about Object Oriented Programming?

Woody Z
http://www.learntoprogramnow.com
How to use a forum to help solve problems
 
Old March 21st, 2007, 10:34 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Cross post:
http://p2p.wrox.com/topic.asp?TOPIC_ID=58004

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
 
Old March 21st, 2007, 10:57 PM
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by woodyz
 Please clarify your question.
Are you asking about Object Oriented Programming?

Woody Z
http://www.learntoprogramnow.com
How to use a forum to help solve problems
yes,i know the object oriented programming concepts.but i dont know how and where and when to use those concepts in c#.net web application project..waiting for replies

 
Old March 22nd, 2007, 09:57 AM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You are being a bit too general to get a decent answer.
You must use OOP concepts in every line of code you write in C#.
OOP concepts is a HUGE subject - and just generally asking "how to use them" is the topic for a book (or a set of books) - not a post on a forum.

What you might want to do is ask specific questions about specific concepts to solve a specific problem you are having.

Woody Z
http://www.learntoprogramnow.com
How to use a forum to help solve problems
 
Old March 22nd, 2007, 10:02 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Woody is 100% correct both C# and VB.NET are OOP languages by design, hence you will use OOP concepts on every page, on every line, and in every class you code.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
 
Old March 22nd, 2007, 03:03 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi sureshmm,

Yeah, I agree with the previous posters. Object orientation is everywhere in .NET.

If you want to learn how to build and use your own objects in .NET applications, you may want to take a look at this article series:

http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=416
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=419
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=420

They explain how to build object oriented, reusable classes in ASP.NET applications.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
 
Old March 22nd, 2007, 10:41 PM
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default


Thank u for ur replies...

 
Old March 22nd, 2007, 10:43 PM
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by Imar
 Hi sureshmm,

Yeah, I agree with the previous posters. Object orientation is everywhere in .NET.

If you want to learn how to build and use your own objects in .NET applications, you may want to take a look at this article series:

http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=416
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=419
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=420

They explain how to build object oriented, reusable classes in ASP.NET applications.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
thank u for reply
 it is very helpful to me..






Similar Threads
Thread Thread Starter Forum Replies Last Post
OOPS tutorail interview questions gsri General .NET 1 September 15th, 2008 10:42 AM
oops with c#.net sureshmm ASP.NET 1.0 and 1.1 Basics 3 March 21st, 2007 11:58 AM
Oops, wrong subject! Aaron Edwards ASP.NET 2.0 Basics 0 September 13th, 2006 07:37 PM
OOPs bijgupt C# 5 May 18th, 2006 05:36 AM
Lost part of a Primary Key - Oops! owain SQL Language 7 June 15th, 2003 01:29 PM





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