Crystal
Current1. Crystal:Project name: CrystalTeam Size: 5Tools & Technologies:MS Visual Studio 2010 (As the development tool)SQL SERVER 2008(Server Side Database creation)SQLite (Client Side Database creation)Entity Framework 4.0 (Managing Server and Client database)C# (For Coding to provide the logic for the application; This project is used to collect historical & day to day data about various exchanges in stock market and provide that information to user in the form of graph and text and also give them some guidance in buying and selling shares.The major entities are as follows:ClientServerServer WorkerClient: Client is the combination of windows service and windows application. The communication between windows application and server will happen through windows service client.Server Worker: It is windows service which resides on server .Server worker will do three things getting EOD data from specified vendor, getting RSS articles from specified URL, scraping the web page text.Server :Its is WCF service which will provide data to all clients on demand like providing information about list of markets, list of companies, stock data etc..2. PROXIM:Project name: ProXimClient: Tyros TechnologiesTeam Size: 3Tools & Technologies:MS Visual Studio 2010 (As the development tool)WPF (For designing forms)SQL SERVER 2008(For creating and managing the database)C# (For coding to provide the logic for the application