Desktop App with NHibernate
This should be super cool article about building Desktop App using NHibernate from Ayende
Desktop App with NHibernate on MSDN
Make sure you read it full and try to understand it before making such kind of application
Software Developer, Architect, and Personal Development
This should be super cool article about building Desktop App using NHibernate from Ayende
Desktop App with NHibernate on MSDN
Make sure you read it full and try to understand it before making such kind of application
Introduction story:
Last night while i was talking with my little sister about her exercise: Making a website to sell old/unused book. She is studying business matter. Wow a good idea! Suddenly i came up with a site doing nearly the same thing. It is for Sharing books. Basically it is quite different since i am not making any business here or gain any money from that action.
Let start with the story. When i was at the university, every semater i spent lots of money on books. Event though the true was not 🙁 since i was not so interested in those books at all. And then when it came over, where those books went? They became garbage; a waste of money. And the cycle begins with new comers. So what can we do? Instead of buying the new ones, we can ask for them with lower price or even free ( if you meet a generous guy).
What is the obstacle in that solution? The communication: how do you know where/who to ask for? Therefore, the site i am going to build is a meant to solve that issue. Of course it needs help from many people especially the ones who have old books.
Let summary the process:
Simple 🙂
Version 1.o:
So far i have read many articles about web application development. So general speaking, i have tools in hand to build a website in no time with less effort. Just need to structure code and deal with business logic.
Here are some:
That’s quite enough! However i have never interated them in one application at all. That’s why i am going to make a simple web application to demonstrate my understanding.
The web is about a blog site with:
Assuming that, all data will be added into DB directly. What i want to archive are:
Along with the development process, i will update my blog. I am sure there will be more fun while doing it, yeah with difficulties as well.