Use jQuery AJAX in ASP.NET CORE 6? You NEED to see how it´s done!

  Рет қаралды 50,896

tutorialsEU - C#

tutorialsEU - C#

Күн бұрын

Пікірлер
@tutorialsEUC
@tutorialsEUC 2 жыл бұрын
🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy
@harrynewman1744
@harrynewman1744 2 жыл бұрын
I wish this tutorial was in depth and used a more likely scenario. Can't get an onclick button to find a function in the script tag, and moving the function to the site.js file makes the url for the controller action unreachable.
@kopilkaiser8991
@kopilkaiser8991 3 ай бұрын
Big big thanks to you brother for providing such great content and tutorial to learn so much 😊. I am very glad to learn this and found it super effective and helpful in my use cases
@chadgregory9037
@chadgregory9037 2 жыл бұрын
using ajax to fire off a partial view or view component is about the best thing ive found that isnt blazor server
@tutorialsEUAndroid
@tutorialsEUAndroid 2 жыл бұрын
Let's go!
2 жыл бұрын
can u show us how to make a multipart/form-data ajax post?
@tutorialsEUC
@tutorialsEUC 2 жыл бұрын
sure :)
@improvefps
@improvefps 2 жыл бұрын
no link to source?
@latestautonews6016
@latestautonews6016 Жыл бұрын
Thanks. it is very usefull.
@tutorialsEUC
@tutorialsEUC Жыл бұрын
You are welcome
@OzOvadia
@OzOvadia 2 жыл бұрын
Execllent! Simple and parctical. Thank you!
@AdnanAbbasi_LXXVIII
@AdnanAbbasi_LXXVIII Жыл бұрын
Jannick you are the bomb, just like Oz said excellent, simple and practical, love it 🙂
@daviddevon
@daviddevon 2 жыл бұрын
Doing this when the App is protected with AzureAd resuts in a cors error can you do a video or explain how to manage this?
@kriskata7653
@kriskata7653 Жыл бұрын
how do you have jQuery intellisense working?
@lassetvedegaardnyboe7084
@lassetvedegaardnyboe7084 Жыл бұрын
Good video! Just one thing, a lot of video´s in general on youtube about programming, use hardcoded examples. It would be useful to make a video like this with userinput from a REST service. Its much more useful in the real world. Just a thought from a cs student :)
@borislavenchev5051
@borislavenchev5051 2 жыл бұрын
I am getting error: Object 'error' DOMException: Failed to execute 'open' on 'XMLHttpRequest': '/HOME/GETNAMES' is not a valid HTTP method.
@duncanfirth
@duncanfirth Жыл бұрын
How do I handle. Net date time convert to JQuery short date. I have been struggling with that any tips? Internet has been no help at all do I send from an ActionResult View Model?
@moeinvafapour5440
@moeinvafapour5440 2 жыл бұрын
thank you very much for this great video ❤😍
@tutorialsEUC
@tutorialsEUC 2 жыл бұрын
sure thing!
@HimaniDave-l1m
@HimaniDave-l1m Жыл бұрын
where I can get code for this video?
@DaniLearnsIT
@DaniLearnsIT 9 ай бұрын
Can anyone explain a bit more on the @await RenderSectionAsync("Scripts", required: false)? So far I just have noticed that without including my scripts in the @section Scripts{}, jquery doesn't work!
@DaniLearnsIT
@DaniLearnsIT 9 ай бұрын
Figured it out! Your page is rendering in the _Layout right where the @RenderBody() is placed. This is in the middle of the layout. This means that whatever you have in your page gets inserted here, Including your block. Because it is in the middle, your script block gets inserted BEFORE you declare the use of jquery! The @await RenderSectionAsync("Scripts", required: false) makes it so if you have a section called Scripts, it renderes it AFTER the declaration of Jquery(because you are placing that line of code after the declaration of jquery). Pretty much, your block gets rendered below the because of @await RenderSectionAsync("Scripts", required: false). If you don't use the @section Scripts{}, it gets rendered above , which makes it so your scripts have no idea of what jquery is.
@codetech1165
@codetech1165 Жыл бұрын
brill
@nangdalet5994
@nangdalet5994 2 жыл бұрын
Can you demo crud using AJAX and don't use Html helper . And Controller like this Public async taskName(){ ---------------------- return ok(); }
@getsmartpaul
@getsmartpaul 2 жыл бұрын
Hi, this example demos absolute minimum information and is NOT a useful example at all. It cannot help a beginner to code it. I think it’s only to advertise your courses ?
@tutorialsEUC
@tutorialsEUC 2 жыл бұрын
Hi there, thanks for your comment. We would love to create another video on that topic if you tell us what we could improve. What is a useful example from your side of view? Greets
@vargr4730
@vargr4730 11 ай бұрын
jQuery in 2022/2023 is like using a rusty carving knife to do surgery... why??????
@csexton07
@csexton07 9 ай бұрын
Not true, used it many admin like sites. Sure customer facing, id probably agree in most scenarios. Ive used it in so many prototypes.
@pietrononame4945
@pietrononame4945 2 жыл бұрын
I hate jQuery.
Ajax tutorial in ASP.NET C# web programming partial page updates
38:12
Programming w/ Professor Sluiter
Рет қаралды 33 М.
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
Мама у нас строгая
00:20
VAVAN
Рет қаралды 11 МЛН
Using jQuery AJAX in ASP.Net Core Razor Pages
8:38
ASPSnippets
Рет қаралды 4,1 М.
Why is Python 150X slower than C?
10:45
Mehul - Codedamn
Рет қаралды 31 М.
SHOCKING WORLD CHAMPIONSHIP GAME 5!!!
20:15
GothamChess
Рет қаралды 277 М.
Gukesh vs Ding || GAME 5 || FIDE World Chess Championship Match 2024
16:33
agadmator's Chess Channel
Рет қаралды 99 М.
C# Breakpoints and Conditions - Improve your debugging in 6 Minutes
6:32
jQuery Ajax CRUD in ASP.NET Core MVC using Popup Dialog
59:47
CodAffection
Рет қаралды 179 М.
Clean Architecture with ASP.NET Core 6
29:58
dotnet
Рет қаралды 389 М.
C# Yield - Creating Iterators for beginners
5:52
tutorialsEU - C#
Рет қаралды 11 М.