Base solution for your next web application
Open Closed

Release Notes #3015


User avatar
0
rev319303 created

Two Questions:

Do you have a link that shows all the updates you made in your latest release? I feel I have looked at this before but I can't seem to find it now.

Does your latest version of Core / MVC /jQuery still include the .Net framework or is it only running off the core framework now?

Edit 1: I found the release notes but I don't see any notes for 4.0.0. <a class="postlink" href="https://www.aspnetzero.com/Documents/Change-Logs">https://www.aspnetzero.com/Documents/Change-Logs</a>


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We will add release notes in a short time. You can use .Net 4.6.1 or Net Core 1.1 in your project, both are supported in version 4.0.

    Thanks.

  • User Avatar
    0
    rev319303 created

    So, if I choose the .NET Core option then will the project still reference .NET 4.6 or is it using only .NET Core?

    I was under the impression that you guys were going to continue referencing .NET 4.6 because of lacking features in EF Core. ie Lazy Loading, etc.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    When you choose .Net Core, your project will not use .Net 4.6.1. But in .Net Core version SignalR , LDAP is disabled.

    Both for .NET Core and .NET 4.6.1 of ASP.NET Core versions (Angular2 and ASP.NET Core jQuery), you will be using Entity Framework Core which does not support lazy loading at the moment.

    Thanks.