home.social

Search

33 results for “jfversluis”

  1. Do you want to add UI tests to your .NET MAUI project?

    I am putting together some templates to make that easier for you! Using MSTest, NUnit or xUnit, you can now easily add UI test projects for each platform.

    Try it out and let me know what you think!

    github.com/jfversluis/Template

    #dotnet #dotnetmaui #uitesting

  2. Just released a new preview version of the screen recording plugin for .NET MAUI.

    This release brings improvements for Android: add the recording to the device gallery and customize the text for the notification that is shown when recording!

    github.com/jfversluis/Plugin.M

    #dotnet #dotnetmaui #screenrecording

  3. I'm watching Gerald Versluis @jfversluis speak about MCP at

  4. 🦙 .NET developer? You use the #CommunityToolkit, right? Work smarter, not harder! 🧰 Find all the goodies we have for #dotnet developers during the "Community Toolkit Roundup", today at #dotNETConf 11/14 at 11AM PT, 2PM ET w/ me, @jfversluis, and Sergio Pedri! dotnetconf.com #aspire #windows #maui

  5. 🦙 .NET developer? You use the #CommunityToolkit, right? Work smarter, not harder! 🧰 Find all the goodies we have for #dotnet developers during the "Community Toolkit Roundup", today at #dotNETConf 11/14 at 11AM PT, 2PM ET w/ me, @jfversluis, and Sergio Pedri! dotnetconf.com #aspire #windows #maui

  6. .NET MAUI tip 📱 Need platform-specific code without #if directives? Use partial classes with .Platform.cs naming: MyService.cs (shared) MyService.Android.cs MyService.iOS.cs Clean separation. No conditional compilation clutter.

    #if
  7. Why did I only just find this now?! Great stuff for people looking for App Center Crash replacement.

    In this repository you can find an overview of different crashlytics services and what they support specific to .NET MAUI apps

    github.com/mattleibow/CloudyCr

    #appcenter #dotnet #dotnetmaui #crashlytics

  8. The best releases happen on Friday! So we just pushed out new versions of all .NET MAUI Community Toolkit packages.

    Check out all the details in the different releases and have a great weekend!

    #dotnetmaui #communitytoolkit #dotnet

    github.com/CommunityToolkit/Ma

  9. Just published a new preview of my UI test project templates for .NET MAUI apps!

    A couple of minor things, but together with my blog post about it, this should help you get started with UI tests for your apps and I'm curious to hear your thought!

    nuget.org/packages/Template.Ma

    #dotnet #dotnetmaui #uitesting

  10. Want to learn all about how to get started with UI testing with .NET MAUI and Appium?

    Then stop what you’re doing and read this!

    devblogs.microsoft.com/dotnet/

    #dotnet #dotnetmaui #uitesting #testing #appium

  11. Need a bottom sheet in your .NET MAUI or Blazor Hybrid app?

    This video shows you how to add it with the The49.Maui.BottomSheet plugin in just a few lines of code!

    youtube.com/watch?v=bdKWnddRDY

    #dotnet #dotnetmaui #bottomsheet

  12. Only took me 124 commits to figure out all the quirks of running UI tests with Appium on my .NET MAUI app with stock GitHub Action runners so you won't have to 😅

    Expect some content around this soon!

    #dotnet #dotnetmaui #uitesting #appium

  13. Happy bugfix Friday! 🙅🐛

    We had just released a new version of all our our .NET MAUI Community Toolkit packages.

    For the main package, there are some breaking changes, so we bumped the version to 9.0! Read all the details in our notes

    github.com/CommunityToolkit/Ma

    #dotnet #dotnetmaui #communitytoolkit

  14. Version 8 of the .NET MAUI Community Toolkit is here bringing you

    🫵 TouchBehavior (long press anyone?!)
    🥨 A full rewrite of SnackBar on Windows
    🧭 Android system navigation bar coloring
    🚀 And much more!

    I did a little write up of the whole thing here:
    devblogs.microsoft.com/dotnet/

    #dotnet #dotnetmaui #communitytoolkit

  15. Looks like my session recording from @NDC_Conferences London got posted on YouTube!

    If you want to learn more about .NET MAUI, SignalR, Blazor and see me in a green morph suit, this is a must-watch!

    youtube.com/watch?v=lbjtorFgon

    #dotnet #dotnetmaui #blazor #signalr

  16. This might be our most anticipated release yet... TouchBehavior is here! 👉📱

    Previously known as TouchEffect in Xamarin, this functionality is now ported and available in the .NET MAUI Community Toolkit version 8.0

    Find all the details here 👇

    github.com/CommunityToolkit/Ma

    #dotnet #dotnetmaui #communitytoolkit

  17. By using accelerator keys in .NET MAUI your users will be so much more productive! With accelerator keys you can provide shortcut keys for common actions in your application.

    Learn all about this wonderful feature, right here in this video!

    youtube.com/watch?v=YmeOzAdcxg

    #dotnet #dotnetmaui #windows #shortcutkeys

  18. Put together a sample that shows how to use Appium for your .NET MAUI UI tests!

    This leverages NUnit, Appium and .NET MAUI and lets you run UI tests both on shared code as well as platform-specific functionality.

    learn.microsoft.com/samples/do

    #dotnet #dotnetmaui #uitesting #appium #nunit

  19. Trying this thing where I answer to comments under my videos in... NEW VIDEOS! 😄

    In this one: how do I mirror my screen from my phone to desktop?

    youtube.com/shorts/lpD3MWmgOQk

    #android #ios #screenmirroring

  20. Want to be more productive? Then have a look at this amazing control suite for .NET MAUI by @ProgressTelerik

    In this video we will be looking at getting started with the Telerik UI for .NET MAUI Controls. I will be showing off the Tab View, Image Editor, PDF Viewer, Accordion and more!

    youtube.com/watch?v=TZxY4l18lT

    #dotnet #dotnetmaui #telerik

  21. I am blown away by this amazing set of .NET MAUI controls by DevExpress that they are giving away completely for free!

    A DataGrid, TabControl, AutoCompleteEdit, a Scheduler, a Calendar and many more. What is the fine print? How to get started? All in here! Tune in!

    youtube.com/watch?v=UrXDiODAwK

    #dotnet #dotnetmaui #devexpress

  22. As an alternative to the well-known ZXing library for Xamarin and .NET MAUI there is also a plugin for barcode scanning with Google Vision and ML Kit! With this plugin scanning all kinds of barcodes in your .NET MAUI app is a breeze. Let me show you!

    youtube.com/watch?v=WWP2t-B5AD

    #dotnet #dotnetmaui #barcodescanning #googlevision #mlkit

  23. As an alternative to the well-known ZXing library for Xamarin and .NET MAUI there is also a plugin for barcode scanning with Google Vision and ML Kit! With this plugin scanning all kinds of barcodes in your .NET MAUI app is a breeze. Let me show you!

    youtube.com/watch?v=WWP2t-B5AD

    #dotnet #dotnetmaui #barcodescanning #googlevision #mlkit

  24. As an alternative to the well-known ZXing library for Xamarin and .NET MAUI there is also a plugin for barcode scanning with Google Vision and ML Kit! With this plugin scanning all kinds of barcodes in your .NET MAUI app is a breeze. Let me show you!

    youtube.com/watch?v=WWP2t-B5AD

    #dotnet #dotnetmaui #barcodescanning #googlevision #mlkit

  25. As an alternative to the well-known ZXing library for Xamarin and .NET MAUI there is also a plugin for barcode scanning with Google Vision and ML Kit! With this plugin scanning all kinds of barcodes in your .NET MAUI app is a breeze. Let me show you!

    youtube.com/watch?v=WWP2t-B5AD

  26. As an alternative to the well-known ZXing library for Xamarin and .NET MAUI there is also a plugin for barcode scanning with Google Vision and ML Kit! With this plugin scanning all kinds of barcodes in your .NET MAUI app is a breeze. Let me show you!

    youtube.com/watch?v=WWP2t-B5AD

    #dotnet #dotnetmaui #barcodescanning #googlevision #mlkit

  27. A bottom sheet control is very common in mobile apps. It looks nice, allows you to present some options to your users and works great with touch gestures. In this video we will look at how to add a bottom sheet with ease to your .NET MAUI app.

    youtube.com/watch?v=JJUm58avAD

    #dotnet #dotnetmaui #bottomsheet

  28. With MauiReactor we have another great option to do MVU and coded user-interfaces for .NET MAUI. With this framework you can build component-based UIs built on top of .NET MAUI to realize amazing cross-platforms apps.

    Thank you for this Adolfo! Everyone: let's not forget to star this repo and support Ado!

    youtube.com/watch?v=egklcAC9ar

    #dotnet #dotnetmaui #mvu #mauireactor

  29. With MauiReactor we have another great option to do MVU and coded user-interfaces for .NET MAUI. With this framework you can build component-based UIs built on top of .NET MAUI to realize amazing cross-platforms apps.

    Thank you for this Adolfo! Everyone: let's not forget to star this repo and support Ado!

    youtube.com/watch?v=egklcAC9ar

    #dotnet #dotnetmaui #mvu #mauireactor