Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

This project creates simple ERP system using tailored MVC architecture, a custom solution in .Net

License

Notifications You must be signed in to change notification settings

granodigital/mylly-devexpress-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mylly-devexpress-mvc

This project was generated using Microsoft Visual Studio, version 2017.

Development language

C#, CSHTML, CSS, JS.

Development server assemblies

  • .Net MVC Framework, version 4.5.2
  • DevExpress.Web.MVC5, version 16.2.5.0
  • Bootstrap, version 3.0.0
  • Antlr, version 3.5.0.2
  • jQuery.Unobtrusive.Validation, version 3.2.3
  • Newtonsoft.Json, version 10.0.3
  • System.Data.SqlClient version 4.4.0
  • JavaScript, version 1.8.1

For more assembly information, see web.config file in the project.

Nuget package

Package source: nuget.org

Build

  • Configuration: Active Debug mode
  • Platform target: Any CPU
  • Output path: bin\

Debugger

Select ASP.NET

Web servers

Browser settings

Runs on any browser. For best result use Google Chrome and FireFox.

SQL server connection

Without providing connection properties, this project build successfully. But for proper functioning and testing of this project, please provide SQL server connection string in web.config file.

<add name=""

     connectionString=""

     providerName="System.Data.SqlClient" />

for example: “Data Source=xyzERPDatabase; Initial Catalog=TestOrderDB; Integrated Security=True”

SQL scripts

In SQL_scripts file in the project, you can find Sql server database CREATE scripts and STORED PROCEDURES required for this project.

More information

For more information please read: How to build Asp.net web application Project using Visual Studio 2017.

About

This project creates simple ERP system using tailored MVC architecture, a custom solution in .Net

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages