I am on the 11.1 version of aspnetzero and am considering the follow project: add code to the generated Web API to do some minor AI work. The AI code would be very light-weight / not take more than 4 seconds to execute and either be Python and/or C# code. Using Azure Functions is not the answer because for many reasons a) protecting the function is difficult b) cant do everything in Functions I need todo. c) I cannot find a Python Visual Studio 2022 solution to write code for what I want todo; there is only VS Code and that is very limiting for my requirements. d) I can run-up a $50K Azue bill because of a recursion problem in my function.
There are always many trade-off that are finally realized, please let me know of your thoughts/approach/how-to on this endevor. Plz do not think I am expecting things to work out, but your words will probably save me about 2 months and alot of aggrivation. thanks.
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I 'think' I am creating a good public web page but the header is not correct and I am using IIS express
Here is my code: public override void SetNavigation(INavigationProviderContext context) { var frontEndMenu = new MenuDefinition(MenuName, new FixedLocalizableString("Frontend menu")); context.Manager.Menus[MenuName] = frontEndMenu;
frontEndMenu
//HOME
.AddItem(new MenuItemDefinition(
FrontEndPageNames.Home,
L("Home"),
url: ""
)
//Contact
).AddItem(new MenuItemDefinition(
FrontEndPageNames.Contact,
L("Contact"),
url: "Contact"
)
//PrivacyPolicy
).AddItem(new MenuItemDefinition(
FrontEndPageNames.PrivacyPolicy,
L("PrivacyPolicy"),
url: "PrivacyPolicy"
)
//References
).AddItem(new MenuItemDefinition(
FrontEndPageNames.References,
L("References"),
url: "References"
)
//TermsAndCondition
).AddItem(new MenuItemDefinition(
FrontEndPageNames.TermsAndCondition,
L("TermsAndCondition"),
url: "TermsAndCondition"
)
);
}
fyi, I have turned off many products on my pc's, like avast and others to make sure there is no issue with firewalls.
I have been trying to buy your product for 2 days; today i send an email to your contact email via the web site.
Though it may seem unrelated, I have also had alot of trouble with the recent renew, it took many emails (no I am not complaining) to finally resolve the problem with the renew happening about a week later then expected.
My opinion on what is wrong is the 'buy now' is not sending anything to your server. I have tried 2 different PC, a desktop and laptop, Chrome Firefox and Edge; no luck in purchasing.
Can you do an update to this comparison? my opinion is the comparison should be AspNetZero vs Abp.io Business, because in both I would get complete source code.
Please discuss, for example, Billing, Features even IS4 support. Example: in Zero, there is nuget support only for IS4. I am assuming that for abp.io there is 'more sour code' supplied and features to IS4. I am also not sure if Duende server is supported or planned.
Thanks,
I noticed that the samples had been updated in October'21 for the consoleappdemo solution; any documentation on the consoleAppDemo solution?
I expected to have a C# console app that uses the setup for the Web.Host when it is running, example Authenticate & Authorize some work-todo based on a User Credentials. What it looks to me is 'just' a copy of the aspnetzero solution including the MVC projects. I apologize if I am mis-stating what is probably my inexperience showing. thanks and I appreciate your efforts.
closing problem
I am closing this ticket because I have moved onto 10.5 release
I am using the current aspnetzero release 10.5 and wanted to know if I can us a .Net framework .Dll's, like 4.8, in the web.host api? or is only .net Core Dll's usable in the web.hosts. Thanks.
Note: there is this link but I am not sure if it is relivant: https://docs.microsoft.com/en-us/archive/msdn-magazine/2017/connect/net-introducing-the-windows-compatibility-pack-for-net-core