Base solution for your next web application

Activities of "tomop"

  • What is your product version? 6.5.0 currently upgrading to 9.3.0

  • What is your product type (Angular or MVC)? MVC

  • What is product framework type (.net framework or .net core)? .net core 2.2 upgrading to 3.1

  • Which theme are you using? Metronic 5

  • What are the theme settings? Default

I have upgraded to 9.3.0 previous version was 6.5.0 the new metronic version 7 is a different beast than 5, is there any documentation on helping transition between these theme versions? Any recommendations?

Hello, I'd a want to start the upgrade process to asp.net core 3.1 on my current project to latest version, and I'd like to know if I the latest version of asp.net zero uses the latest version of abp framework? if so is there a version of asp.net zero with 3.1 that does not? or would this upgrade not result in major conflicts with the razor pages route it has taken

thanks in advance

I'm doing this; _conversationRepository.GetAllIncluding(d => d.Events, d => d.Program)

How can I only get specific columns from Program? Right now it's doing a SELECT * from programs but I only need two fields.

Question

There's no way of knowing not to post on the discussions board here; https://github.com/orgs/aspnetzero/teams/customers/discussions

Please create a post explaning support options there and pin it so it's an the top. In the post, please explain that it is also possible to use the 'Watch' button on the left to ignore conversation notifications set it to notify when you're participating or tagged.

Running .NET Core 2.2, v6.5.0

We use Azure for our SQL Server database which comes with read only replicas. We can access a replica instance specifically by specifying the following attribute in the connection string - ApplicationIntent=ReadOnly

Right now we are using multi-tenancy with one database only.

Do you have any suggestion how we could target read operations at one connection string and everything else goes to the default connection string?

Hi, The bundler/minifier seems to run every single time I build. Is it possible to disable this and have it run on demand?

It doesn't look like client side inline validation is enabled by default when using the RAD tool to create an entity. Instead, the Save button on the modal form is greyed out and the user doesn't know which field to correct the error in.

Showing 1 to 7 of 7 entries