ASP.NET - modules
Asked By pravin
10-Feb-12 01:44 AM
I am going to develop a project for online sales.. How many modules i wanna keep. say the module names. if any link s there send that too which helps me
Web Star replied to pravin
This question doesn't have fixed answer, it is matter that your requirement of the site than you will decide how many module are keeping in this application.
Module in application means just septate similar thing in common place within your application.
So first of all you just fixed your requirement than you will self decide which item need to separated from other and you will get how many module need to keep in that project
Sreekumar P replied to pravin
Hi,
here are some datamodels that help you u build this
http://www.cs.iusb.edu/thesis/SKhodali_thesis.pdf
http://www.databaseanswers.org/data_models/
Somesh Yadav replied to pravin

Hi praveen let me clear about one thing,
are you going to develop a project for academic year?
or
Going to develop project for your client requirement?
coming to the point if you are going to develop a project for a acadamic year no need to worry yaar just try to keep the modules as per your knowledge after searching something on "online sales" you may get a lot of information for doing this project. even if you want some more information i will tell you regarding the modules for the acadamic purpose.
the very important to discuss over here is , if you are going to develop a project as per the client requirement than you have to decide what modules has to be developed as per the client requirements.
dont worry just gothrough the document of your reuirement definately you will get an idea.
So forst of all you just fix your requirement than you will self decide which item need to be seperated from other
and you will get how many module need to keep in the online sales project.
i hope this will help you.
pravin replied to Somesh Yadav
am gonna develop for academic only... say some ideas. they are asking minimum 6 modules. also the process in each module should not be so simple..

Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B difference between VB.NET and C#? (I) what is the difference between System exceptions and Application exceptions? (I)What is CODE Access security? (I)What is a satellite assembly? (A) How the difference between thread and process? Chapter 4: Remoting and Webservices (B)What is an application domain? (B) What is .NET Remoting? (B) Which class does the remote object has to fundamental of published or precreated objects in Remoting? (A) What are the ways in which client can create object on server in CAO model? (A) Are CAO stateful in nature? (A be done? (I) Is it a good design practice to distribute the implementation to Remoting Client? (A) What are LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime? (A) Which config file has all the consume it? (A) Do webservice have state? Chapter 5: Caching Concepts (B) What is an application object? (I) what is the difference between Cache object and application object? (I) How can get access to cache object? (A) What are dependencies in cache
to be a .net developer • To test a Web Service you must create a windows application or web application to consume this service? It is True / False? FALSE How many classes can a single lifetime? Give an example. Answer1 static int Myint–The life time is during the entire application. br> Answer2 The static modifier is used to declare a static member, which belongs in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much different from unstrucured ASP and there is no correct way to
Tracing in ASP.NET? hi all, what is tracing? how to achieve tracing in asp.net? different ways of doing tracing? thanks and regards Aman Khan hi. . Tracing in ASP.NET 2.0 Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't
session is user based mean u can differentiate login user in different way • Process independent. ASP.NET session state is able to run in a separate process from the ASP.NET host process. If session state is in a separate process, the ASP.NET process can come and go while the session state process remains available. Of course, you ASP, too. • Support for server farm configurations. By moving to an out-of-process model, ASP.NET also solves the server farm problem. The new out-of-process model allows all servers