Where to find sample applications with source code?

Get help on programming - C++, Java, Delphi, etc.
Post Reply
amock
Registered User
Posts: 176
Joined: 15 Aug 2002, 02:00
Contact:

Where to find sample applications with source code?

Post by amock »

Hey all,

Does anyone know where I could download complete vb.net, ASP.net applications that use an SQL (ms or mysql) backend?

The reason I want these is to check if my current coding style is up to scratch.

I've done a lot searching on google but only came up with sites that have code snippets and very small apps. I'm wanting code that uses 3-tier programming and base class building eg. cDB-->cUser-->cUserDB-->cUserSystem.

Any help appreciated!
Y0da
Moderator Emeritus
Posts: 5865
Joined: 19 Mar 2004, 02:00
Location: In a cave, In a galaxy far far away.

Post by Y0da »

Not likely. Your best bet is your MSDN library. Between you and me though, there's no right or wrong code. There's only code that works and code that don't. ;)
Just when I got the hang of life they changed the rules.
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Post by DarkRanger »

try www.planet-source-code.com, not sure if this will help, but it will give you some ideas on stuff to add into your application etc.etc...
PhReaK_K
Registered User
Posts: 884
Joined: 13 Dec 2006, 02:00
Location: behind you, fool !!
Contact:

Post by PhReaK_K »

Y0da wrote: There's only code that works and code that don't. ;)
TRUE.. so true
Image

Yes even Kongregate thinks I am 1337 !!!
PhReaK_K
Registered User
Posts: 884
Joined: 13 Dec 2006, 02:00
Location: behind you, fool !!
Contact:

Post by PhReaK_K »

By the way check this out . It might help.

http://code.google.com/
Image

Yes even Kongregate thinks I am 1337 !!!
Post Reply