Tamil - .Net 7 Web API Tutorial - Beginners to Expert Level

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 146

  • @codewithkarthik
    @codewithkarthik  ปีที่แล้ว +4

    .Net 8 Web API New Course with 8 hours content with more advance concepts [ www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/?couponCode=CWKSEP2024 ]

    • @dhibakvs
      @dhibakvs ปีที่แล้ว +1

      coupon code has got expired.!

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      @@dhibakvs use coupon code - OCT2023KARTHIK

    • @dhibakvs
      @dhibakvs ปีที่แล้ว +1

      Sorry @codewithkarthik didn't work.. can you give me some other coupon for this NOVEMBER month?

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว +1

      @@dhibakvs Use Coupon NOVCWK2023

    • @dhibakvs
      @dhibakvs ปีที่แล้ว +1

      @@codewithkarthik thanks a lot 👍🏻

  • @selvakumar-de2ze
    @selvakumar-de2ze 8 หลายเดือนก่อน +6

    5:55 - Create the project
    21:21 - Configure the CORS
    27:16 - Create model
    33:20 - Install entity frame work
    37:45 - Configure the connectivity of DB
    01:48:10 - access the endpoints using postman
    01:56:00 - implementation of DTO
    02:05:53 - simplify the code with auto mapper
    02:24:52 - enhance the DTO
    02:25:40 - repository pattern(Dependency injection)

  • @sangeeths333
    @sangeeths333 11 หลายเดือนก่อน +6

    Very understandable, with a clear explanation and clarity, well done bro. Keep Going.

  • @hubertromario4874
    @hubertromario4874 ปีที่แล้ว +5

    For the first time I found a tutorial with this much explanation

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      Thank you, New Course released on .Net 8 Web API with more advance concepts - www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/

  • @nammatamilnadu6395
    @nammatamilnadu6395 ปีที่แล้ว +5

    Very very clear explanation, try the same with unit of works pattern. It will simply the code.

  • @MageshP-i1e
    @MageshP-i1e 2 หลายเดือนก่อน +1

    Could you make a video on LINQ basics in C#? A beginner-friendly tutorial covering query syntax, method syntax, and essential LINQ methods would be amazing!

  • @navamayoo5102
    @navamayoo5102 6 หลายเดือนก่อน +3

    Hi Brother Thank you so much, Excellent work. Really it's advantageous to learn from our mother tongue. Very understandable, with a clear explanation and clarity🤩🤩🤩

  • @jakmdibrah
    @jakmdibrah ปีที่แล้ว +4

    Everything is quite clear to me. I really appreciate it, brother.

  • @abishakesn4753
    @abishakesn4753 ปีที่แล้ว +2

    Really impressed the way u taught

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      Thank you, stay tuned new .Net 8 API Course will be release by next week.

  • @gopikrishnan4881
    @gopikrishnan4881 2 หลายเดือนก่อน +1

    Excellent tutorial. And I bought your .Net 8 Web API Full Course today.

    • @codewithkarthik
      @codewithkarthik  2 หลายเดือนก่อน

      Thank you and congratulations 🥳

  • @jagadeesanmay7
    @jagadeesanmay7 ปีที่แล้ว +2

    Thanks brother for sharing valuable information on public domain

  • @baburagu
    @baburagu 6 หลายเดือนก่อน +2

    Excellent Karthik. Your video and explanation of API concepts very nice. Thanks ton !! 🙂

    • @codewithkarthik
      @codewithkarthik  6 หลายเดือนก่อน +1

      Thank you ☺️

    • @baburagu
      @baburagu 6 หลายเดือนก่อน +2

      @@codewithkarthik In your video, you have mentioned these are very basic concepts. I totally agree on this. Could you please tell us on advanced concepts?? If any 😊😊😊

    • @codewithkarthik
      @codewithkarthik  6 หลายเดือนก่อน +1

      I have cover advance topics in my Udemy course link available on video description , use promo code to get course on discounted prices - CWKJULY2024

    • @baburagu
      @baburagu 6 หลายเดือนก่อน +2

      @@codewithkarthik Sure thing.. Thanks so much 😊😊

  • @raghulrithvik2877
    @raghulrithvik2877 ปีที่แล้ว +3

    Crystal clear explanation,Would you put video for intergrating Web api with MVC application

  • @callmenarayanan
    @callmenarayanan ปีที่แล้ว +3

    Very clean explanation. Thank you brother.

  • @anbuanbu6591
    @anbuanbu6591 ปีที่แล้ว +5

    Clearly understand everything. Thank you so much brother. Upload MVC pattern with authentication and authorisation based project.

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      www.udemy.com/course/ultimate-guide-to-aspnet-mvc-net-7-in-tamil/?couponCode=1069A9B87D3F7DBC5E01

  • @ImayaTRayar
    @ImayaTRayar 6 หลายเดือนก่อน +1

    I got the below error while registering the AutoMapper in the Program.cs at 2:11:40. The solution is Upgrade the AutoMapper package to V13.0 and you can remove the extension package which is already included in the AutoMapper.
    Error:
    The call is ambiguous between the following methods or properties: 'Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions.AddAutoMapper(Microsoft.Extensions.DependencyInjection.IServiceCollection, params System.Type[])' and 'Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions.AddAutoMapper(Microsoft.Extensions.DependencyInjection.IServiceCollection, params System.Type[])'

    • @baburagu
      @baburagu 6 หลายเดือนก่อน

      @@ImayaTRayar your automapper and extension packages must be in same version. Pls check.

    • @ImayaTRayar
      @ImayaTRayar 6 หลายเดือนก่อน +1

      Thanks ​@@baburagu i have fixed by installing v13.0

  • @prakashbazz3867
    @prakashbazz3867 ปีที่แล้ว +2

    Thanks a lot for the clear explaination..

  • @periasamy5563
    @periasamy5563 9 หลายเดือนก่อน +1

    Hi, very clearly explained web api, i have understand clearly with generic repository and other things.

  • @sussypusssy
    @sussypusssy ปีที่แล้ว +1

    2:15:24 where have you declared 'CountryDto' as an object of 'CreateCountryDto' 's class?
    If I type the same thing as you, I get an error, I've to use the class name (CreateCountryDto) instead of directly using CountryDto, that way it is not showing the error, I understood the source and destination and provided the same.
    Am I doing this wrong?

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      Kindly Check did you configure your dto's in AutoMapper and also for list it should set like - _mapper(countries);

    • @sussypusssy
      @sussypusssy ปีที่แล้ว +1

      @@codewithkarthik Bro I'm so dumb😭 , I did not create CountryDto class file in the DTO>Country folder, sorry for bothering you.
      I wasted whole day in search of it.
      And thank you so much for replying back very quickly.

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      @@sussypusssy it’s okay as developer by mistakes only we can learn, don’t worry. New course on .Net 8 Web API will be release on next week stay tuned 😊

    • @sussypusssy
      @sussypusssy ปีที่แล้ว +1

      @@codewithkarthik I'm really excited, thank you for contributing your knowledge & expertise to us❤️.

  • @ramki9062
    @ramki9062 ปีที่แล้ว +4

    Great Tutorial. Please upload another video which uses token based authentication and middleware concepts.

  • @vetrijay
    @vetrijay ปีที่แล้ว +4

    Excellent work. Really it's very useful to learn from our mother tongue. And also a small request. Could you please make one more video about JWT authentication, refresh JWT token. God bless you brother.

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว +1

      Thank you,Sure I will upload tutorial on JWT authentication, refresh JWT token

    • @aakashr2300
      @aakashr2300 ปีที่แล้ว +1

      @@codewithkarthik Can you please make an video on web api degguing using unit test case method

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      @@aakashr2300 when I get free time definitely I will create tutorial for unit testing.

  • @mathumathusan154
    @mathumathusan154 ปีที่แล้ว +2

    nice video sir😍😍

  • @venkatesannp
    @venkatesannp ปีที่แล้ว +3

    Cheer up man. Really nice making

  • @ParamesRam
    @ParamesRam ปีที่แล้ว +2

    Outstanding lesson bro. very useful. very useful video. 😍😍

  • @athourrahman9604
    @athourrahman9604 ปีที่แล้ว +2

    Great job bro, .net 7 api Middleware pathi tutorial podunga bro🎉
    Thanks in advance 🎉🎉🎉🎉

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      My new Course is released with .Net 8 API - www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/?couponCode=CD45CODEWITHKARTHIK

  • @dhayalanraman9959
    @dhayalanraman9959 ปีที่แล้ว +3

    Hi Karthik bro, This tutorial was very good explanation, Continue as its same and expect more videos from you, Channel subscribed & shared with friends....😍

  • @senthilvels5199
    @senthilvels5199 10 หลายเดือนก่อน +2

    I am facing an issue where I am trying to run multiple projects (the last step) where I want to print country in the web application. while clicking the country to get country name in a table form it throws an error exactly at the foreach loop in html file that object reference not set to an instance of an object and return null. What is this issue..can you please explain this and give an solution to this error

    • @codewithkarthik
      @codewithkarthik  10 หลายเดือนก่อน

      Kindly reach me on discord, discord link available on my channel itself

    • @World90yes
      @World90yes หลายเดือนก่อน +1

      Did u resolve ur error? I have same problem

  • @manimaths18
    @manimaths18 ปีที่แล้ว +2

    Excellent explanation

  • @Setchuko
    @Setchuko ปีที่แล้ว +1

    bro i have a doupt currently i want to learn dotnet and webapi and i dont know about that caan you suggest me what i should learn

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      Explore My Course on .Net API Development, I covered all this topic which is required to learn about API Development - www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/?couponCode=NOVCWK2023

  • @aiyappan-w5k
    @aiyappan-w5k 16 วันที่ผ่านมา +1

    bro dot net mvc full course buy panniten 2 days pathutu irunthen ipa open agala bro
    why bro? upstream connect error or disconnect/reset before headers. reset reason: connection termination intha error varuthu bro

    • @codewithkarthik
      @codewithkarthik  16 วันที่ผ่านมา

      It’s issue from udemy side bro, check now it’s working only and also check your Internet connectivity

  • @suryaprakash263
    @suryaprakash263 2 ปีที่แล้ว +2

    Bro this video is very very usefull for me thanks a lott..can you please do videos for authentication and authorisation

    • @codewithkarthik
      @codewithkarthik  2 ปีที่แล้ว

      Thank you, Sure I will upload tutorial for authentication and authorization in up coming weeks.

  • @RANJITHKumar-z2u
    @RANJITHKumar-z2u หลายเดือนก่อน

    i luv ur content bro

  • @hubertromario4874
    @hubertromario4874 ปีที่แล้ว +1

    Is there any video available for authentication and authorization in web api

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      Yes , th-cam.com/video/w8l0BCsuEyY/w-d-xo.htmlsi=EQHqb-FhUlp-OsKg

  • @ArulKumar-ql9en
    @ArulKumar-ql9en 8 หลายเดือนก่อน +1

    Good explaination well done.

  • @ImayaTRayar
    @ImayaTRayar 6 หลายเดือนก่อน +1

    Thanks for the valuable content bro. am doing some workout on this. In Update method ,it's not updating in the DB, if I comment Id in the CountryDto.cs. Is there any way of NOT displaying ID on the swagger page? Pls share the video.

    • @codewithkarthik
      @codewithkarthik  6 หลายเดือนก่อน +1

      Create custom view model without ID use that as return type

    • @ImayaTRayar
      @ImayaTRayar 6 หลายเดือนก่อน +1

      @@codewithkarthik thanks Bro. Let me try

  • @RajeshKumar-f4k5b
    @RajeshKumar-f4k5b ปีที่แล้ว +1

    Hi your teaching skill is superb but did think why video are not get popular …
    Pls bought good mic your voice is to low and make good title to video

  • @cs986t4
    @cs986t4 2 ปีที่แล้ว +2

    Hi bro videos are very usefull.i have a doubt.Im working on a project where I use angular for frontend and for api DotNetcore and for db mssql.My angular web app consists of several pages aduku web api epudi create panradhu steps soldreenga.

    • @codewithkarthik
      @codewithkarthik  2 ปีที่แล้ว +2

      step 1: Have Clear Business Requirements [ Create Models Files Accordingly ]
      step 2: Identify Relationship between each Models allocate it with primary key and foreign key in Model File itself , For Reference [ learn.microsoft.com/en-us/ef/ef6/fundamentals/relationships ]
      step 3: Have Generic Functionality it will reduce your code and improve performance of application also.
      If your API is going to serve huge amount data then need to implement Pagination API , If you want tutorial for pagination API give comment I will upload for that later or soon.

    • @cs986t4
      @cs986t4 2 ปีที่แล้ว +1

      @@codewithkarthik Thanks for ur words.Yes I need that pagination video.

    • @codewithkarthik
      @codewithkarthik  2 ปีที่แล้ว +1

      @@cs986t4 Here you go - th-cam.com/video/8I4oZQDosW0/w-d-xo.html

    • @cs986t4
      @cs986t4 2 ปีที่แล้ว +1

      @@codewithkarthik Thank u

  • @nivethamirtha5450
    @nivethamirtha5450 ปีที่แล้ว +2

    Hi..its very useful for me. can you please tell me about 3 layered architecture with 4 table one to many relation CRUD using ,net 7 EF core.

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      Thank you, New Course released on .Net 8 Web API with more advance concepts including layered architecture - www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/

  • @johnsonisaiyas8337
    @johnsonisaiyas8337 ปีที่แล้ว +1

    Bro API exercise la stored procedure connet panndra mathiri podunga bro

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      On next tutorial I will cover this topic.

  • @praveen2718
    @praveen2718 10 หลายเดือนก่อน +1

    for async,await why we using you didn't explained bro

    • @codewithkarthik
      @codewithkarthik  10 หลายเดือนก่อน

      I have already uploaded separate video for it , Kindly check that. - th-cam.com/video/pH83288O5ig/w-d-xo.htmlsi=FYsuHP2ZSFHtUSgS

  • @SrikanthR-e7k
    @SrikanthR-e7k 4 หลายเดือนก่อน +1

    Bro add chapters in video it will help us to seek the area we want to learn

  • @periasamy5563
    @periasamy5563 9 หลายเดือนก่อน +1

    please put a angular tutorial with latest version. thank you ....

    • @codewithkarthik
      @codewithkarthik  8 หลายเดือนก่อน

      Angular course is released kindly check my channel

  • @_raghuraj
    @_raghuraj ปีที่แล้ว +2

    Excellent brother.
    Koncham sound increase panni irukkalaam.

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว +2

      Thank you, I don’t have good setup for recording bro 😂 sorry

  • @suryar8858
    @suryar8858 2 หลายเดือนก่อน +2

    bro ur content is too good but u speaking less volume

    • @codewithkarthik
      @codewithkarthik  หลายเดือนก่อน

      Thank you, will improve on upcoming video bro

  • @HariHaran-yg4tc
    @HariHaran-yg4tc ปีที่แล้ว +1

    Bro one doubt .... One error and
    App.Mapcontrollers()
    La varuthu bro

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      This course is outdated, New course is released for .Net 8 API, th-cam.com/video/w8l0BCsuEyY/w-d-xo.htmlsi=GUWsS1U4leOHUNie

  • @akashlesnar086
    @akashlesnar086 5 หลายเดือนก่อน +3

    Api indha video pathaley pothuma bro interview mostly cover pannidalama web api related interview questions

    • @codewithkarthik
      @codewithkarthik  5 หลายเดือนก่อน

      For beginners it enough bro

    • @akashlesnar086
      @akashlesnar086 5 หลายเดือนก่อน

      I am one year experience for me?

    • @codewithkarthik
      @codewithkarthik  5 หลายเดือนก่อน

      @@akashlesnar086 I would suggest you check my Udemy web API course link will be in video description itself

    • @akashlesnar086
      @akashlesnar086 5 หลายเดือนก่อน +1

      ​@@codewithkarthik i will buy sir but adhuku munadi panna adhula konjam extra add pannirupinghala

    • @akashlesnar086
      @akashlesnar086 5 หลายเดือนก่อน +1

      I mean advanced course?

  • @iamsiddu410
    @iamsiddu410 ปีที่แล้ว +1

    Can u pls provide the git link for this solution 😅it ll be useful for reference

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว +1

      Am preparing new courses on .net 8 web API it will have code repo link, I hope it will be released by next week or 1st week of September 23

    • @iamsiddu410
      @iamsiddu410 ปีที่แล้ว

      @@codewithkarthik thanks bro. Much needed one

  • @amosviyanikaran4043
    @amosviyanikaran4043 ปีที่แล้ว +1

    bro, User authentication video podunga

  • @AwinashHarish-qx4nr
    @AwinashHarish-qx4nr ปีที่แล้ว +1

    Anna naa already unga c#full tutorial pathu erukaa Anna. Athula yellam super ra nadathuniga nalla understand panna. Atha complete panitu direct taa intha tutorial paatha but suthama purelaaaa Anna. May be ethuku ethum basics learn pananum ma nu yanaku thirelaaa Anna. Konjam soluga Anna ethuku munade vera ethula learn pananum nu.

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      1st Learn about MVC - www.udemy.com/course/ultimate-guide-to-aspnet-mvc-net-7-in-tamil/?couponCode=DECCWK2023
      Then learn about API's - www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/?couponCode=DECCWK2023

    • @AwinashHarish-qx4nr
      @AwinashHarish-qx4nr ปีที่แล้ว +1

      @@codewithkarthik bro etula join panna etum coupon code eruka broo

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      @@AwinashHarish-qx4nr Use DECCWK2023 or CWKEND2023

  • @AHATHIANS
    @AHATHIANS 11 หลายเดือนก่อน +1

    how to can i create it with vscode

    • @codewithkarthik
      @codewithkarthik  10 หลายเดือนก่อน

      You need install .Net SDK for Runtime in your system then install c# and NuGet extension in your vs code

  • @ManivannanA-z8t
    @ManivannanA-z8t ปีที่แล้ว +1

    blazor tutorial podunga bro

  • @meenakshisundaramraj3681
    @meenakshisundaramraj3681 ปีที่แล้ว +1

    Hi Bro, Tutorial video for any full stack project example

  • @srp3522
    @srp3522 หลายเดือนก่อน

    Web api C# onion architecture Reveiw with benefits

  • @rajasekaranrajendran466
    @rajasekaranrajendran466 ปีที่แล้ว +1

    JWT token based authentication video update pannunga bro

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      New Course released on .Net 8 Web API with more advance concepts including JWT token based authentication - www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/

  • @donydhony3999
    @donydhony3999 ปีที่แล้ว

    .net core MVC course podunka

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      I will try to create tutorials for MVC also bro

  • @jkingston
    @jkingston ปีที่แล้ว +1

    Please upload your source code. It will helpful to refer

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว

      Source code available on complete course - www.udemy.com/course/ultimate-guide-to-net8-core-web-api-with-ef-core/

  • @muneesr1119
    @muneesr1119 7 หลายเดือนก่อน +1

    In tha program coding venum

    • @codewithkarthik
      @codewithkarthik  7 หลายเดือนก่อน

      This old course bro, check out new course of API - [ th-cam.com/video/w8l0BCsuEyY/w-d-xo.htmlsi=58LK4UPnZqVulQGM ] in this full course you can get source code as well.

  • @vinayks6476
    @vinayks6476 2 ปีที่แล้ว +1

    Bro how to do using db first approach
    Using scaffold

    • @codewithkarthik
      @codewithkarthik  2 ปีที่แล้ว

      Here you go - th-cam.com/video/MFhCjGD2_AI/w-d-xo.html

    • @vinayks6476
      @vinayks6476 2 ปีที่แล้ว

      @@codewithkarthik thanks bro

  • @codewithkarthik
    @codewithkarthik  2 ปีที่แล้ว +3

    Pagination API - th-cam.com/video/8I4oZQDosW0/w-d-xo.html

  • @GSM1329
    @GSM1329 ปีที่แล้ว +1

    Mysql use pannum pothu error akuthu

    • @codewithkarthik
      @codewithkarthik  ปีที่แล้ว +1

      add the following line in ConnectionString - TrustServerCertificate=True

  • @hemanth8195
    @hemanth8195 2 ปีที่แล้ว +1

    🤟🏾🤟🏾👌🏾