Thank you, Fred, for this fantastic tutorial! Will you please make a UI as well? That would be great!
@dharmendharjarwani3951Күн бұрын
Thanks for uploading this :)
@Netcode-HubКүн бұрын
haha, you like complete right?
@akhterhussain10020 сағат бұрын
@@Netcode-Hub what about front END sir?
@Netcode-Hub17 сағат бұрын
@akhterhussain100 I want you to build it hope you can ?
@akhterhussain1003 сағат бұрын
@@Netcode-Hub no way,looking toward you
@vankhanh9899Күн бұрын
Thank you so much
@Netcode-Hub19 сағат бұрын
You're welcome! Glad you found it helpful. 👍
@netrunner1987Күн бұрын
Is Product.cs , is it best practiced to use strings or limit the size and use varchar or nvarchar for Name/Title of the item? So, if I was creating a person model, would I use strings or varchar/nvarchar for First, Middle and Last name? Then I would ask about Address... lol, Address1, Address2, City State and post code.
@Netcode-Hub19 сағат бұрын
i learn string in enough with dotnet for varchar, well for some reason if you want nvarchar, then this can be modified I learnt in the Migration file before updating, I belief you can try that and feedback me
@netrunner1987Күн бұрын
Also, how had would it be to use stored procedures in this application?
@Netcode-Hub19 сағат бұрын
Yes that's coming soon 👍
@jibrinmasudКүн бұрын
I always learn something new in your video. But you haven’t done the video on Docker and kubernets😅
@Netcode-Hub19 сағат бұрын
Yes that's coming soon 👍
@durgunbirkan18 сағат бұрын
In clean architecture, domain layer should be kept free of dependencies. So, why do we use identityuser in domain layer?
@Netcode-Hub17 сағат бұрын
Before I answer your question, where do you think is appropriate to use identity ?
@durgunbirkan16 сағат бұрын
@@Netcode-Hub infrastructure layer
@Netcode-Hub15 сағат бұрын
@durgunbirkan you interface will depend on the domain object (identity) in the domain layer, so you putting the identity in the infrastructure where will you put the interface?