meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dotnet2011:lut5:start [2011/01/24 15:53]
naseer
dotnet2011:lut5:start [2011/03/13 17:12] (current)
naseer123
Line 1: Line 1:
 +======SNC======
 +
 +
 **TEAM** **TEAM**
   - Artem Anchugov   - Artem Anchugov
Line 5: Line 8:
  
 **GOAL** **GOAL**
-  * Unordered List ItemTo provide an online platform where companies can introduce themselves globally.+  * To provide an online platform where companies can introduce themselves globally
 +  * Fair trade facility, by eliminating the middle man and providing producers with the oppertunity to link themselves directly with the consumers. 
 +  * Utilizing potential of people by providing them a facility to advertise themselves online. 
 +  * Providing SMES, a mean to get in touch with bigger organizations, and climb up the leader by utilizing their experiences.
  
 **Main Features** **Main Features**
Line 11: Line 17:
   - Company registeration   - Company registeration
   - Profile page   - Profile page
 +     * Unordered List ItemCompany can display their interests and fields of experties
 +     * Aims and objectives
 +     * What a company can provide and what a company is in need of.
   - Feedbacks from other companies/customers   - Feedbacks from other companies/customers
   - Private messages between two companies   - Private messages between two companies
 +  - Company announcements.
   - Can mark registered company as inappropriate   - Can mark registered company as inappropriate
   - Search by name/region   - Search by name/region
Line 19: Line 29:
       - Ranking       - Ranking
       - Region       - Region
 +  - Automated system on the bases of requirements and services, displaying potential partners/buyers/customers
 +
 +
 +**Presentation**
 +{{:dotnet2011:lut5:net_code_camp_2011.pptx|}}
 +
 +**Documentation**
 +{{:dotnet2011:lut5:social_network_for_companies.pdf|}}
 +
 +**Brochure**
 +{{:dotnet2011:lut5:brushore.pdf|}}
 +
 +**Code**
 +{{:dotnet2011:lut5:code.zip|}}
 +
 +**Database**
 +{{:dotnet2011:lut5:db.zip|}}
 +
 +**Instructions To Run The Code**
 +  - Download and unzip sourcecode.zip and db.zp
 +  - If you are using Visual Studio 2010*, open the solution.
 +  - For database there are several options:
 +     * Place DB files(both *.mdf and *.ldf) on C:\ drive in folder named "sncdb"
 +     * Place DB files(both *.mdf and *.ldf) in any other folder on your PC, AND edit the connection string in Settings.settings file in project called "DA" wich is the part of solution. Also, file "Web.config" in website project called "Web"(second project in solution) have to be edited. There connection strings have to point to the database.
 +     * Attach database to SQL Server and, again, change the connecton strings mentioned above
 +  - To run the project** in Visual Studio 2010 just hit F5 button(or CTRL+F5). Or from "Debug" menu select "Start Debugging"
 +  - The solution will not open in Visual Studio 2008
 +  - If you want to run the project under IIS web server instead of Visual Studio's built-in dev-server, you'll need to attach "Web" folder to IIS server as a website.
 +