Base solution for your next web application

Activities of "mikemey01"

That's exactly what I needed, thank you!

Hi - In the .NET Core step-by-step guide there is a section for "SAVING THE PERSON" where the _CreatePersonModal.js file is implemented. I understand that the this.init function is invoked when the modal dialog opens and the this.save function when the save button is pressed. What I don't understand is where the invocation happens.

For instance, when clicking to create a new person, there is a jquery .click event that's registered in the index.js file that fires the modalmanager.open function. That makes sense to me, but I don't see where the this.init and this.save in the _CreatePersonModal.js file are invoked from. Is it in the save-button css class?

Thanks.

Hi, I've read some of the other threads about changing from the default (layout4) theme used in ASP.NET Zero to the default Metronic layout (layout1) and I'm having some issues in the Core/jQuery solution.

The previous thread I read was here: #1860

I changed the _Layout.cshtmal file to point to the correct theme path, visually it updated but the "Administration" menu won't un-collapse. There is no sidebar.cshtml file for me to update in the core solution - where do I find these files to make the updates?

Thanks,

Mike

Hi - How come there is a Core and Web.Core project in the Core/jQuery version? In the samples on github I don't see the web.core - what's its purpose?

Thanks.

Hi - with the latest release of .net core v3.3 i see that the solution was converted to VS2017 specifications (migrating project.json to .csproj etc..).

This version will not work with VS2015, correct?

Do EF migrations work from the package manager console in v3.3? How come earlier versions do not work from the package manager console and instead need to use cmd line dotnet ef xx calls?

Thanks,

Mike

Showing 21 to 25 of 25 entries