Тёмный
Code with Julian
Code with Julian
Code with Julian
Подписаться
On this channel we learn programming the easy way! Here you can find insightful, yet mostly focused tutorials, meant to provide the essence of what is being learnt. My motto? Nothing is too hard to learn! And so, here we are breaking everything down into bite-sized chunks, ready to learn and put in practice.

This channel's goal is not only to simplify the tech stack so that it's easier to understand, but also to give real-world examples that can help put in practice what we learn.

If you enjoy tutorials and useful discussions about the .NET stack, and web development in general then welcome!
How to Setup a Minimal API in .NET 7
19:35
2 года назад
Комментарии
@Penguinus-cv6mz
@Penguinus-cv6mz 3 дня назад
Awesome video, keep it up!!!!
@zaheen5388
@zaheen5388 12 дней назад
Simple, efficient, straight to the point. Awesome tutorial ❤
@ashrafdar
@ashrafdar 17 дней назад
excellent!!
@meetsoni1938
@meetsoni1938 18 дней назад
Thank you so much, it helped me a lot
@marypaul9627
@marypaul9627 Месяц назад
thank you, i had to subscribe
@hozaifamohammed4894
@hozaifamohammed4894 Месяц назад
thanks bro
@AlexhdezG
@AlexhdezG Месяц назад
Can you share the app files?
@yarasalman2854
@yarasalman2854 Месяц назад
Hi thank you for the video, I keep getting ASP-984f BadGateWay when web app deployment is processing. What are the reasons or how can I avoid that? I am using a student account. Thanks
@SOduorCsharpSoftwareEngineer
@SOduorCsharpSoftwareEngineer Месяц назад
you are amazing can you do a vedio on sending requests from a client react app side to the api,i would like to see how it works with jwt,am interested in the logic.Otherwise your tutorial is the best on jwt
@priyajeth
@priyajeth 2 месяца назад
The access token is null. How do I fix this?
@mohammedbenlaiter2046
@mohammedbenlaiter2046 2 месяца назад
you saved my graduate project thank u
@raviv5109
@raviv5109 2 месяца назад
Thank you creating the video! You made it so simple!
@diyahabdo
@diyahabdo 2 месяца назад
That was so helpful ,Thank you so much .
@jeff_9074
@jeff_9074 2 месяца назад
I created an asp.net core mvc web application for individual accounts. I abstracted out EF core, and have all the authorization/2FA, pw reset, email authorization, account lockout... etc, handling in place. I eventually would like to create a mobile application to go with it. I planned on having the user use the website for setting up/editing their account personal details, and password changes/reset. I figure right now is a good place to create the Web API and start configuring now common data access/changes the web app and mobile application will use. What is the best way to approach this, and leave the current authorization/authentication in place for the web application, but have it also authenticate to the web api? Thank you!
@theweasel7905
@theweasel7905 2 месяца назад
Thank you for the great tutorial!
@samirpatel9763
@samirpatel9763 3 месяца назад
Hi, Do you have a video to authenticate Blazor Server App using MS(Work & school) Account?
@bonsaimiennam68
@bonsaimiennam68 3 месяца назад
Quensiont? I think Client shoud save token. Client will not gettoken when call api, it will get token from localstore or catche....
@vipulshrivastava1069
@vipulshrivastava1069 3 месяца назад
Valuable lesson. Thanks Julian.
@eduardrivas6964
@eduardrivas6964 3 месяца назад
Curious, I haven't ever used a service that implemented Okta. Why are you suggesting it? I mean, is not popular, do you have any tutorial for Google OAuth?
@BirgaLock
@BirgaLock 3 месяца назад
Good stuff bro!
@philipquarles4679
@philipquarles4679 3 месяца назад
Very well explained and easy to follow. Thank you.
@phongnguyenphamthanh3106
@phongnguyenphamthanh3106 3 месяца назад
I did exactly like you, not missing even a single syntax but keep receiving the "missing of Kid" which is KeyId. Can you help?
@junsato8929
@junsato8929 3 месяца назад
If anyone's getting 401 (unauthorized) in Net 6.0+, try this: protected override async Task OnInitializedAsync() { hubConnection = new HubConnectionBuilder() .WithUrl(NavigationManager.ToAbsoluteUri("/chathub"), options => { options.UseDefaultCredentials = true; }) .Build();
@junsato8929
@junsato8929 3 месяца назад
Hello - I really want to get this going, but at await hubConnection.StartAsync(); I get HttpRequestException: Response status code does not indicate success: 401 (Unauthorized). If I comment out StartAsync() in index.razor the code runs, but naturally no chat because the hub hasn't started. Anyone got a workaround for this?
@junsato8929
@junsato8929 3 месяца назад
for .Net 6.0+, if you can't find startup.cs, peek in Program.cs and find where builder.Services.Add..... and then add builder.Services.AddResponseCompression there.
@iscodeland
@iscodeland 3 месяца назад
que pasa si no me sale la plantilla Blazor server app? donde la puedo activar ya intente de todo
@explore_Finland
@explore_Finland 4 месяца назад
wow
@MrBenix181
@MrBenix181 4 месяца назад
Hi, is it possible to send and received messages from 2 different components (.razor) ? On component sends the message and another (or many others) can receive it ?
@rajkumararora7366
@rajkumararora7366 4 месяца назад
Great work very well explained with simplicity. Keep it up!!
@rajkumararora7366
@rajkumararora7366 4 месяца назад
Complex matters explained with simplicity. Thank you for sharing your great work!
@yourownazog8069
@yourownazog8069 4 месяца назад
amazing. Can I use Microsoft Azure App Service + Azure DevOps completely for free all the time and not just a some period of time? Is it even possible or I will be charged for the service anyway?
@igorsolaja609
@igorsolaja609 4 месяца назад
The most efficient and effective expanation I have seen so far on youtube . Well done Julian!
@zahiyoussef2551
@zahiyoussef2551 4 месяца назад
the best on youtube that explaine it , the exemples of success and failings , helps a lot , keep it up sir
@ishukumar
@ishukumar 4 месяца назад
Explained in pretty simple way. Thanks!
@user-zk3lt6uj8j
@user-zk3lt6uj8j 5 месяцев назад
Nice Short Video
@monaziralam1862
@monaziralam1862 5 месяцев назад
Clear, crisp and quality teaching by saving the time too, great man!
@rubenlawkwang4430
@rubenlawkwang4430 5 месяцев назад
Can you please make a video on how to customize the identity for example I a stake holder called customer and I would like to customize Identity for that user to insert a profile image
@user-yh7gm6hq2p
@user-yh7gm6hq2p 5 месяцев назад
I got lost under pipelines. Wish you could have showed more on how you paste those commands. Been struggling to put the first trigger, pool and variables. How did you do that?
@starbuck3980
@starbuck3980 5 месяцев назад
You say its a net core tutorial but you use net 6.0, not net core
@starbuck3980
@starbuck3980 5 месяцев назад
I just get framework 3.1, if i make a net core project that is not razor server i can use net core 8
@user-pt3zy4ol5x
@user-pt3zy4ol5x 5 месяцев назад
I followed you until you got to the DevOps part of the tutorial., but I get seem to get to that particular piece of the puzzle. I don't have a Projects Home tab that gets me to the Azure DevOps to set up a new project. Did I miss that step or am I missing something. Thanks in advance! Tay
@Linuxenthusiast
@Linuxenthusiast 5 месяцев назад
Great video
@dariinaa9280
@dariinaa9280 5 месяцев назад
Thank you!
@ganeshingle8425
@ganeshingle8425 5 месяцев назад
Great explanation
@JollyGiant19
@JollyGiant19 5 месяцев назад
This is very well done, thank you so much for making this!
@mattpickel223
@mattpickel223 6 месяцев назад
Need someone to make a JulianAI wrapper that will whip out tutorials for anything I need to learn about Quick and to the point at every step but includes details about the purpose of pretty much every line of code. Perfect style of tutorial videos!
@lorna525
@lorna525 6 месяцев назад
How can we access and use the AccessToken parameter from app.razor elsewhere?
@user-hk7st1sl4m
@user-hk7st1sl4m 6 месяцев назад
Hey Julian, How we can do the single sign on (SSO) using okta in dotnet core , Thank you
@taduribhargavi4112
@taduribhargavi4112 6 месяцев назад
Amazing Tutorial
@jhonhernandez9210
@jhonhernandez9210 6 месяцев назад
Why you didn't do a controller? That way the example can help people to build something they really need