Base solution for your next web application

Activities of "mhdevelop"

The getting started guide talks only Visual studio 2017. Will the solution compile and work in 2019. What are steps with 2019?

I have installed Node.js with npm latest Installed yarn latest Earn yarn at mvc folder Changed connecting string Ran update-database the ssolution runs but it seems css and Java script is not applied correctly . The login button does not work and change tenent does not work. I see some errors in npm_node packages list saying some packages not found. Please let me know hoe to solve the issue.

Thanks Vee

Question

Hello,

We have purchased the Enterprise version to develop web application for use within our enterprise. There is lot of things I do not need

like multitenanacy, hosts, subscription etc along with all the themes. It would be nice if there is a way to download clean product without all these features for use in enterprise. It would be helpfull for your other customers if you create a product download with these options removed. There is too much java script libraries and styles.

For enterpise application I use 3rd party controls like Telerik. How do i integrate with Asp Net Zero. here is the link to how to setup. https://docs.telerik.com/aspnet-core/getting-started/first-steps?&_ga=2.42610732.865333513.1583952345-227682398.1578063781#configuration

How can I reduct all this huge amount of CSS and java scripts getting downloaded to client?

Style.bundle.css - is 1.23 mb app-layout-libs.min.js is 4.1 mb

Any help greatly appreciated

Thanks Vee

Thank you for the quick response. This helped.

Answer

Thank you bob. I am using ASP Net Zero JQuery and Telerik Aspnet core JQuery. I will try out some of your suggestions.

Thanks Vee

Seems like two issues are caused when using abp controller as base

  1. When I just read json file and send content, additional fields are getting appended, how to override this functionality only for certail Action Methods?
public IActionResult ChangeOrder\_Read([DataSourceRequest] DataSourceRequest request)
{
    return Ok(System.IO.File.ReadAllText(@"Test.json"));
}
Contents of File:
{
"Data": [
    {
    "CatalogNumber": "Catalog 12345",
    "UsageCode": "Usage Code 1"
    },
    {
    "CatalogNumber": "Catalog 8234758",
    "UsageCode": "Usage Code 2"
    }
],
"Total": 0,
"AggregateResults": null,
"Errors": null
}
The data returned (abp added additional data, which causes kenddo grid not bind")
    {"result":"{\r\n  \"Data\": [\r\n    {\r\n      \"CatalogNumber\": \"Catalog 12345\",\r\n      \"UsageCode\": \"Usage Code 1\"\r\n    },\r\n    {\r\n      \"CatalogNumber\": \"Catalog 8234758\",\r\n                  \"UsageCode\": \"Usage Code 2\"\r\n\r\n    }\r\n\r\n  ],\r\n  \"Total\": 0,\r\n  \"AggregateResults\": null,\r\n  \"Errors\": null\r\n}","targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}
    

That helped with result formating. Still the grid is not binding. I can make same work without abpnetzero in standard asp.net core mvc 3.1 project. Once I use asp.net zero, the grid binding stops working.

Do you have a sample to show how to make it work?

If this does not work, I might end up scrapping asp.net zero enterprize license. I just bought couple days ago. Any help sample greatly appreciated.

Let me know if you need sample project. you should be able to use 30day trial of asp.net core mvc jquery telerik ui. I think this is not just my problem, but any enterprise users using asp.net zero.

Thanks

Thanks for the quick response. Grearly appreciated. We are not using angular: We are using asp.net core mvc 3.1 with telerik kendo ui for jQuery. Any sample with that combination will help.

This one issue is holding up all project.

Thanks V

Thank you Bob. The funny part is Telerik grid is working with aspbboilerplate 5.2 but not with paid aspmetzero version. No response yet from volvosoft yet.

Here is some more details on the problem https://stackoverflow.com/questions/60738147/kendo-grid-not-binding-to-data-in-asp-net-mvc-core

Helopp @ismcagdas,

I have shared the link to zipped folder with [email protected]. Thanks for alll your engagement and support.

Thanks

Showing 1 to 10 of 22 entries