locked
Guidelines/Advise for ASP.Net inventory management project architecture RRS feed

  • Question

  • User-737190177 posted

    Hello,

    I need your valuable step by step guidelines to develop architecture for my new asp.net project. And I will develop it using C#.Net, ASP.Net and SQL Server. I will use VS 2015 to develop the web application.

    Requirements :-

    1. User Management page :- To create and delete users.
    2. Item page :- To create, update and delete items.
    3. Customer page :- To create, update and delete Customers.
    4. Vendor page :- To create, update and delete Vendors.
    5. Sale Invoice page :- To sale items.
    6. Purchase Invoice page :- To purchase items.
    7. Users : Admin,Semi-Admin & Data Entry User : Admin will be responsible for user, customer, vendor & item management. And data entry user will be responsible to enter purchase and sale entries in system.

    Pls advise what will be step by step procedure (from gathering requirement info to deployment) to develop above mentioned project and i mentioned below some queries as per my knowledge :-

    1. How to create documentations, flow charts & diagrams and which tools can be used for projects estimations.
    2. What will be Design patterns like factory patter, Architecture Patterns & Architecture Styles and Application Blocks and how to implement same in above project.
    3. How to find classes and objects from above.(Can i use approach like noun as class, pro-noun as properties & action/verb as methods etc).
    4. SDLC : Requirement, Design, Coding, Testing, Deployment and Maintenance and models like agile and waterfall etc.

    In general i want to know each and every steps(in sequence) required to develop same projects including tools and technology that are used by developers.

    Thanking in advance for your kind response.

    Tuesday, January 30, 2018 4:47 PM

All replies

  • User409696431 posted

    "In general i want to know each and every steps(in sequence) required to develop same projects including tools and technology that are used by developers."

    Doing that work for you seems to be out of scope for this forum.  This is for asking actual code questions: show us code, tell us what you expect and what is not working, and ask for help.

    Wednesday, January 31, 2018 6:25 AM
  • User-1838255255 posted

    Hi neellotus07,

    According to your description, about which type of asp.net you want or what technology you want add to your project, this depend on your needs and your project use. Also this forum provide some code issue's solution, your issue maybe out of the scope of our support. 

    Here are some tutorials about how to develop this web application, please check: 

    Customer Invoicing System/Applying Visitor Design Pattern using ASP.NET MVC5 and C#: 

    https://www.codeproject.com/Articles/998560/Customer-Invoicing-System-Applying-Visitor-Design 

    asp.net-mvc-example-invoicing-app: 

    https://github.com/iloire/asp.net-mvc-example-invoicing-app  

    Best Regards,

    Eric Du 

    Wednesday, January 31, 2018 10:09 AM