Click here to Skip to main content
15,881,791 members
Please Sign up or sign in to vote.
3.00/5 (5 votes)
See more:
Good evening
I have done oops concept in C# console but I am not able to use/implement in asp...If i am making any application in asp.net using C# .how to do this...It will be more helpful if i"ll get example in web application illustrating OOPs concept
regards
Posted
Comments
Parwej Ahamad 9-Jun-11 9:54am    
Good question but difficult to answer :)
vallambotla peraiah 31-Dec-12 4:06am    
how we can send group sms to mobile phones using .net

Hi,

OOP implementation is depend on application perspective/specification/design consideration, and that too vary depends upon application architects experience.There is more then one way to implement OOP in your design. But first you have to have clear understanding on the OOP concepts, then observe different implementation of OOP then apply the lesson on your own project.
Learning the OOP basics
-------------------------
http://www.c-sharpcorner.com/UploadFile/Ashush/OOPIntroduction05052008122508PM/OOPIntroduction.aspx[^]
http://www.c-sharpcorner.com/UploadFile/ecabral/OOPSandDotNET106252005024236AM/OOPSandDotNET1.aspx[^]
http://www.c-sharpcorner.com/UploadFile/eecabral/OOPSand.NET211102005075520AM/OOPSand.NET2.aspx[^]
http://blogs.sitepoint.com/c-asp-net-developers/[^]

Best place to see the implementation
-------------------------------------
http://www.dofactory.com/Patterns/Patterns.aspx[^]

Hope this will help.
 
Share this answer
 
Comments
Monjurul Habib 9-Jun-11 17:21pm    
nice links, my 5
Shahriar Iqbal Chowdhury/Galib 9-Jun-11 17:25pm    
thanks :)
 
Share this answer
 
Comments
Monjurul Habib 9-Jun-11 17:21pm    
nice links, my 5
OOP is applied everywhere in ASP.NET related files (code behind files) and whole solution (MVC, 3-tiers, n-tiers, MVP or SOA...).

Please refer these links in case you want a deeply sight:

http://www.sitepoint.com/c-asp-net-developers/

http://weblogs.asp.net/nannettethacker/archive/2011/12/08/object-oriented-programming-guidebook-in-asp-net-oop.aspx

http://www.c-sharpcorner.com/UploadFile/eecabral/OOPSand.NET211102005075520AM/OOPSand.NET2.aspx
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900