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.

Answer

Maybe you are right but I think there is no way of solving this problem :).

As per my first post in this thread, CREATE A POST THERE AND PIN IT TO THE TOP SO IT'S THE FIRST THING PEOPLE SEE.

Answer

This is literally my suggestion. "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."

The massive point that you guys overlook a lot is defining and publishing a process. You dont' want people posting in the Github discussions part (which I agree with) but where do you document that? Where do you instruct people not to do it? You don't, so everytime someone does it they are doing it because they don't know any better.

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?

Great thanks. How about disabling the compilation of the *.less files which seems to happen every build?

Sorry, looks like I'm running 6.5, not 6.6. I Couldn't find any file which contains the targets you described in the example

v6.6 ASP.NET Core MVC & JQuery

Showing 1 to 10 of 13 entries