For anyone that try to install twitter-bootstrap recently and could not see the lib/bootstrap folder, there is actually an error in the Error List output that say could not download that latest 5.0.0-alpha1. I changed the version to 4.5.0 and it works!
Nice to hear that... do you have a github account? follow and message my maybe we can work on a project or something. (@ivandrofly) ps: I have watched you video "crie de coeur" I find it very interesting
Hello OP, I was hoping you can share with us how to get the card-deck to align horizontally 9:34 of video? Has something change in 3 years that will not render the current code to do this correctly. Or maybe we can use a different bootstrap class to perform this style. Appreciate all your time helping us! thank you!
i added the bootstrap-twitter file from client side library dialog box it added only the libman.json file no downloading the css and js folder in wwwroot folder please help i stuck in this issue from past 2 days.
Dear Kudvenkat! I have used the same version of Bootstrap yet I am not getting the same results and I have been following your tutorial step by step even i have copied the same exact code. Can you please tell me what could be the problem here?
For me the image does not show in Index but it does in detail, when I inspect the page, Details has a height but Index does not. Does anyone know how to fix this?
I added the the same file of bootstrap 4.4.1 also applied in _layout View but all contents are showing but bootstrap is not applying on them.?? please help in the content.
Hello Sir, I am follwing your videos but am using the VS code insted of Visual Studio, Now i am stuck here, I dont know how to install twitter Bootstrap in VS code, Could you please help me?
I am getting this error while installing Twitter-bootsrap in VS-2019 LIB010 Failed to download resource from "cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-alpha1/scss/_alert.scss" EmployeeManagement C:\CsharpTutorials\EmployeeManagement\EmployeeManagement\libman.json 5 Can anyone help me to fix this? I am able to install bootsrap if I use 4.5.0 version , which I have done now. Still would appreciate if anyone can help me to fix the issue. Thanks
When I clicked on err it routed me to git error code page : github.com/aspnet/LibraryManager/wiki/Error-codes#lib010 . There are other CDN issues as well reported. this is not resolution but more of an observation made.
my image for Index view is not showing, I verified this by using Inspect on google, I increased the height and there was no image....Details view is fine. Can someone please point me to the right direction?? thanks all!
If anyone is getting that the width of their items are getting shorter as no of employee details increases and stacked in only one row then use this styling::-
Any reason why you're sticking to 2010 instead of upgrading? Current version of Visual Studio is 2019 and the community edition is free. As for your question, I don't have an answer but I'm sure someone else will ask the same question I did.
@kudvenkat --Hello in Libman, when we type @ e.g twitter-bootstrap and then @ it is not showing all it its available version. It only shows latest version. Could you please help on this. Earlier it was showing but not sure why its not showing now?
I've been working with visual studio for years and didn't know about this fixture. Great video!
For anyone that try to install twitter-bootstrap recently and could not see the lib/bootstrap folder, there is actually an error in the Error List output that say could not download that latest 5.0.0-alpha1. I changed the version to 4.5.0 and it works!
Thank you a lot. I new nothing in programming but thinks to your great work and consistency I am now a C# developer. I can't say thank you enough.
Nice to hear that... do you have a github account? follow and message my maybe we can work on a project or something. (@ivandrofly)
ps: I have watched you video "crie de coeur" I find it very interesting
Thanks, this is save my time, I had been tried to solve this problem yesterday for 4 hours and now I solve this problem in 10 minutes.
the only tutorial that worked! Thanks from Brazil
thank you so much for this .net core tutorial. You are best teacher i have seen on internet
YOU ARE INCREDIBLE!!!
you are a great teacher!! Thank you
I like the music played at the last of each video...this is so pleasant...loved it as much as your video...:)
Hi !, very informative videos, great work. Question - why are we not using NuGet manager, any benefit of using LibMan over NuGet?
isn't NuGet for server-side libraries?
@@dsdsspp7130 Yes, Libman is for client side
great video. thank you for your help
Hello OP, I was hoping you can share with us how to get the card-deck to align horizontally 9:34 of video? Has something change in 3 years that will not render the current code to do this correctly. Or maybe we can use a different bootstrap class to perform this style. Appreciate all your time helping us! thank you!
Solution to fix: In the index.cshtml file, replace >> with this line of code>>
@@tgroh007 major disaster, it messed up the webpage even more
Excellent Man. Thank You
More videos please, it's very helpful.
OMG, thx Venkat YOU THE BEST HOMIE!
Awesome technique ...
Usefull videos! Thank you!
after part 35, you are giving part 34 as the next video and caught in an endless loop!
The correct video is now included. Thank you very much for bringing this to our attention. Greatly appreciated.
amazing video, it helped me a lot . Thank you :)
Gorgeous!
great update keep going best yet
So cool, thank you.
Thanks!! Been looking for this.
Great Tutorial. Thank you!
Amazing
Thank you very much.
Great as usual.
Sir please make video series on Authentication and Authorization using .net core
Sure Rajendra - We will cover both the topics in our upcoming videos.
@kudvenkat : Sir, Please, Make some videos on Authentication (Basic, With facebook/twitter), Authorization (with Role), Audit & Logging.
Great work
Thanks
i added the bootstrap-twitter file from client side library dialog box it added only the libman.json file no downloading the css and js folder in wwwroot folder
please help i stuck in this issue from past 2 days.
Same problem for me, kindly anyone help
Great job
Dear Kudvenkat!
I have used the same version of Bootstrap yet I am not getting the same results and I have been following your tutorial step by step even i have copied the same exact code. Can you please tell me what could be the problem here?
same here.... the card feature is not working
For me the image does not show in Index but it does in detail, when I inspect the page, Details has a height but Index does not. Does anyone know how to fix this?
Thanks Venkat.
Sir kudvenkat please make a tutorial regarding asp.net core with power bi desktop. Thank you and more power.
I added the the same file of bootstrap 4.4.1 also applied in _layout View but all contents are showing but bootstrap is not applying on them.?? please help in the content.
Hey mate,
make sure you have included this LOC in the Startup.cs
app.UseStaticFiles();
Feedback if it is not solved your problem!
@@kavindurandika2140 which line of code(LOC)??
a reply must please because I did same but in my project, the bootstrap is not applying I use visual studio 2019
@@kavindurandika2140 I have used this static files method but bootstrap not applying on the application
@@mughalnouman2406 use the bootstrap class in layout.cshtml. then it will work.Also you can inherit it in your each class.else it will not
work it
Thank you sir, can we install materialize CSS framework and use in comming videos.
Thank you
THANK YOU AGAIN!
is demo code available for download?
If i add css and js file using the newgets package then package then libman.json file reflect or not
Can someone please tell me where is this noimage.jpg file in his slides?. How can i download it in order to use it.
Hello Sir, I am follwing your videos but am using the VS code insted of Visual Studio, Now i am stuck here, I dont know how to install twitter Bootstrap in VS code, Could you please help me?
Thanks...
Hi ! Question - how libman can be a "client side" library acquisition tool if we use it on a server side while developing ? Can someone explain ?
But the libraries the tool allows you to acquire are stored on client NOT on the server.
I am getting this error while installing Twitter-bootsrap in VS-2019
LIB010 Failed to download resource from "cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-alpha1/scss/_alert.scss" EmployeeManagement C:\CsharpTutorials\EmployeeManagement\EmployeeManagement\libman.json 5
Can anyone help me to fix this?
I am able to install bootsrap if I use 4.5.0 version , which I have done now.
Still would appreciate if anyone can help me to fix the issue. Thanks
When I clicked on err it routed me to git error code page : github.com/aspnet/LibraryManager/wiki/Error-codes#lib010 . There are other CDN issues as well reported. this is not resolution but more of an observation made.
@@anuyajoshi4360 Thank you
I added twitter-bootstrap lib but it failed to download resource , can you help me sir ?
same with me bro im just stuck here
Hey mate,
make sure you have included this LOC in the Startup.cs
app.UseStaticFiles();
Feedback if it is not solved your problem!
@@kavindurandika2140 Thanks Kavindu. I had the same issue and now it's resolved.
on Mac drag and drop can not work at all, how to do please help...
thank you for this video
need install in ubuntu
sir not working my project bootstrap same working but not result right why
?
Thanks venkate
my image for Index view is not showing, I verified this by using Inspect on google, I increased the height and there was no image....Details view is fine. Can someone please point me to the right direction?? thanks all!
I am getting images Vertically .Please help if anyone has any idea.
So the concept of NuGet package manager is useless here ?
If anyone is getting that the width of their items are getting shorter as no of employee details increases and stacked in only one row then use this styling::-
in place of::-
if anyone knows a better way Please share.
bro i am stuck on the same, everything gets stacked, tried a lot but nothing is helping
The images doesn't load in code.Help me.
same problem. Do you find the solution?
@@aamirahmad2343 :Check for the case for the letter I on images and image extension(jpg)
How to use css 3 and HTML 5 in visual studio 2010
Any reason why you're sticking to 2010 instead of upgrading? Current version of Visual Studio is 2019 and the community edition is free. As for your question, I don't have an answer but I'm sure someone else will ask the same question I did.
@@hchoi84 Answer to his question is ''Upgrade''. There's no reason to use .NetCore in VS2010, unless he has a gun pointed to his head.
Problem solved,I was not using the name of layout.cshtml in the responsive class.
For some reason, bootstrap doesn't seem to work. Anyone else having the problem?
6 May 2021
21 jan 2023
Details code
@model HomeDetailsViewModel
Thanks.
Only a slight correction:
The class for "Delete" button should be class="btn btn-danger" not primary.
@kudvenkat --Hello in Libman, when we type @ e.g twitter-bootstrap and then @ it is not showing all it its available version. It only shows latest version. Could you please help on this. Earlier it was showing but not sure why its not showing now?
good work.
The images doesn't load in Browser Help