Thank Goodnesss I just found a very helpfull video, that teaches this loud and clear , Ive been working on blazor , practicing everyday, this video Helps a Lot, pls Continue to make this kind of videos
So, question about NVARCHAR(max) for... everything, is that normal or should we limit the size? I just want to optimize for user experience... and speed.
NVARCHAR(max) requires more space in the database. To limit the size, you can decorate the properties with MaxLength attribute. Example: [MaxLength(100)] public string FirstName { get; set; } = ""; You can check this link for more details and microsoft recommendations : learn.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql?view=sql-server-ver16
I'm coming from a web forms developer learning blazor. Most things that I am looking for are master/detail and then edit the detail, perhaps in a datagrid with search and sort. I see that you have a Authentication and Authorization video, so, I will try to combine it into 1 project.
Blazor is not a traditional web app. It's like React/Angular/Vuejs (front end technology). So you need a web api to run Blazor app. My Authentication/Authorization video is for traditional web app. It does not work with Blazor. You need a web api with JWT authentication and authorization. I don't have a video about JWT in ASP.NET.
This is my last video about Blazor authentication: ua-cam.com/video/uYkfk-rMmlM/v-deo.html - I'm currently preparing Part 2 (role-based authorization). I'll try to publish another video about admin dashboard using Blazor within the next few weeks. If you have any question, please let me know.
I haven't record the second video yet. I hope to record it this week. I plan to publish it on Patreon. by the way, thank you for your support on patreon.
*Source Code on Patreon* : www.patreon.com/posts/crud-operations-111003972
I love they way you take us through the paces!
Thank Goodnesss I just found a very helpfull video, that teaches this loud and clear , Ive been working on blazor , practicing everyday, this video Helps a Lot, pls Continue to make this kind of videos
Very nicely done! thank you!
Last time I programmed, it was C++ ... a lot of things have changed, but I was able to follow through the video.
I'm starting It now can't decide between focus on Java or C#. What would you choose if started again?
Cool video, make one using Blazor Server or another using Blazor Web App.
Excellent
thank you so much
So, question about NVARCHAR(max) for... everything, is that normal or should we limit the size? I just want to optimize for user experience... and speed.
NVARCHAR(max) requires more space in the database. To limit the size, you can decorate the properties with MaxLength attribute. Example:
[MaxLength(100)]
public string FirstName { get; set; } = "";
You can check this link for more details and microsoft recommendations : learn.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql?view=sql-server-ver16
I'm coming from a web forms developer learning blazor. Most things that I am looking for are master/detail and then edit the detail, perhaps in a datagrid with search and sort. I see that you have a Authentication and Authorization video, so, I will try to combine it into 1 project.
Blazor is not a traditional web app. It's like React/Angular/Vuejs (front end technology). So you need a web api to run Blazor app. My Authentication/Authorization video is for traditional web app. It does not work with Blazor. You need a web api with JWT authentication and authorization. I don't have a video about JWT in ASP.NET.
@@BoostMyTool yet... lol
This is my last video about Blazor authentication: ua-cam.com/video/uYkfk-rMmlM/v-deo.html - I'm currently preparing Part 2 (role-based authorization). I'll try to publish another video about admin dashboard using Blazor within the next few weeks. If you have any question, please let me know.
Great video, did you remove a video?
I haven't record the second video yet. I hope to record it this week. I plan to publish it on Patreon. by the way, thank you for your support on patreon.
Is there huge differences to do this in NET 8?
no differences if you create blazor web assembly app, big differences if you create blazor server app
لا اريد التدخل في امورك لكن لماذا لا تقوم بعمل فيديو موازي باللغة العربية نظرا لأهمية الدروس التي تقدمها.
mr7be bweld bledi:)
hi , ur an E-Commerce course Udemy uses .net 8?