Dockerize .Net 8 in just 10 Minutes
16:04
Setting up Local Nuget Feeds
19:15
2 жыл бұрын
Singleton Design Pattern using C#
20:40
PrimeNg Dataview with Simple 10 Steps
28:12
ng-container in angular
4:33
3 жыл бұрын
forkjoin in angular
7:27
3 жыл бұрын
Пікірлер
@DinidiDeeds
@DinidiDeeds 4 күн бұрын
many thanks fort this video. need please yout github.
@DinidiDeeds
@DinidiDeeds 4 күн бұрын
Thanks You very much!!!!!
@DinidiDeeds
@DinidiDeeds 4 күн бұрын
Thanks Very much , you are the Best
@jainikprajapati1632
@jainikprajapati1632 9 күн бұрын
Another thing why my .pfx certificate still showing invalid certificate?
@jainikprajapati1632
@jainikprajapati1632 9 күн бұрын
Thank you its worked for me Microservice - change with your windows current user path.. based on this path there will be https folder present
@jainikprajapati1632
@jainikprajapati1632 9 күн бұрын
Help needed Microservice that you mentioned that place i am facing issue I am searching from long the same video and thank you for your help
@techwithnaga
@techwithnaga 15 күн бұрын
Thanks man You made my day
@mitch1668
@mitch1668 16 күн бұрын
Do you offer training or mentorship?
@kpgUser
@kpgUser Ай бұрын
worked..thanks.
@saengthong8945
@saengthong8945 Ай бұрын
Thanks a lot
@PiraoPuro
@PiraoPuro Ай бұрын
Hi Tapan, i need to grettings because you help me understand a concepts very important for me, thanks for share, i'm subscribe in your channel !!
@TapanDubey
@TapanDubey Ай бұрын
Thank you!
@PiraoPuro
@PiraoPuro Ай бұрын
Excelent explanation, help me very much, thanks for share....
@baxram97
@baxram97 Ай бұрын
For macOS?
@sangtikonyak2114
@sangtikonyak2114 2 ай бұрын
Thank you so much. This helps me alot
@gaby232323
@gaby232323 3 ай бұрын
How would that look like for docker compose ? thank you
@TapanDubey
@TapanDubey 3 ай бұрын
It should be same for docker compose as well, environment variables etc we used in command can be declared under yaml file something like this - environment: ASPNETCORE_URLS: "+;+" ASPNETCORE_HTTPS_PORT: 8081 ASPNETCORE_Kestrel__Certificates__Default__Password: "youtube" ASPNETCORE_ENVIRONMENT: Development ASPNETCORE_Kestrel__Certificates__Default__Path: "/app/certificates/aspnetapp.pfx"
3 ай бұрын
Congratulations. This was the most straightforward explanation I have found on this subject. Thank you.
@ksingh0180
@ksingh0180 4 ай бұрын
Thanks
@nguyenduynien6735
@nguyenduynien6735 5 ай бұрын
i just waht your video, i cant understand line 11:05 when you change line Microservice and i got error : Error response from daemon: invalid volume specification: \MicroService\.aspnet\https:/root/.dotnet/https'. Can you help me
@mindsetiseverything6362
@mindsetiseverything6362 5 ай бұрын
Thank you.❤
@AngadSingh-tk4gp
@AngadSingh-tk4gp 6 ай бұрын
Not working for me. I can see Welcome to nginx page, but not my angular app. Using angular 17 although I am not sure if that makes a difference.
@AngadSingh-tk4gp
@AngadSingh-tk4gp 6 ай бұрын
I got it to work. Appearantly for Angular 17 the app is packed in the "dist/<appName>/browser" directory so the line: COPY --from=node /usr/src/todo/dist/HelloAngular in the Dockerfile needs to be changed to COPY --from=node /usr/src/todo/dist/HelloAngular/browser
@khachaturakopyan3272
@khachaturakopyan3272 6 ай бұрын
it is not necessary to copy the certificate in Dockerfile, you can just binde the certificate path. If your certificate file dockertestapp.pfx is located at %USERPROFILE%/.aspnet/https, and you want to mount it to /https in the container, the volume mount part of your Docker command should look something like this: -v %USERPROFILE%/.aspnet/https:/https
@evertwiesenekker3738
@evertwiesenekker3738 7 ай бұрын
You left the volume parameter but it has a wrong path and I think is not needed considering the path to the pfx file is already specified for Kestrel.
@abdulsami10
@abdulsami10 7 ай бұрын
Do we not need to create a docker-compose file?
@TapanDubey
@TapanDubey 7 ай бұрын
Docker compose is tool used for defining and managing multi-container Docker applications. It allows you to specify services, networks, and volumes in a single YAML file, simplifying the process of running multiple containers together. So if you are having multiple containers it's recommended to create docker compose file....
@yoncedang
@yoncedang 7 ай бұрын
Thanks Tapan .. This video help me so so much
@TapanDubey
@TapanDubey 7 ай бұрын
Thank you!
@vigneashselvaraj3592
@vigneashselvaraj3592 8 ай бұрын
Excellent brief
@TapanDubey
@TapanDubey 8 ай бұрын
Thank you
@bhattmahesh
@bhattmahesh 8 ай бұрын
Very informative video
@TapanDubey
@TapanDubey 8 ай бұрын
Thank you
@cjlokesh3195
@cjlokesh3195 9 ай бұрын
can you provide the repo link please
@TapanDubey
@TapanDubey 9 ай бұрын
sure please find repository link - github.com/dubeytapan12/RunK8sOnWSL
@Monikasworld
@Monikasworld 9 ай бұрын
Very useful
@GopiReddyAlla
@GopiReddyAlla 10 ай бұрын
Very helpful to start Docker journey.Kudos and thanks for sharing
@TapanDubey
@TapanDubey 10 ай бұрын
Thank you!
@bhattmahesh
@bhattmahesh Жыл бұрын
Very nice information as always
@GopiReddyAlla
@GopiReddyAlla Жыл бұрын
Informative and very helpful Tapan, Kudos
@TapanDubey
@TapanDubey Жыл бұрын
Thanks a lot!
@saraswatisharma506
@saraswatisharma506 Жыл бұрын
This is very well explained in the short time.
@TapanDubey
@TapanDubey Жыл бұрын
Thank you!
@macleodfura
@macleodfura Жыл бұрын
Hello Tapan, I have a question: there is Startup.cs on my folder for some reason, how can we fix that
@mohamedzaheer9072
@mohamedzaheer9072 Жыл бұрын
I need to add filterrow in this from primeng can you help me with it,if I share my code
@mohamedzaheer9072
@mohamedzaheer9072 Жыл бұрын
share me the source code pls
@TapanDubey
@TapanDubey Жыл бұрын
Api - github.com/dubeytapan12/TODOAPI UI- github.com/dubeytapan12/TODO-UI
@MuhammadHassan-yt2vv
@MuhammadHassan-yt2vv Жыл бұрын
i have dynamic data not static data like in json file, data may be change every time than how do this support
@foundev
@foundev Жыл бұрын
Really amazing playlist. Explanation is simple and straight forward! Keep it up!
@TapanDubey
@TapanDubey Жыл бұрын
Thank you!
@pranabkumarmoharana1137
@pranabkumarmoharana1137 Жыл бұрын
Hi @TapanDubey did you install both /core and /htttploader by running command from a console? Because just by adding those 2 to package file I don't understand how does that work. Not working for me
@TapanDubey
@TapanDubey Жыл бұрын
We need both and then you need to run command npm Install so that will install both packages. You can check this live example and let me know you have any other questions. Thank you for watching. stackblitz.com/edit/primeng-selectbutton-demo-khmex7?file=package.json
@romdaro5721
@romdaro5721 Жыл бұрын
man can you give me sorce code .
@TapanDubey
@TapanDubey Жыл бұрын
you can find source code at - stackblitz.com/edit/primeng-selectbutton-demo-khmex7?file=README.md
@barstanrverdi3119
@barstanrverdi3119 Жыл бұрын
Hello Tapan, First of all, thanks for sharing. I'm going to have a question. I am trying to implement multi-language selection in my project. But the app.component.html is also {{ .... I translate }} I can do the operation. I don't see this method on the subpages and I can't use it. I can't use this structure in the view file , the html page does not see the traslate service, can you help me with this? I hope I was able to ask.
@TapanDubey
@TapanDubey Жыл бұрын
Sure Thank you for watching, so please correct me if i am wrong here, you are saying that you are not able to add this translation in html and you want to do it with components? If this is your question than yes we can read this value in components as well.
@electricindro2236
@electricindro2236 Жыл бұрын
A totally nonsensical video. If developers already know what should be the translated file, it doesn't make sense to have such ngx-translate library
@TapanDubey
@TapanDubey Жыл бұрын
You are misunderstanding the concept or may be you should study Angular first. This translation library to support multiple languages file , that is angular feature, what you are looking can be achieved by Google translate api or any other translator api both are different concept at all.
@electricindro2236
@electricindro2236 Жыл бұрын
@@TapanDubey Basically ngx-translate is glorified hashmap or switch case. 😪
@TapanDubey
@TapanDubey Жыл бұрын
@@electricindro2236 it could be better version of switch case, just imagine similar code with switch it will not be as simple as this one because this is simply loosely coupled file for different languages.
@acharyaronak8773
@acharyaronak8773 Жыл бұрын
Hi guys if anyone facing issue in global search. Please try . Change (input)="dt.filterGlobal($event.target.value,'contains') To (input)="dt.filterGlobal( $any($event.target).value, 'contains')"
@jayakumar2927
@jayakumar2927 Жыл бұрын
github link
@bhattmahesh
@bhattmahesh Жыл бұрын
Very useful Tapan Sir, you are a great help for developer community
@TapanDubey
@TapanDubey Жыл бұрын
Thank you 😀
@josbexerra8115
@josbexerra8115 Жыл бұрын
Muchas gracias mister Tapan, muy bien explicado
@anzeelahanif4174
@anzeelahanif4174 Жыл бұрын
how to create json files for any other languge if I just know englis and urdu . I have large application and rich UI to convert into other language also my application gets some data from other 3rd paty api
@kimberlydillon8588
@kimberlydillon8588 Жыл бұрын
"promosm"
@lazygirl381
@lazygirl381 Жыл бұрын
Thanks 👍🙏