Excellent, exactly what I was looking for, thank you!
@DotNetCoreCentral4 жыл бұрын
Thanks!
@markwhite85133 жыл бұрын
Thank you brother, this helped a lot. My back ground is vastly working in JavaScript frameworks and with my current job I need to get more familiar with dotnet core and using tools like swagger. Much appreciated!
@DotNetCoreCentral3 жыл бұрын
@Mark White, thanks for watching!
@90krishika3 жыл бұрын
Excellent ! This video brings satisfaction, keep making more advanced dotnet core videos.
@DotNetCoreCentral3 жыл бұрын
@Nilanjan Chowdhury, thanks for watching!
@90krishika3 жыл бұрын
@@DotNetCoreCentral Can you make something on Apache kafka with .NET core?
@DotNetCoreCentral3 жыл бұрын
@@90krishika I already have a video on Apache Kafka, though it's over 2 years old, when I first started the channel. I will probably create a new one as well.
@arunprasanth78034 жыл бұрын
Great job, it helped me a lot.. Not only this video other video such as JWT token implementation explanation was excellent..
@DotNetCoreCentral4 жыл бұрын
@arun prasanth, thanks for watching!
@MrBasaez3 жыл бұрын
In 2:18 When i search swagger it's dosent appears....
@DotNetCoreCentral3 жыл бұрын
@Andres Basaez, you will need to search for Swashbuckle.AspNetCore.
@rameshneelamsetti72582 жыл бұрын
I'm getting this error while creating a new web api project in vscode. Can you please help me how to resolve this issue. [fail]: OmniSharp.MSBuild.ProjectLoader Unable to resolve 'Swashbuckle.AspNetCore (>= 6.2.3)' for 'net6.0'.
@nads2053 жыл бұрын
Awesome - nicely covered thank you.
@DotNetCoreCentral3 жыл бұрын
@nads205, thanks for watching!
@gilbertpetanque56412 жыл бұрын
This helped a lot, thank you ma dude
@DotNetCoreCentral2 жыл бұрын
Thanks for watching!
@sameerbhatnagar77782 жыл бұрын
Very Nice. Thank you.
@DotNetCoreCentral2 жыл бұрын
Thanks for watching!
@darko83763 жыл бұрын
Excellent tutorial, very helpful. But I am not sure why the xml file didn't generate as the video shown. It throw an error exception "System.IO.FileNotFoundException", anyone have the same issue I am having ?
@rahulmathew87133 жыл бұрын
Awesome thank you so much for the video
@DotNetCoreCentral3 жыл бұрын
@Rahul Mathew, thanks for watching!
@sindhujaselvam48044 жыл бұрын
i have done exactly like what mentioned in the video but getting error like SwaggerApi.xml is missing. could you help me out?
@DotNetCoreCentral4 жыл бұрын
Can you share the exact error message please
@thezzzaaafff3 жыл бұрын
Hi very nice video bro but this doesn't work with IIS. I hv published folder of web api which I can run using url, postman etc but swagger doesn't work. However when I run code, it works. Please let me know if any specific setting, config require to do for IIS. thanks
@DotNetCoreCentral3 жыл бұрын
@Abhaysinh Chavan, I have not deployed a .NET Core/.NET 5 app in IIS ever, I always deploy in a docker/linux, where it runs in using the Kestral. I will try it out and let you know.
@svs286mb3 жыл бұрын
Thanks for the video :) very informative
@DotNetCoreCentral3 жыл бұрын
@Vijaya Sekhar Sreeram, thanks for watching!
@ahlamh80703 жыл бұрын
Thank you so much, Subbed!!
@DotNetCoreCentral3 жыл бұрын
@Ahlam H, thanks for watching!
@pabloduarte44703 жыл бұрын
Thank you very much
@DotNetCoreCentral3 жыл бұрын
@Pablo Duarte, thanks for watching!
@gazar374 жыл бұрын
Thank you. It helped a lot
@DotNetCoreCentral4 жыл бұрын
aliihsan muhziroğlu thanks for watching!
@SammySSK2814 жыл бұрын
Can I know how to deploy this to IIS ?
@DotNetCoreCentral4 жыл бұрын
@Sampath Kumar S, thanks for watching the video. If you run the command dotnet build and copy the output to your IIS virtual directory folder, it should work, if .NET Core is installed in the server.
@mariaponomarenko30063 жыл бұрын
Cool video, thank you!
@DotNetCoreCentral3 жыл бұрын
@Maria Ponomarenko, thanks for watching!
@neilvermeulen52833 жыл бұрын
Brilliant! Thank you!
@DotNetCoreCentral3 жыл бұрын
@Neil Vermeulen, thanks for watching!
@muhammadwaqasiqbal82434 жыл бұрын
is it going to work the same for Asp.Net Core 2.1?
@DotNetCoreCentral4 жыл бұрын
@Muhammad Waqas Iqbal it will work. It would need a couple of changes since some of the namespaces are new.
@muhammadwaqasiqbal82434 жыл бұрын
@@DotNetCoreCentral thank you
@GaurabChatterjee4 жыл бұрын
You must need to show use how we integrate authorize our swagger Apis