Code Monkey home page Code Monkey logo

skinet3.1's Issues

Deprecated Redis 64-bit 3.1.0

Hi, I went to the Chocolatey website and as you seen the Redis 64-bit 3.1.0 has been deprecated and there are no any new version for use. Do you have any suggestion. I use Windows on my system.

End of section 10

Hello, Neil.

I was trying to find "End of section 10" commit here and I can't find it.

Thanks.

BreadCrumb don't show product name.

I used your code but breadcrumb don't show product name in product details page. I checked my code at many times but I don't understand what is my mistake. My project is here please help me. Thanks a lot.

Identity Server 4 tutorial

Hi Neil,
I purchased all 3 of your dotNet based courses. I did the first one with the dating up and currently work on SkiNet. Later want to check out the dotNet api with MediateR pattern as well. All your courses are great!! However since you have now created three different Apis, it would be cool if you could show us with a bonus course how to set up a separate Identity Server 4 server for single sign on and how to connect the existing apis to it.

What do you think?

section 19. Error loading checkout

help ?

core.js:6014 ERROR Error: Uncaught (in promise): ChunkLoadError: Loading chunk checkout-checkout-module failed.
(error: https://localhost:4200/checkout-checkout-module.js)
ChunkLoadError: Loading chunk checkout-checkout-module failed.
(error: https://localhost:4200/checkout-checkout-module.js)
at Function.requireEnsure [as e] (bootstrap:126)
at loadChildren (app-routing.module.ts:19)
at RouterConfigLoader.loadModuleFactory (router.js:6397)
at RouterConfigLoader.load (router.js:6373)
at MergeMapSubscriber.project (router.js:4580)
at MergeMapSubscriber._tryNext (mergeMap.js:46)
at MergeMapSubscriber._next (mergeMap.js:36)
at MergeMapSubscriber.next (Subscriber.js:49)
at Observable._subscribe (scalar.js:4)
at Observable._trySubscribe (Observable.js:42)
at resolvePromise (zone-evergreen.js:797)
at resolvePromise (zone-evergreen.js:754)
at zone-evergreen.js:858
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Object.onInvokeTask (core.js:39680)
at ZoneDelegate.invokeTask (zone-evergreen.js:390)
at Zone.runTask (zone-evergreen.js:168)
at drainMicroTaskQueue (zone-evergreen.js:559)
at ZoneTask.invokeTask [as invoke] (zone-evergreen.js:469)
at invokeTask (zone-evergreen.js:1603)

References between Projects independence

Hi Neil,

First of all, I'm so naive about dotnetcore, I just was into it for one month.

My problem was I've seen you only added Infrastructure project references into API project. It means API only depends on Infrastructure, but what am I seeing that you were able to use the Core project's functionality or models on API project.

For example, In BasketController, you addded:

using Core.Entities;
using Core.Interfaces;

It's too weird, because I was not able to do it as well as you did.

I've checked your API.csproj and maked sure you only added Infrasctructure references and it exactly was:

your API.csproj

<ItemGroup>
    <ProjectReference Include="..\Infrastructure\Infrastructure.csproj"/>
  </ItemGroup>

I only can do the same thing if I did add Core references into API project as well:

my API.csproj

 <ItemGroup>
    <ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
    <ProjectReference Include="..\Core\Core.csproj" />
  </ItemGroup>

I ignored the issue for this Section 3, but I did notice it again as studying in Section 13 during I tried to setup the connection string for Redis in Startup.cs. I was not able to print up the StackExchange.Redis, because in previous step you just added the Redis package in Infrastructure project but API porject. it's big surprised again for me, how can you use the Redis namespace in API project :

Startup.cs

using StackExchange.Redis;

but I got the error when I added this namespace. It only worked if I must to install package in both API and Infrastructure.

Did I setup something incorrectly?

Here are my dotnet information:

`
Runtime Environment:
OS Name: Windows
OS Version: 10.0.19042
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\5.0.301\

Host (useful for support):
Version: 5.0.7
Commit: 556582d964

.NET SDKs installed:
5.0.301 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 3.1.16 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.16 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.7 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.