I am lost for words. The best teacher I have watched of dotnet in KZbin.
@RahulNath2 жыл бұрын
Thank you , you've made my day!! Do check out my full series on ASP here bit.ly/asp-net-core-series
@stanyurynets62582 жыл бұрын
Perfect tutorial format. Not a word wasted. Every piece of info is relevant. Thanks Rahul! Keep up amazing work! KZbin community needs you!!!
@RahulNath2 жыл бұрын
Thank you Stan for the lovely comment! Do check out the other videos in this series bit.ly/asp-net-core-series
@thesuperiorman83423 жыл бұрын
You're very robotic but your explanation is clear, structured and fairly concise. Thank you
@RahulNath3 жыл бұрын
Thank you , yes I am working on the delivery side. 😀
@dipendupaul2 жыл бұрын
Thanks for the clear and concise video on logging
@RahulNath2 жыл бұрын
Happy to help Dipendu. Do check the full ASP NET Series here bit.ly/asp-net-core-series
@jayantvasantkenjalkar679810 ай бұрын
I get a very detailed info here,Thanks Rahul.Keep it up !!
@RahulNath10 ай бұрын
Happy to hear that Jayant. Do check out the full series bit.ly/asp-net-core-series
@TellaTrix3 жыл бұрын
it was really good insight over logging messages in console, As you have mentioned here "scope logging with transaction " i want to integrate with application insights to track the logging for each and every request. to know more with what was happened to particular call. Sometime my api controller call business logic and since it is asynchronous environment we were not able to track which particular request has the problem and we want to log with request id through out the lifecycle. After i watch this video i got clear insight what was happen with that call. Thanks for sharing this. really appreciate your efforts.
@RahulNath3 жыл бұрын
Great happy to hear it helped you!
@sreenathangamuthu92752 жыл бұрын
Hi Rahul, So far i have watched 7 to 8 videos in this playlist. It was really helpful to understand the concepts with examples. I would say it fare better than many paid courses out there for .Net Core in the market. Thanks for making videos like this. Can you also please below keep concepts in your video lists? 1. Custom Log provider 2. How to add Base path in api endpoint
@RahulNath2 жыл бұрын
Glad to hear that Sreenath and thank you. My popular series are here bio.link/rahulpnath Have you checked my video and post on http client which I guess might cover parts of (2) - www.rahulpnath.com/blog/are-you-using-httpclient-in-the-right-way/ Thank you for being a member and supporting this channel. If you are on Discord, you should be able to chat to me there too ! Details in this post kzbin.infoUgkx7greCBfODLFYQYFoS-HP8Vh1UE_JnE6j
@sbmqureshi77 Жыл бұрын
Your video really help me to check interview good work bro
@RahulNath Жыл бұрын
Glad to hear that and good luck with the interviews!
@scorpio69693 жыл бұрын
Hi Rahul thanks for sharing your knowledge. Your step by step approach and especially explaining why and what is worth every penny. Excellent work, keep it up.
@RahulNath3 жыл бұрын
So nice of you Manik. Hope you have come across the entire series here kzbin.info/aero/PL59L9XrzUa-nqfCHIKazYMFRKapPNI4sP Glad these are helping!
@bharathkumaramarnath53463 жыл бұрын
Wow! very informative!!! Many thanks 🙏
@RahulNath3 жыл бұрын
Glad it was helpful Bharath! Do check out the full series here bit.ly/asp-net-core-series
@psycho.2u Жыл бұрын
All your videos are going to my dotnet playlist. Your videos are awesome!!
@RahulNath Жыл бұрын
Glad you like them! here is my full ASP Series bit.ly/asp-net-core-series
@dineshbabu24684 жыл бұрын
Nice Informative
@RahulNath4 жыл бұрын
Thank you 😀
@sribalajivelans98192 жыл бұрын
Thanks Bro, I need one think, how to store logs to File, can please suggest best one
@RahulNath2 жыл бұрын
Depends on where you are hosting - These two links might help docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-6.0#azure-app-service github.com/aspnet/Logging/issues/441
@anurag34873 жыл бұрын
learnt new stuffs - how to include log category and log level info in the appsettings.json file. Very informative video. Thanks
@RahulNath3 жыл бұрын
Thank you Anurag for letting me know about each of these videos. It makes me happy to know these are helpful!
@bloopers29673 жыл бұрын
Can you please make a video with logging in azure app-insights
@RahulNath3 жыл бұрын
Good suggestion. Added to my list, I will.
@starman90004 жыл бұрын
Hey Rahul ! Your video like 'Does one thing and does well' like 'S' of SOLID! great one! i wonder your voice tone remain same entire video length, You are like born teacher! is that possible to do Multi layer application, it don't have to be in detail but project structure (DAL, BLL, Web) with Dependency injection along with Test project, just skeleton will do! Thank you.
@RahulNath4 жыл бұрын
Thanks Jay and happy that you are finding these useful. Yes I am doing a video on setting up project structure soon, probably in September.
@UPSCCSE-ku7ej4 жыл бұрын
Awesome work Mr.Rahul
@RahulNath4 жыл бұрын
Thank you!
@rock_0075 Жыл бұрын
Thanks for the video, so on line 21 the `weatherforcastController` is not a type rather just a category as you mentioned?
@RahulNath Жыл бұрын
Hey can you please point me to the video location that you are referring to?
@sagarmistry62102 ай бұрын
Hi Rahul. Thanks man for an amazing videos. Can we use Seq on AWS if our API is hosted on ECS or EB Fargate? If yes, will it eliminate AWS Cloudwatch logs mining cost?
@asht31183 жыл бұрын
Could you please make video on Application insights.
@RahulNath3 жыл бұрын
Will add it to my list. Anything in particular you are looking at with Appinsights?
@lucasrodrigues97662 жыл бұрын
Great tutorial.
@RahulNath2 жыл бұрын
Glad you liked it Lucas. Check out the full ASP Series here bit.ly/asp-net-core-series
@Kishore-w5j6 ай бұрын
Always awesome!
@RahulNath4 ай бұрын
Glad to hear that and hope you are enjoying the series bit.ly/asp-net-core-series
@stefano_schmidt Жыл бұрын
changes in Seq property inside appsettings.Development.json don't affect at all (Asp.net 6)
@ashwitapola22293 жыл бұрын
Very Informative. Is Seq is similar to Application Insights?
@RahulNath3 жыл бұрын
Thank you Ashwita 😀 Seq is for centralised logging whereas app insights is more for application level monitoring. Let know if that helps.
@jds20243 жыл бұрын
Hi Rahul, Thank you very much for all the information. The builder.AddConsole(); not working and to reinitiate the logger after clearprovider() function I had to use the builder.debug(); What is the reason for this issue. Thank you
@RahulNath3 жыл бұрын
Glad you like the video Janith. I just tried ClearProviders and added AddConsole and works fine for me. Can you elaborate what is not working or put a sample code repo so that I can look.
@akfsf00543 Жыл бұрын
Hi Rahul, this is a good video about logger. I have a query how to save a log file?
@RahulNath Жыл бұрын
You can update the configuration to log to a file destination - See example here learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-7.0#azure-app-service
@keerthang55573 жыл бұрын
Excellent Tutorial Sir!
@RahulNath3 жыл бұрын
Thank you Keerthan and happy you liked it. Do check out the other videos in the ASP NET Core Series here kzbin.info/aero/PL59L9XrzUa-nqfCHIKazYMFRKapPNI4sP. You might like them too. Also, feel free to let me know in case you need any particular areas covered. And you can call me Rahul 😀
@keerthang55573 жыл бұрын
@@RahulNath Sir, I am doing a project on Asp.net core web api, and I need to do Http Polling, also Can you please explain how to deploy .net core web api on amazon ec2 windows instance?
@RahulNath3 жыл бұрын
@@keerthang5557 Is your application only to poll an HTTP endpoint? In that case, I would suggest checking out AWS Lambda and set up a timed trigger so that it will poll at set intervals.
@keerthang55573 жыл бұрын
@@RahulNath sure sir, Can you please provide a tutorial on how to deploy .net core web api on amazon ec2 windows instance
@RahulNath3 жыл бұрын
@@keerthang5557 Sure will do. Not sure how soon though. Which DevOps tool are you using? And call me Rahul 😀
@amankadakuntla28762 жыл бұрын
Pls show or provide related links on how to create a correlation id and pass it among different APIs
@RahulNath2 жыл бұрын
Great suggestion Aman. Yes I will do one of that - Added to my list.
@Blr0463 жыл бұрын
Really liked the video. Thank you so much. I am using nlog for logging, will explore on Seq. Is it possible to turn ON or OFF either nlog or Seq based on the need without changing the implementation.
@RahulNath3 жыл бұрын
Thank you! Yes you can switch case it in the registration. I usually have a #IF Debug and set up Seq on my local even if it's not used in production, so that at least locally I can look at logs. Is that what you had in mind?
@vinothrajendran8583 жыл бұрын
Why we need to use Microsoft key in the logging section? Please explain. It's a syntax?
@RahulNath3 жыл бұрын
I talk about this at 15:05. It represents the Category. The 'Microsoft' category applies to all categories that start with Microsoft. You can read more about it here docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-5.0&WT.mc_id=AZ-MVP-5003875#configure-logging Hope that helps.
@vinothrajendran8583 жыл бұрын
@@RahulNath thank you :)
@tesabcfgh2 жыл бұрын
Take a bow 👍👍👍
@RahulNath2 жыл бұрын
Glad you like it! Hope you are enjoying the full series bit.ly/asp-net-core-series
@RAM-ff8dy4 жыл бұрын
Looking forward to Asp net core project from scratch...
@RahulNath4 жыл бұрын
Yes that is the plan once I get through the basics!
@akhilm48673 жыл бұрын
Man please do a video about session and entity framework core
@RahulNath3 жыл бұрын
Thank you for the suggestion - yes I have some planned for EF.
@anandvijayan7103 жыл бұрын
Another good video. I have a question. How to log into a file?
@RahulNath3 жыл бұрын
Thank you Anand. You will have to use third party providers, Serilog for example github.com/serilog/serilog-sinks-file Here is an associated GitHub issue github.com/aspnet/Logging/issues/441 Any particular reason you want it in a file? Is it for console applications or sorts?
@mounikakasthuri4162 Жыл бұрын
Hai Rahul , How to find Exceptions in Production Environment???
@RahulNath Жыл бұрын
Depends on how you have set up your logging and exception handling. I have done a video here kzbin.info/www/bejne/eaqYZHiEqN-djdE Where are you logging error messages to? You should be able to look in there - what problem are you facing Mounika?
@melk481113 жыл бұрын
What console are you using ? Which IDE are you using ?
@RahulNath3 жыл бұрын
I’m using Windows Terminal. More details here www.rahulpnath.com/blog/setting-up-windows-terminal/ Let me know if you have additional questions.
@melk481113 жыл бұрын
@@RahulNath also which IDE ? Is it Visual studio ?
@RahulNath3 жыл бұрын
@@melk48111 Mostly using Jetbrains Rider. Use VS at times too.
@RoyZASTEROiD2 жыл бұрын
2:22 How to disassamble like this in Visual Studio 2019 ?
@RahulNath2 жыл бұрын
Guess with Resharper you can. Not sure otherwise.
@barwalgayatri46553 жыл бұрын
Please provide 2 Viseos 1) How to Do Async Communication using RabbitMQ in Microservices 2) How to Handle WDI If we want Huge data eg. Corona Afftected cities and List of All patiests which is as long as Thousands and thousand records long.
@RahulNath3 жыл бұрын
Replied here kzbin.info/www/bejne/a3jPmHuMlJZlY80&lc=Ugx8OJ4UpefrHYUjAFJ4AaABAg.9SzdyYZMm-W9SznHUZp5Bk (Next time please avoid copy pasting comment, as I've to copy paste replies too 😀)
@melk481113 жыл бұрын
your videos are awesome.
@RahulNath3 жыл бұрын
Thank you Melvis! Makes me happy to hear such positive comments. Do let know if you want any particular areas to be covered
@melk481113 жыл бұрын
@@RahulNath I would like to see .Net core application single sign on using Azure (if you are into Azure)
@RahulNath3 жыл бұрын
@@melk48111 Great suggestion, I will add it to my list. Meanwhile, have you checked out my video on JWT Authentication kzbin.info/www/bejne/j3i4mKCNmZ6rl9k
@sannithchandra4955 Жыл бұрын
Hi sir could you please say how to store user details in log files whenever any user logins in c# web api/.net core
@RahulNath Жыл бұрын
Are you using any specific Logging library? I would try and inject in the logger context if possible. Here is a example when using Serilog as the library stackoverflow.com/questions/51261177/add-username-into-serilog Also make sure you are not having any PII info being logged.
3 жыл бұрын
Hi, is there a problem if I leave the seq setting active when publishing my api?
@RahulNath3 жыл бұрын
Do you have seq set up in all environments? If not I would put it behind a flag
@ИванИванов-о8я9с2 жыл бұрын
How can I add the application name to every log message? I have many services and one seq. Thank you.
@RahulNath2 жыл бұрын
You can use serilog enrichers and set it up on initial setup github.com/serilog/serilog/wiki/Enrichment
@sairamspandy41604 жыл бұрын
Hi , can you make videos on asynchronous programming in asp.net core
@RahulNath4 жыл бұрын
Sure I will, Thank you for your suggestion. Drop in more if you have any 👍
@aliensoul7600 Жыл бұрын
why now a days 480px it not showing in most of channels? showing only 360px > 720px 😢
@anirudhsingh86193 жыл бұрын
Informative but logging in the text file should also be explained.
@RahulNath3 жыл бұрын
Thank you Anirudh! _ASP.NET__ Core doesn't include a logging provider for writing logs to files. To write logs to files from an __ASP.NET__ Core app, consider using a third-party logging provider._ docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-5.0#built-in-logging-providers&WT.mc_id=AZ-MVP-5003875 Let know if that helps and if you have additional questions.
@anirudhsingh86193 жыл бұрын
@@RahulNath cool
@kartikgoswami Жыл бұрын
Hey there can you share you Discord Server link ? I can't see it in description
@RahulNath Жыл бұрын
It is currently open to supporters of the youtube channel kzbin.infoUgkxefGoIC0uzbtnZkQ036MO04hm8Vvk7HM_ Let me know in case you need any help or have questions.