e-Business Project

Hi I have started a post graduate degree in MSc e-Business Systems Design, and I would have to develop a system of my choice for my final project. It has to be something not simple but not too large, and something that has real world applicability. I want to develop it in .net and I was wondering if anyone had any suggestions for a project. I was thinking of using a combination of windows forms, web forms, web services...etc 

Thanks.


Answer this question

e-Business Project

  • Frank Melvin

    Hi you can call me Paul, Nata1 is my AI movement that's somewhat devoid of personality (not for long though :) )

    I definitly think that you are going the right direction by using winforms for the project, my philosophy is to use web for the front end, and winforms for all administrative tasks, because its far more powerful.

    So, Issue vision can teach you somethings, check out task vision, it has some code that will be necessary for you.  For sure you will be using the datagrid control and you will need to add special columns (percent bars, graphic columns (like priority symbols)).  You will need to get down the method of having alot of screens.

    i.e. will you use the tab control or will you use MDI windows.

    Well, because you have so much time, I definitly recommend using vs 2005 if you can get your hands on it.  You may even just skip the starter kits and start on proof of concepts - i.e. settting up a commerce system without the credit card element (fake it) and start calling web services, create some initial tables in the database and sprocs, start hitting it with a win form client and then ...

  • Betim Drenica

    Thanx a lot Nata1, you have really given me an idea and i definitely would like to incoprorate some kind of Business intelligence into my project.. 

    My project requires me to do something from scratch....Basically i start doign some research into what i want to do from now and as we are taught different modules. My actual project date starts next July and it last for 3 months......Because issue Vision has been done using it will mean plagiarism...so i am looking to do something new or extend somethign that will be big enough to be considered a full project and that is applicable to the industry. 

    Thanks.

  • Jeremy Wiebe

    Ahhh...

    I think I may be able to help you out here.


    OK here are some references first of all... check out taskvision <a href="http://www.windowsforms.com/Applications/application.aspx PageID=20&tabindex=8">taskvision</a> this application is pretty old (2 years ) and will have you scratching your head.  But there is the issue vision, haven't had much time to play with that, you might want to check out <a href="http://www.windowsforms.net/Applications/application.aspx PageID=40&tabindex=8">issue vision</a> I think this might be a better starting point, let me know, I may want to explore this one more.

    Here is the scenario.  You have Orders.  Orders have been placed.  Lets forget about ecommerce specific stuff for now, but just deal with orders.  An order has to ship within 24 hours of the credit card being approved.  So you build some simple asp.net app that allows you to place orders for something, start very simple, and you automatically store in the database the date of the order, and also some other info (not important).  You build another asp.net page that lets you specify if an order has "shipped" or not.

    You build a windows service (don't worry, not that tough, we can get you through that one plus the installer no problem) that checks an asp.net web service every x hours to see if any orders haven't shipped.  If they haven't shipped, you call another web service that adds an Issue, and its now visible in issue vision.

    thats my 2 cents, but for your portfolio, this one is the silver bullet, because anyone can build an ecommerce app that charges a credit card, but the valuable coders can handle business intelligence.

    Good luck and let us know how it goes!!! More intelligent apps in less time, that's why we've chosen .net

  • e-Business Project