Open Source Application with good OO Design
-
Hi everybody! I'm new to OOP and I would find it much easier to learn by looking at an existing application. I'm looking for an open source business application written in c# or vb.net with "good" (=implements most standarts) oo design. Can anyone help me? Thanks! Yaniv
-
Hi everybody! I'm new to OOP and I would find it much easier to learn by looking at an existing application. I'm looking for an open source business application written in c# or vb.net with "good" (=implements most standarts) oo design. Can anyone help me? Thanks! Yaniv
Microsoft have a number of samples available. Fotovision is one I know of, but there are others, I am sure.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi everybody! I'm new to OOP and I would find it much easier to learn by looking at an existing application. I'm looking for an open source business application written in c# or vb.net with "good" (=implements most standarts) oo design. Can anyone help me? Thanks! Yaniv
Look at Spring .NET source www.springframework.net/[^], many patterns. NHibernate [^]demonstrates data Access patterns (abstract factories....) A very good is the source of SharpDevelop [^]it is open source C# IDE .Contains many paterns and an simple mvc architecture . also i like axiom (3d rendering framework) there are infinite which are good written JUnit in java has good code .i dont know about NUnit
f(yf) = yf
-
Look at Spring .NET source www.springframework.net/[^], many patterns. NHibernate [^]demonstrates data Access patterns (abstract factories....) A very good is the source of SharpDevelop [^]it is open source C# IDE .Contains many paterns and an simple mvc architecture . also i like axiom (3d rendering framework) there are infinite which are good written JUnit in java has good code .i dont know about NUnit
f(yf) = yf
Thank you very much!!! Spring.net & the ms samples are both greate!