Project in CSharp

  • Thread starter Thread starter Sabari
  • Start date Start date
S

Sabari

Hi,
Im looking for an object oriented project in CSharp.All the
projects that i come across use the old coding style where in they use
asp style coding.If any one have a project entirely oops based and can
post it, wud help us a lot.

Thanks and Regards
Sabari
 
Sabari,

For asp take a look at any of the Asp.net starter kits. They all use the
current best practices in use today. Also you may want to take a look at the
MS Patterns and Practices site, read the material and download some of the
Application blocks that are available. Both of these resources should get
you started in the right direction.

Good Luck.
---------------------

//asp.net starter kits
http://asp.net/Default.aspx?tabindex=8&tabid=47

//Patterns and Practices site
http://www.microsoft.com/resources/practices/default.mspx
 
Hi Brian,

I disagree with the blanket assertion. Many of the starter kits, as well as
one or two of the application blocks, are created in a procedural manner.
Some aspects are state of the art, but others are simply not.

I will look around to see if I can find a sample project that claims good OO
practices.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Hello Sabari,

I looked around at a variety of hits for OO example projects, and I guess
I'm stumped as to which one to recommend, since I don't know what problems
you are having in your understanding of OO principles.

Can you give me an idea of what problem you are facing?

Also, are you familiar with the Design Patterns space? (
http://blogs.msdn.com/nickmalik/archive/2004/12/21/328727.aspx )

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Hi Nick,

You are right. I should have not made a blanket statement about the starter
kits because I am not familiar with all of them. I will watch my keystrokes
better next time. I still think that the MS Patterns and Practices site
would be a great resource for the poster. Also if they would like something
more tactile (e.g. a book) I think that your book list on amazon (see below)
is a great selection.

Good Luck!
 
Hi
Thx a lot for replying Nick and Brown.Nick im not facing any
problems but we are not using any OOPS concept in our project and we
keep repating the same code for most of the pages we do.We create a
site for project management.I still wonder how they cud bring
everything in OOPS concept since i havent done one so far.Guess the
link u gave me will help me to find out.Thx once again.
 
Back
Top