https://github.com/kc85/znxtapp.core
ZNxtApp default application
https://github.com/kc85/znxtapp.core
application csharp ecommerce framework mongodb nosql znxtapp
Last synced: 3 months ago
JSON representation
ZNxtApp default application
- Host: GitHub
- URL: https://github.com/kc85/znxtapp.core
- Owner: kc85
- License: gpl-3.0
- Created: 2017-12-12T15:29:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T15:45:55.000Z (about 7 years ago)
- Last Synced: 2025-10-19T18:42:43.680Z (6 months ago)
- Topics: application, csharp, ecommerce, framework, mongodb, nosql, znxtapp
- Language: JavaScript
- Homepage: http://www.znxt.app/
- Size: 44.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZNxtApp
ZNxtApp is next generation application development framework for web application in .NET. It is lightweight, high performance and customizable framework suitable for all your modern day web development requirement.
- Developed in .Net 4.5.2
- High performance and scalable
- Plug and play
- Highly customizable
Let's join us on the next generation web development journey, it's free and open source
# Quick Start:
### Prerequisites
- .Net 4.5.2
- MongoDB 3.x
### Installation
- Create new Empty WebApplication project from your Visual Studio. (Make sure project .net version 4.5.2)
- Install ZNxtApp.Web Nuget package (Install-Package ZNxtApp.Web)
- Update below setting on your new web application
```sh
```
```sh
```
```sh
Global.asax
----
using ZNxtApp.Core.Web.AppStart;
-----
public class Global : GlobalAsaxBase
{
protected override void Application_Start(object sender, EventArgs e)
{
base.Application_Start(sender, e);
}
}
```
- Run your Web Application you should see the ZNxtApp installation page
- Installation will take few minute. After you are ready to use ZNxtApp first application
- Start your journey. Next create your own module ->>
### Nuget Packages
- [ZNxtApp.Core](https://www.nuget.org/packages/ZNxtApp.Core)
- [ZNxtApp.Core.Module](https://www.nuget.org/packages/ZNxtApp.Core.Module)
- [ZNxtApp.Core.Module.App](https://www.nuget.org/packages/ZNxtApp.Core.Module.App)
- [ZNxtApp.Core.Module.Theme](https://www.nuget.org/packages/ZNxtApp.Core.Module.Theme)
- [ZNxtApp.Web](https://www.nuget.org/packages/ZNxtApp.Web)
- [ZNxtApp.Core.Module.SMS.TextLocal](https://www.nuget.org/packages/ZNxtApp.Core.Module.SMS.TextLocal)
### License
----
GNU
**Free Software!**