An open API service indexing awesome lists of open source software.

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

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!**