If you’re using SQLite for your small apps then using GUI interface for database creation can be handy. There is no official GUI tool for manipulating SQLite database. There are some 3rd party gui tools for sqlite. Few tools are either discontinued or are still packaged with old version of sqlite. [Read more…]
Difference Between Session Bean and Entity Bean
In this post i’ve explained some of the differences between session bean and entity bean. [Read more…]
ASP.NET Books
If you’re a beginner asp.net programmer then you’ll learn most of the programming skills from MSDN videos and tutorials. But there is limitation to how much you’ll learn from tutorials and videos so you need to get a good book or ebook for yourself for good asp.net reference. There are many good books which you can keep on your desk for reference. [Read more…]
Interview with StoicJoker
Today we sit down and ask some questions to StoicJoker,member of donationcoder.com. [Read more…]
Tyler(pyrohacker)
Today we have tyler, NANY participant and coder with us so let’s get to know him more. [Read more…]
Jonathan Prater
Today we’re with Donationcoder’s NANY participant Jonathan Prater.
[Read more…]
Developing C/C++ programs under ubuntu
I already covered how to write c++ programs in linux. But in that article, i didn’t mentioned about how to install compilers and stuff. So this post will cover how to install compilers in ubuntu and to write, compile and run program. [Read more…]
Carl Danley
The develper of WordByter & member of donationcoder gives us an insight into his life. [Read more…]
C++: Multiple Source files
It can be inconvenient to write a long program within a single file. When programs grow to hundreds or thousands of lines, breaking them into modular units helps manage the program.This way you can bring modularity in your project. [Read more…]
Simon Giesemann
Simon Giesemann, author of CrazyLittleFinger and member of donationcoder joins us for an interview. [Read more…]