john mcfetridge
john mcfetridge
  • 31
  • 20 629
ainov24
my OLLI class on AI LLM state of art asking the question "should we drop the I"
Переглядів: 39

Відео

SILLnew
Переглядів 126 місяців тому
overview of new SILL site
sill3
Переглядів 186 місяців тому
sill3
landingsAI
Переглядів 6310 місяців тому
overview on AI with discussions on how intelligent it really is. includes many ChatGPT prompts
IMG 1536 1
Переглядів 32411 місяців тому
landings Kayaking use of new dock
chattoppt
Переглядів 13Рік тому
chatgpt to powerpoint
MWFTennis21
Переглядів 1633 роки тому
how to use the MWF Landings tennis app
landing MWF scheduling app
Переглядів 1363 роки тому
short video on using the scheduling app for our MWF league
Flutter Web App and CORS issues
Переглядів 13 тис.3 роки тому
targeting the web with a flutter app is easy but you must make sure your backend supports Cross Origin Resource Sharing (CORS) in making web api calls.This video address changes needed to your ASP.NET Identity code to address these issues.
image uploading from Flutter to ASP.NET Web API server
Переглядів 2,8 тис.5 років тому
flutter demo app that shows how to use Photo picker to select a photo from image library and then send to .NET server with a MultiPart POST. Of course the backend can be any server that understands an HTTP Multipart POST
alicelogging
Переглядів 555 років тому
alicelogging
flutterweb
Переглядів 1355 років тому
Flutter for the web. shows the gallery apps running in Chrome
build asp.net web api that uses OAuth to secure its methods
Переглядів 2245 років тому
This tutorial shows how to create an asp.net web api that uses OAuth to secure its methods. we then use Postman to test the result .
flutterlogin
Переглядів 3265 років тому
using asp.net Identity services to provide secure oAuth calls with Flutter
flutterintro2
Переглядів 455 років тому
flutter for .Net Developers
Snap Clone part 3
Переглядів 256 років тому
Snap Clone part 3
Part 2 continuation of building IOS snap clone with Asp.Net Core backend
Переглядів 466 років тому
Part 2 continuation of building IOS snap clone with Asp.Net Core backend
IOS Swift Snap clone using asp.net Core for backend. Getting server parts ready
Переглядів 1486 років тому
IOS Swift Snap clone using asp.net Core for backend. Getting server parts ready
azurePhotos
Переглядів 426 років тому
azurePhotos
scrollview
Переглядів 896 років тому
scrollview
collectionview part 3
Переглядів 1506 років тому
collectionview part 3
xamarin ios collectioncontroller tutorial part 2
Переглядів 436 років тому
xamarin ios collectioncontroller tutorial part 2
collectionviewcontroller
Переглядів 476 років тому
collectionviewcontroller
xamarin.ios auto layout
Переглядів 2,2 тис.7 років тому
xamarin.ios auto layout
IOSTableViewNavigation
Переглядів 57 років тому
IOSTableViewNavigation
IOSTableViewsharedData
Переглядів 37 років тому
IOSTableViewsharedData
IOSTableViewStart
Переглядів 97 років тому
IOSTableViewStart
Javascript
Переглядів 219 років тому
Javascript
Object Orientated Javascript
Переглядів 10710 років тому
Object Orientated Javascript
developing web server using asp.net web api
Переглядів 8210 років тому
developing web server using asp.net web api

КОМЕНТАРІ

  • @bdinner1
    @bdinner1 11 місяців тому

    Great Launch!

  • @JayneWallhen
    @JayneWallhen 11 місяців тому

    Awesome! Really well done - not just the video but the launch itself. Thank you!

  • @sburgess2517
    @sburgess2517 11 місяців тому

    Thank you, John!

  • @Just_JasonZA
    @Just_JasonZA 3 роки тому

    If I don't have control over the API server (going through a company) would I just tell them to do this on their side?

  • @waltherleonardo8652
    @waltherleonardo8652 3 роки тому

    I got stuck on that too. Thanks for pointing out the direction to solve this bug

  • @gungunaremusic5988
    @gungunaremusic5988 3 роки тому

    How protect API request made from Flutter Web app?

  • @mohammad-karbalaee
    @mohammad-karbalaee 3 роки тому

    thanks a lot. it helped

  • @MaanayShah786
    @MaanayShah786 3 роки тому

    ur video is too heavy to download.

  • @ROFVEVO
    @ROFVEVO 3 роки тому

    Thank you john this solved my issue

  • @rehmanshahyan
    @rehmanshahyan 4 роки тому

    do u have .net flutter notification video

  • @d0xalic
    @d0xalic 4 роки тому

    next part here: ua-cam.com/video/aTPLf5Dj0lw/v-deo.html

  • @obiazubike8658
    @obiazubike8658 4 роки тому

    Share ASP.Net Code

  • @ziauddin9511
    @ziauddin9511 4 роки тому

    You did'nt show asp.net code? kindly share link

  • @ibrahimdahan7705
    @ibrahimdahan7705 5 років тому

    please i need code back end i use this but return httpRequest.Files.Count=0 public string UploadPostBySaveAs1() { int currentfile = 0; string result = null; var httpRequest = HttpContext.Current.Request; if (httpRequest.Files.Count > 0) { var docfiles = new List<string>(); string filenewname=""; foreach (string file in httpRequest.Files) { var postedFile = httpRequest.Files[currentfile]; filenewname = generatefilename(postedFile.FileName, currentfile); var filePath = HttpContext.Current.Server.MapPath("~/images/" + filenewname); postedFile.SaveAs(filePath); docfiles.Add(filenewname); currentfile++; } result= filenewname; } else { result= "Not File :"+ httpRequest.Files.Count.ToString(); } return result; }

  • @gilbertoduran680
    @gilbertoduran680 5 років тому

    Great job John!! I've never saw this kind of work, I totally use Dart, but it's my first time seeing this with another backend, cause I use Firestore from Firebase! Regrats from Mexico!

  • @ArchPendragon
    @ArchPendragon 5 років тому

    holy skag-balls, I looked around on the internet but everyone was making it too complicated, you made it super easy to understand do what I needed to do in no time at all.

  • @paulkocher2793
    @paulkocher2793 5 років тому

    Which VS version is that? I'm missing parts of the top toolbar (Add constraints, remove constraints, view as generic). Did you install anything apart from VS?

  • @AliUsman1
    @AliUsman1 6 років тому

    Good video, thanks

  • @gv4130
    @gv4130 6 років тому

    Too many "and" "um" while speaking. Tough to listen to.

  • @andreasellerbrock
    @andreasellerbrock 9 років тому

    I understand what you´re explaining. But if you don´t show how to make it from scratch is really hard to follow how everything ended up there.