New Course: Programming in C# 11
1:32
Export to Excel - ASP.NET Core
8:28
Пікірлер
@aleckpups9844
@aleckpups9844 18 сағат бұрын
Thank you! Great video and explanation!
@kourosh234
@kourosh234 2 күн бұрын
How do we make it look like bootstrap table?
@issakahniiarmahtagoe7339
@issakahniiarmahtagoe7339 2 күн бұрын
Educative and nice video
@gavilanch3803
@gavilanch3803 13 сағат бұрын
Thanks!
@satyendrasingh6247
@satyendrasingh6247 3 күн бұрын
Thanks a lot Mr. Felipe
@coding-gemini
@coding-gemini 6 күн бұрын
Well explained, how to use this policy across the app, do we need to create it in each repo ?
@triGataro
@triGataro 15 күн бұрын
very useful
@HcmX
@HcmX 26 күн бұрын
For my roles manager, that exactly what I was looking for, thanks !
@humbertomoli99
@humbertomoli99 Ай бұрын
esto funciona en winui? he estado buscando por todos lados pero no logro ejecutar una background task, estoy usando net 8
@robainscough
@robainscough Ай бұрын
native SQL this is as simple and single Group and then comma separated fields. The LINQ code is MUCH longer and syntax cryptic ... not sure how this is good for more efficient coding? Unfortunately the GroupBy didn't work for me on a 3 field list.
@gerardlanphear9185
@gerardlanphear9185 Ай бұрын
Suppose I wanted to define a dynamic component of type "select" and pass the option tags with values as parameters. Is this possible? If not, then dynamic components are only useful for predefined components.
@SreeLakshmi-z2h
@SreeLakshmi-z2h Ай бұрын
That was perfect !!
@Kasem97
@Kasem97 Ай бұрын
Great !!!
@heshamabdo6024
@heshamabdo6024 Ай бұрын
Wooo thank you for sharing this great information
@luggiiiluggiii7179
@luggiiiluggiii7179 Ай бұрын
What an effort for such a small thing
@shahnawazk
@shahnawazk Ай бұрын
Nice! Felipe, keep it up.
@زولفن
@زولفن Ай бұрын
Thanks for all sir. I really need you to help me with coding: Automatic Logout for Inactive Users or No muse movement after 5 menit in Blazor Server C# with Authentication Type Individual accounts.
@gavilanch3803
@gavilanch3803 Ай бұрын
Complete ASP.NET Core - Minimal APIs with EF Core course with a discount: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-ef-eng Complete course on Minimal APIs and Dapper: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-dapper-eng Complete C# Concurrency course with discount: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=introduction-to-concurrency-cs-eng Complete C# course with discount: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=csharp-eng Get all of my Udemy courses with a discount: www.felipe-gavilan.com/cursos?idioma=eng
@muhammadtariq8323
@muhammadtariq8323 Ай бұрын
Also your input about what are the best way to serve static (pre-compressed) files in .net rather then on the fly every time. Further, the convert razor pages / MVC to static pages as data changes not frequently on some pages.
@prathameshshende4
@prathameshshende4 Ай бұрын
I have two Qs 1. How do you manage userid based caching for this if there are 2 users with different userids? 2. Is consume too much resource on server when storing this data?
@user-ty6fq9os9k
@user-ty6fq9os9k Ай бұрын
How to view PDF in your program?
@attilaguba856
@attilaguba856 2 ай бұрын
Nice one! Can you make an other video how to make an automatic email sender/ using SendGrid / to send a email reminder like an appointment to the user like 5 days before the appointment comes?! Could be API or MVC. ?!
@gavilanch3803
@gavilanch3803 Ай бұрын
Sounds fun! Sure, but won't be using SendGrid since some of my students have had problems with it. Will use a custom implementation, but you can swap that out with SendGrid easily.
@attilaguba856
@attilaguba856 Ай бұрын
@@gavilanch3803 might be I'm lucky I can use SendGrid with no problem previously I had issue with Mailtrap / might you can do with Gmail just for demonstration?!. It could be amazing if you can make it. / I wouldn't mind to support you / . And also how to make 2FA with Email link instead of mobile number in Asp Net Core Identity. Thank you so much!
@DiegoDavidAcostaCastelblanco
@DiegoDavidAcostaCastelblanco 2 ай бұрын
Great video and great explanation as always, what would you implement in case a task that is running in the background cannot finish, what strategy would be the best? I mean there should be a way to re-execute these tasks that were not completed
@gavilanch3803
@gavilanch3803 2 ай бұрын
Hello, in that case, I'd use a library like Hangfire, which allows you to re-execute jobs.
@DiegoDavidAcostaCastelblanco
@DiegoDavidAcostaCastelblanco 2 ай бұрын
@@gavilanch3803 but in that case the jobs running in the background would be created with Hangfire and managed by it
@ikostenko
@ikostenko 2 ай бұрын
Great 👍
@gavilanch3803
@gavilanch3803 2 ай бұрын
Thanks!
@kibelo2267
@kibelo2267 2 ай бұрын
How could be an inpuselect with thousands of items and prevent users waste time waiting for records to show?
@gavilanch3803
@gavilanch3803 2 ай бұрын
I wouldn't use an inputselect for thar. An autocomplete component may be better. Kind regards
@gavilanch3803
@gavilanch3803 2 ай бұрын
Complete ASP.NET Core - Minimal APIs with EF Core course with a discount: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-ef-eng Complete course on Minimal APIs and Dapper: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-dapper-eng Complete C# Concurrency course with discount: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=introduction-to-concurrency-cs-eng Get all of my Udemy courses with a discount: www.felipe-gavilan.com/cursos?idioma=eng
@user-hp3wc9pr2p
@user-hp3wc9pr2p 2 ай бұрын
i have a question. It is mandatory to pass token from controller to repository, it there any way shorter because i want to use them in repo only ? I found a suggestion that use addScope<CancelationTokenClass>(). It will be injected to repo instead, do you have any suggestion or any solution for this ?
@vitaliishmidt3704
@vitaliishmidt3704 2 ай бұрын
Interesting. For me, i dont know why, if I add RecurrentJob first into DI, it stops here and seems like LifecycleJob doesnt even executes. (If I do replace them, everything works fine)
@vitaliishmidt3704
@vitaliishmidt3704 2 ай бұрын
Nevermind, after wathcing till the end everything became clear, but i wanna know, how did you deal with that before that HostOptions was introduced.
@Tamer_Ali
@Tamer_Ali 2 ай бұрын
Awesome as usual Mr.Felipe I like the new name of the channel 👍
@gavilanch3803
@gavilanch3803 2 ай бұрын
Thanks, Mr. Tamer!
@Tamer_Ali
@Tamer_Ali 2 ай бұрын
Thanks a lot Mr.Felipe 👍
@SachinKumar-b1j
@SachinKumar-b1j 2 ай бұрын
Thanks a lot , my problem got resolved .
@slackergeek2007
@slackergeek2007 2 ай бұрын
With the Redis license changes, I think an alternative like the use of KeyDB would be better, but I imagine the concept is pretty interchangeable. I just hate driving business towards Redis.
@gavilanch3803
@gavilanch3803 2 ай бұрын
Complete ASP.NET Core - Minimal APIs with EF Core course with a discount: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-ef-eng Complete course on Minimal APIs and Dapper: felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-dapper-eng Get all of my Udemy courses with a discount: www.felipe-gavilan.com/cursos?idioma=eng Github: github.com/gavilanch/MinimalAPIsKZbinENG
@TellaTrix
@TellaTrix 2 ай бұрын
I am a devoted follower of your Udemy content, and I greatly appreciate how it has contributed to my professional growth in the field of .NET development. Recently, I’ve been exploring the CQRS (Command Query Responsibility Segregation) pattern, which I find to be a powerful architectural approach for large-scale applications. Specifically, I’m interested in understanding how to use multiple DbContext instances in a .NET Core Web API while adhering to the CQRS pattern. Additionally, I’d like to learn about modern caching techniques, such as Redis or in-memory caching, which are widely adopted in the industry. Would it be possible for you to create instructional videos that delve into these topics? Your unique perspective and teaching style would undoubtedly enhance my understanding, and I believe many others would benefit as well.
@gavilanch3803
@gavilanch3803 2 ай бұрын
Sure! Right now I'm working on new Angular content, but after that, I'll work on content related to Architecture (which will include CQRS). By the way, today I uploaded a video related to redis. So make sure to check that out!
@luisrobertozentenobenavide7621
@luisrobertozentenobenavide7621 2 ай бұрын
Hi Felipe, How Can you get all the genres and their movies? I have a similar scenario and the include method only brings me the firs record in this case it will be just the first movie. Thanks.
@bastienneyer4048
@bastienneyer4048 3 ай бұрын
sql cardinality is always 0, 1 or Many. Having a Table with Sender/Reciever needs a many to many relation. On your junction table you can have 2 columsn IsSender and IsReciever :-)
@hozmannew896
@hozmannew896 3 ай бұрын
Quick and easy, great as usual , thank you
@ankurworld
@ankurworld 3 ай бұрын
very useful. Also need a video for Swrilog and SEQ
@743Dora
@743Dora 3 ай бұрын
Can I have an example with windows service on hang fire
@aioxio
@aioxio 3 ай бұрын
Very good video! One of the few where you don't have to fast forward 🙂 Thanks!
@tetley3737
@tetley3737 3 ай бұрын
Good video. Always nice to have a refresher on Entity Framework CRUD operations. Thanks.
@chotonmishaque
@chotonmishaque 3 ай бұрын
Thanks Genius Man, Its working!
@thesandboxgamingvideos
@thesandboxgamingvideos 3 ай бұрын
how can we use this from an mvc admin panel.. (sending request from mvc app to web api authorize for admin folders)
@rajeshr8603
@rajeshr8603 3 ай бұрын
Thank you brother, excellent and clean demonstraction of concept, please do the good work more...
@user-vi7xn1tj9f
@user-vi7xn1tj9f 4 ай бұрын
I have tried it on my own Web API project (.NET 8), and it worked despite this library targeting .NET 6 only (it has not been updated in 2 years now).
@user-vi7xn1tj9f
@user-vi7xn1tj9f 4 ай бұрын
Brilliant!
@user-vi7xn1tj9f
@user-vi7xn1tj9f 4 ай бұрын
Sir, I applaud you. Your all around professionalism is something that is rarely seen nowadays. You are my new guru!
@user-vi7xn1tj9f
@user-vi7xn1tj9f 4 ай бұрын
This video is pure 🔥
@dotnetdevni
@dotnetdevni 4 ай бұрын
false title u didnt show grouping
@rekarpc98
@rekarpc98 4 ай бұрын
Great video. But watch out for loading large files into memory(IFormFile load all bytes into memory); this can lead to performance issues. In that case, you can use streaming to directly upload it to storage and then process it another time.