DavidSeesSharp
DavidSeesSharp
  • 58
  • 181 324
Blazor Toggle/Switch Component
1:22 its not shown as an input of type checkbox but as a normal element
In this video I show you a way how we can build a toggle switch component with Blazor.
Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-ToggleSwitch
มุมมอง: 2 782

วีดีโอ

Blazor Load Configuration From Web API
มุมมอง 6962 ปีที่แล้ว
8:00 Type instead of object In this video I show you a way how we can load configuration for our Blazor Applications from a Web API. When building Multitenant apps this approach can come in handy as we probably rely on values from a database. Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-LoadConfigFromAPI
Blazor Global Exception Handling ErrorBoundary
มุมมอง 10K2 ปีที่แล้ว
In this video I show you how we can use the ErrorBoundary Component to handle all of our unhandled exceptions. gavilanch3 great video about ErrorBoundaries: th-cam.com/video/HL9WFNKdzr8/w-d-xo.html&ab_channel=gavilanch3 Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-GlobalExceptionHandling
Blazor Build Modal with .NET 6
มุมมอง 3.1K2 ปีที่แล้ว
In this video we see how we can use .NET 6 to buil a modal with Blazor. Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-ModalNET6
Blazor Components Bilateral Communication (MediatR)
มุมมอง 7612 ปีที่แล้ว
6:20 with longer lived I mean as long as the User has the App open in a Tab In this video I show you a way how we can make Bilateral (Two Way) communication happening between two Razor Components. Code: github.com/DavidEggenberger/Blazor-ComponentsCommunicating
Blazor (ASP.NET Core hosted) CI/CD Pipeline with GitHub Actions + Azure App Service
มุมมอง 2.1K2 ปีที่แล้ว
In this video I show you how we can use GitHub Actions to crete a CI/CD Pipeline to automatically build our code and then publish it to Azure App Service. Code: github.com/DavidEggenberger/BlazorCICD Creator: David Eggenberger
Blazor Components Unilateral Communication (MediatR)
มุมมอง 2K3 ปีที่แล้ว
In this video I show you an approach how our Razor Components can communicate unilateraly with each other. Code: github.com/DavidEggenberger/Blazor-ComponentsCommunicating
Blazor Global Events
มุมมอง 2.4K3 ปีที่แล้ว
in this Video I show you how we can create a base class. All the types (Razor Componnents, Classed etc) that inherit this type can then subscribe to its events and also raise those. Creator: David Eggenberger Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-GlobalEvents
Blazor 3D Component
มุมมอง 7K3 ปีที่แล้ว
In this video I show how we can build a 3D Component in Blazor. 15:03 For clarification: During the first 350ms the property transition has the value 0.4s. After the elapsed event has fired the value changes to 0s. Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-3DComponent Creator: David Eggenberger
Blazor WebAssembly OpenID Connect
มุมมอง 9K3 ปีที่แล้ว
Code: github.com/DavidEggenberger/BlazorWebAssemblyOidc In this video I show how we can add an Identity Provider using the OpenId protocol to a standalone Blazor WebAssembly Application. We then call a protected API with the access token we receive from the Identity Provider. Creator: David Eggenberger
Blazor Column Chart Component
มุมมอง 7973 ปีที่แล้ว
In this video I will show you how we can built a Column Chart in Blazor. Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-ColumnChart Creator: David Eggenberger
Blazor Server Scripting Code evaluated at Runtime
มุมมอง 5773 ปีที่แล้ว
In this video I show how we can use the Scripting feature in a Blazor Server Application so that the users of our app can type out the lambda they want the collection of weatherforecasts to be filtered with. The second time a string gets evaluated to a lamba it is actually way faster. Creator: David Eggenberger
Blazor Carousel Component
มุมมอง 8K3 ปีที่แล้ว
In this video I show how we can build a carousel Component in Blazor. Code: github.com/DavidEggenberger/DavidSeesSharp-Videos/tree/main/Blazor-Carousel Link for the Icon: www.flaticon.com/free-icon/next_709586?related_item_id=709586&term=arrow Quick Reminder: In Blazor Server with the render Mode ServerPrerendered (default) the Walkthrough Method would actually be called twice. Once during Prer...
Blazor Component Custom Attribute
มุมมอง 2.1K3 ปีที่แล้ว
In this video I show you how we can define a custom attribute that we then apply to our Razor Components. Through this we can get information about the components even if they aren't rendered yet. This concrete case is of course possible with hardcoding, but the usage of attributes makes the syntax more intuitive. Creator: David Eggenberger
Blazor Components Rendered Dynamically
มุมมอง 8K3 ปีที่แล้ว
Code: github.com/DavidEggenberger/BlazorComponentRenderedDynamically .NET 6 has a built in component for that, the video applies to pre .NET 6 versions In this video I show you how we can render our Razor Components dynamically. 3:20 all the LINQ Methods that dont specify their Return Type explicitly as ToList or ToArray do, return an IEnumerable of T Creator: David Eggenberger
Blazor Tab-Control
มุมมอง 10K3 ปีที่แล้ว
Blazor Tab-Control
Blazor Server EF Core 5 AddDbContextFactory
มุมมอง 6K3 ปีที่แล้ว
Blazor Server EF Core 5 AddDbContextFactory
Blazor List All Rendered Components
มุมมอง 8683 ปีที่แล้ว
Blazor List All Rendered Components
Blazor Components Searchable
มุมมอง 1.5K3 ปีที่แล้ว
Blazor Components Searchable
Blazor Background Animation
มุมมอง 3.7K3 ปีที่แล้ว
Blazor Background Animation
Blazor Auto Complete
มุมมอง 3.6K3 ปีที่แล้ว
Blazor Auto Complete
Blazor Heat Map
มุมมอง 9343 ปีที่แล้ว
Blazor Heat Map
Blazor Bar Chart Component
มุมมอง 2.8K3 ปีที่แล้ว
Blazor Bar Chart Component
Blazor Server Vertical Slice Architecture
มุมมอง 3.8K3 ปีที่แล้ว
Blazor Server Vertical Slice Architecture
Blazor Text Search Component
มุมมอง 4.5K3 ปีที่แล้ว
Blazor Text Search Component
Blazor Server HttpContext Accessing
มุมมอง 3K3 ปีที่แล้ว
Blazor Server HttpContext Accessing
Blazor Server GDPR Consent Cookie
มุมมอง 2.4K3 ปีที่แล้ว
Blazor Server GDPR Consent Cookie
Blazor Server MediatR simple Event Sourcing
มุมมอง 2K3 ปีที่แล้ว
Blazor Server MediatR simple Event Sourcing
Blazor Server ProtectedBrowserStorage .Net 5
มุมมอง 8643 ปีที่แล้ว
Blazor Server ProtectedBrowserStorage .Net 5
Blazor Bubble-Sort Animated
มุมมอง 7593 ปีที่แล้ว
Blazor Bubble-Sort Animated

ความคิดเห็น

  • @Luca_040
    @Luca_040 7 วันที่ผ่านมา

    Do not use Inheritance! You can define an Interface instead and register it as Singleton and Inject it

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

    excellent video! I need to figure it out how to build the CustomeErrorBoundary in Blazor Server

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

    Thanks for this. For future reference I think it would be better not to name your objects as Alert, Display, Component etc. because for beginners it becomes harder to determine what is a variable and what is actually part of the language. I'd use names such as myAlert displayAlert etc. FWIW

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

    Thank you! I had a feeling it was going to be something like this but I didn't have a standard function to implement so I needed to watch somebody else's solution to make sure I wasn't doing something crazy 😅 thanks ❤️

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

    I spend whole day. Learning create event ticket solved my problem. thanks boss. A bit info: You can reach the sign in services and give a session to the user like this: options.Events.OnCreatingTicket = async context => { var email = // user email var signInManager = context.HttpContext.RequestServices.GetRequiredService<SignInManager<ApplicationUser>>(); var user = await signInManager.UserManager.FindByEmailAsync(email); await signInManager.SignInAsync(user, false); context.Response.Redirect("/google-login-redirect"); };

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

    So every user changes color for every user, because the event is static ?? Messaging in scope ?

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

    There is a problem with this video. From What I can understand the problem is if I don't visit the page I use this in, ?.Invoke returns an error and backgorund task along with application stops.

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

    How do you implement multiple openID connect like login with azure ad and google in single wasm project

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

    Very grateful for this! The whole cookie consent thing is so stupid, this is a great example of the wasted effort bad regulation brings. Thank you, Brussels.

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

    How would you do it for components that already inherit something else ?

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

      Ah got it, you can just add the static events to a Class and inject it.

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

    Thanks

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

    is there a way to do this without the copying and pasting?

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

    This was a fantastic tutorial. Just what I was looking for. Thank you so much!

  • @남경만-o8d
    @남경만-o8d ปีที่แล้ว

    wow very good!!!

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

    Thank you so much

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

    I want to Automatically fill data in other table and save it Ex. I have two tables one have employee table name,code,phone, e-mail . In second table when I put in text box like name or code it gives me that data Automatically to in text field and save data. If you have any videos please Share me

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

    Thank you

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

    Hey, i am working on something where actions are made how ever when someone logs out i just want them to proceed with the action based on there credentials lest say i log in , do a couple of action , log out , login again ,continue from where i stopped can you please hep me on that

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

    Just wasted 1 hour on this before I realised it was Web Assembly and I'm doing a Server project. Plase put Web Assembly in the title loool and say it up front.

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

    Very cool video but I have a question, Why do we need to subscribe the event when value of Color is changed ? Why dont we just add "statehaschanged()" when we add a new value to color in side the Handle function ?

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

    helo sir, is that this is same way for blazor web assembly?

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

    Reset, not Resseted.

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

    Thanks for the video. IdentityServer is no longer actively supported, at least not the free and open source version, right? I've been on a mad hunt for a working 'host it yourself' solution for dotnet but there just doesn't seem to be a viable option. Am I wrong?

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

      Take a look at Ochard Core. You can turn in into a IdP.

    • @papa-m9y6f
      @papa-m9y6f 9 หลายเดือนก่อน

      upgrade to duende server. They acquired identity server.

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

    Is this possible with Blazor WASM as well?

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

    Nice!

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

    Thanks that did help to see it implemented.

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

    Thank you, Great tutorial!!!

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

    Perfect video

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

    Muito obligado.😮

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

    Perfect videos, thanks for the kindness of sharing them, these videos are gold.

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

    Perfect videos, thanks for the kindness of sharing them, these videos are gold.

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

    This was insane. Thank you!

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

    I need [logout] button too...

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

    du kannst auch MudBlazor benutzen

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

    Thanks David for this video. Does this work with Blazor Server as well?

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

    Thank you super helpful!

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

    Awesome tutorial.

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

    Nice!

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

    After 2 days of browsing Microsoft documentation you just saved my day. I knew it was pretty simple to do it that way! Thanks mate! And the video doesn't suck cause I ran in almost all the things you did too :)

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

    Is this still working. I got a exception on await (UpdateEvent?.Invoke(DateTime.Now));

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

      You find a solution for this?

    • @liveti1till160
      @liveti1till160 26 วันที่ผ่านมา

      @@kayayunus11 in the service you can check if ther is any sub like this: if (UpdateEvent != null) { await UpdateEvent.Invoke(DateTime.Now); }

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

    Awesome video bro! But what if I want to call an await operation inside the changeEvent += (om args) .... for example: I want to call a Http Request using "await Http.GetFromJsonAsync" and when the request has completed, call the StateHasChanged(). How can i managed to do this?

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

    thank you so much for this tut. keep going.

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

    Thank you

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

    wow creative one

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

    aawesome...

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

    I have been trying to do the same and use admin dashboard bootstrap template (LEMA) but it doesn't work properly the sidebar is not showing. When I comment the blazor script then it works properly. what could be the issue?

  • @coding-in
    @coding-in 2 ปีที่แล้ว

    3:50 how we do in _layout.cshtml ?

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

    Is it safer than signalR ?

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

      i mean about Security, can i use it for production in big company?

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

      Has las pruebas necesarias

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

    @DavidSeesSharp Thank you, very well done. But I don't understand why you're assigning a new ErrorBoundary to the @ref variable. Is this really needed and why?

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

      @4:40 he needs the reference to be able to invoke the `Recover` method that's on the `ErrorBoundary` class.

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

    Awesome tutorial, thank you very much! Do you see a possibility to have a return value/EventCallback given back to the Caller of ModalWrapper.ShowModal(...)? Feedback would be much appreciated :-)