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
Awesome job of explaining in the simplest way without any Drama.. thank you so much.. ❤❤ Do you do some kind of freelancing as well please let me know I have a project ready for you to do Thanks again
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: th-cam.com/video/uYkfk-rMmlM/w-d-xo.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.
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 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!
thanks , ur the best
Simple and esay tuto
Last time I programmed, it was C++ ... a lot of things have changed, but I was able to follow through the video.
Excellent
thank you so much
Awesome job of explaining in the simplest way without any Drama.. thank you so much.. ❤❤
Do you do some kind of freelancing as well please let me know I have a project ready for you to do
Thanks again
hello, yes I do freelance. this is my email address boostmytool@gmail.com
I'm starting It now can't decide between focus on Java or C#. What would you choose if started again?
c# or laravel
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: th-cam.com/video/uYkfk-rMmlM/w-d-xo.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.
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
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?