#blazorators search results
Introducing #Blazorators. In this month's 🔥 Blazor 🔥 Community Standup, @DavidPine7 introduces us to a #CSharp source generator that creates fully functioning Blazor JavaScript interop code, targeting IJSInProcessRuntime or IJSRuntime types. 📽️ msft.it/6010waTxa
Every time I publish a release @NuGet gets six updated packages - it’s a thing of beauty 🤘🏼. #blazorators
Thrilled to share that I was asked to present #blazorators on the #Blazor Community Standup. Tune in on April 12th and learn all about my little side-project, that source generates JavaScript interop APIs. Working on a slide deck now. /cc @dotnet #csharp #webassembly #javascript
My side-project #blazorators has taken a HUGE step forward! It is not capable of generating fully DI-ready services, with interfaces and corresponding implementations—as well as the extension methods required to consume them. This is literally insane! github.com/IEvangelist/bl…
🤓 #screencapture with limited context (#blazorators source-generated DI extension methods, registering service contracts and corresponding implementations automatically in #csharp) #dotnet:
More #blazorators fun. Added Geolocation. The current build of the Source Generator project, when I target Geolocation I write 12 lines of code, and it generates over 250 lines of code, spanning 12 files. It now generates the dependencies for callbacks. github.com/IEvangelist/bl…
Thanks to @colindembovsky for his PR today into #blazorators: More efficient GitHub workflow
Major updates for #blazorators: - Interfaces are targeted rather than extension methods. - Overloads are generated exposing Action<T> delegates for callback-based JavaScript interop (thanks to Stephen Toub for the idea). - Demo site is live and shows localStorage and geolocation
#BlazorBits 0003: Use #blazorators (C# Source Generators for Blazor), latest geolocation @nuget package 📦. Check it out in the @Telerik REPL for #Blazor. ✨ #dotnet #sourcegenerators #csharp #webassembly blazorrepl.telerik.com/mmkRFKPR49Vn0g…
#BlazorBits 0004: Use #blazorators (C# Source Generator for Blazor), native #JavaScript #speechSynthesis @nuget package 📦. Check it out in the @Telerik REPL for #Blazor. ✨ #dotnet #webassembly #csharp #javascript blazorrepl.telerik.com/mcajYsly289d8o…
#blazorators will generate all of the C#/JS Interop code, in idiomatic C#, from a TypeScript declaration file. Just import the generated service like any other C# class!
📢 Yeah!! This is happening. I can't wait to see y'all next week and share a little side project of mine known as #blazorators. It's a #csharp source generator that creates fully functioning #JavaScript interop for #blazor. Think of it as JS auto-bindings. youtube.com/watch?v=U8XriF…
youtube.com
YouTube
ASP.NET Community Standup - Blazorators: Blazor C# Source Generators
Yes, GitHub pages, my #blazorators project has a sample app that's deployed to it from a GitHub Action. It's actually a thing of beauty! ievangelist.github.io/blazorators/
I want to thank my first ever @github sponsor, thank you @KStrubeG for supporting my side projects - specifically #blazorators! 🙏🏽 github.com/IEvangelist/bl…
13/20 , #Blazorators is an open-source C# source generator. Thank you, Vsevolod Šliachtenko (github.com/vs-savelich), for your collaboration and work with me on the Azure resource translator GitHub Action. You helped to implement request batching beautifully. #developercommunity
I spoke about it on the @aspnet community standup, and that's available to you on the #dotnet @youtube channel 📽️ (#blazorators — Blazor C# Source Generator): youtube.com/watch?v=U8XriF…
This package is deserving of more attention, I'm continuing work on #blazorators—I'm currently re-implementing the @typescript #AST parser in C#. #dotnet @nuget 📦 /cc @bradygaster nuget.org/packages/Blazo…
I'm having a lot of fun working on #blazorators again! I have the TypeScript AST / compiler reimplemented in .NET now, and I'm starting to read arbitrary Type definitions and mapping them into C#. Source generators for the win 💜 Look at all this work: github.com/IEvangelist/bl…
The demo site is live, check it out and let me know what you think: #blazorators #blazor #csharp #webassembly #javascriptinterop #javascript #sourcegenerator ievangelist.github.io/blazorators
I'm being interviewed by some PhD students from @CarnegieMellon Computer Science to talk about #blazorators and #OSS. They're working on tooling to help maintainers manage their open source project culture. This is a fantastic initiative. I'm excited 🤓: github.com/IEvangelist/bl…
I'm having a lot of fun working on #blazorators again! I have the TypeScript AST / compiler reimplemented in .NET now, and I'm starting to read arbitrary Type definitions and mapping them into C#. Source generators for the win 💜 Look at all this work: github.com/IEvangelist/bl…
I want to thank my first ever @github sponsor, thank you @KStrubeG for supporting my side projects - specifically #blazorators! 🙏🏽 github.com/IEvangelist/bl…
This package is deserving of more attention, I'm continuing work on #blazorators—I'm currently re-implementing the @typescript #AST parser in C#. #dotnet @nuget 📦 /cc @bradygaster nuget.org/packages/Blazo…
I spoke about it on the @aspnet community standup, and that's available to you on the #dotnet @youtube channel 📽️ (#blazorators — Blazor C# Source Generator): youtube.com/watch?v=U8XriF…
I was helping a good friend out tonight, who was asking for guidance on migrating from some third-party geolocation software for #Blazor #WebAssembly to my source-generated @nuget packages from #blazorators 📦. Read all about it here: davidpine.net/blog/blazorato…
davidpine.net
Blazorators
C# Source Generator for JavaScript Interop in Blazor
13/20 , #Blazorators is an open-source C# source generator. Thank you, Vsevolod Šliachtenko (github.com/vs-savelich), for your collaboration and work with me on the Azure resource translator GitHub Action. You helped to implement request batching beautifully. #developercommunity
Yes, GitHub pages, my #blazorators project has a sample app that's deployed to it from a GitHub Action. It's actually a thing of beauty! ievangelist.github.io/blazorators/
🧵 2/3 #blazorators is an ambitious #oss project that aims to blur the lines betwixt #csharp and #javascript. This while parsing @typescript type declarations from to power a #roslyn source generator. 🤓 Featuring the @Telerik #REPL for #Blazor davidpine.net/blog/blazorato…
davidpine.net
Blazorators
C# Source Generator for JavaScript Interop in Blazor
#blazorators will generate all of the C#/JS Interop code, in idiomatic C#, from a TypeScript declaration file. Just import the generated service like any other C# class!
#BlazorBits 0004: Use #blazorators (C# Source Generator for Blazor), native #JavaScript #speechSynthesis @nuget package 📦. Check it out in the @Telerik REPL for #Blazor. ✨ #dotnet #webassembly #csharp #javascript blazorrepl.telerik.com/mcajYsly289d8o…
... and so many more, @carlbergenhem @davidortinau @boedie, and @samidip — this is going to be amazing! 🤘🏽 🤖 I will be sharing #blazorators, an open-source project that serves two primary functions. First, act as a C# source generator. Second, generate NuGet libs. 🤓 #dotnet
I'm just getting to the point where I'm coming up for air from writing the book. I'm starting to get my momentum up for working on this soon. I'll be @devreach speaking on #blazorators, you should come to check it out! I'm starting to write a C# TypeScript AST parser, wanna help?
🤓 #screencapture with limited context (#blazorators source-generated DI extension methods, registering service contracts and corresponding implementations automatically in #csharp) #dotnet:
I'm being interviewed by some PhD students from @CarnegieMellon Computer Science to talk about #blazorators and #OSS. They're working on tooling to help maintainers manage their open source project culture. This is a fantastic initiative. I'm excited 🤓: github.com/IEvangelist/bl…
Introducing #Blazorators. In this month's 🔥 Blazor 🔥 Community Standup, @DavidPine7 introduces us to a #CSharp source generator that creates fully functioning Blazor JavaScript interop code, targeting IJSInProcessRuntime or IJSRuntime types. 📽️ msft.it/6010waTxa
Hi friends of the #blazorators project, I'm pleased to announce that I just opened up the formal Discussions tab on GitHub. There are lots of #DeveloperCommunity buzzing about this right now. If you want more from this project, let's work together on it. github.com/IEvangelist/bl…
📢 Yeah!! This is happening. I can't wait to see y'all next week and share a little side project of mine known as #blazorators. It's a #csharp source generator that creates fully functioning #JavaScript interop for #blazor. Think of it as JS auto-bindings. youtube.com/watch?v=U8XriF…
youtube.com
YouTube
ASP.NET Community Standup - Blazorators: Blazor C# Source Generators
Thanks to @colindembovsky for his PR today into #blazorators: More efficient GitHub workflow
Major updates for #blazorators: - Interfaces are targeted rather than extension methods. - Overloads are generated exposing Action<T> delegates for callback-based JavaScript interop (thanks to Stephen Toub for the idea). - Demo site is live and shows localStorage and geolocation
The demo site is live, check it out and let me know what you think: #blazorators #blazor #csharp #webassembly #javascriptinterop #javascript #sourcegenerator ievangelist.github.io/blazorators
Every time I publish a release @NuGet gets six updated packages - it’s a thing of beauty 🤘🏼. #blazorators
Thanks to @colindembovsky for his PR today into #blazorators: More efficient GitHub workflow
Major updates for #blazorators: - Interfaces are targeted rather than extension methods. - Overloads are generated exposing Action<T> delegates for callback-based JavaScript interop (thanks to Stephen Toub for the idea). - Demo site is live and shows localStorage and geolocation
Powered by this C# code and #blazorators: ✨ github.com/IEvangelist/bl… ✨ Set the @TypeScript type name and the identifier for the corresponding implementation, and it writes the code for you.
Thrilled to share that I was asked to present #blazorators on the #Blazor Community Standup. Tune in on April 12th and learn all about my little side-project, that source generates JavaScript interop APIs. Working on a slide deck now. /cc @dotnet #csharp #webassembly #javascript
Introducing #Blazorators. In this month's 🔥 Blazor 🔥 Community Standup, @DavidPine7 introduces us to a #CSharp source generator that creates fully functioning Blazor JavaScript interop code, targeting IJSInProcessRuntime or IJSRuntime types. 📽️ msft.it/6010waTxa
#BlazorBits 0003: Use #blazorators (C# Source Generators for Blazor), latest geolocation @nuget package 📦. Check it out in the @Telerik REPL for #Blazor. ✨ #dotnet #sourcegenerators #csharp #webassembly blazorrepl.telerik.com/mmkRFKPR49Vn0g…
🤓 #screencapture with limited context (#blazorators source-generated DI extension methods, registering service contracts and corresponding implementations automatically in #csharp) #dotnet:
#BlazorBits 0004: Use #blazorators (C# Source Generator for Blazor), native #JavaScript #speechSynthesis @nuget package 📦. Check it out in the @Telerik REPL for #Blazor. ✨ #dotnet #webassembly #csharp #javascript blazorrepl.telerik.com/mcajYsly289d8o…
My side-project #blazorators has taken a HUGE step forward! It is not capable of generating fully DI-ready services, with interfaces and corresponding implementations—as well as the extension methods required to consume them. This is literally insane! github.com/IEvangelist/bl…
More #blazorators fun. Added Geolocation. The current build of the Source Generator project, when I target Geolocation I write 12 lines of code, and it generates over 250 lines of code, spanning 12 files. It now generates the dependencies for callbacks. github.com/IEvangelist/bl…
Something went wrong.
Something went wrong.
United States Trends
- 1. Northern Lights 36.8K posts
- 2. #DWTS 50.2K posts
- 3. #Aurora 7,545 posts
- 4. Justin Edwards 2,064 posts
- 5. Louisville 17.3K posts
- 6. #RHOSLC 6,381 posts
- 7. Creighton 2,006 posts
- 8. #OlandriaxHarpersBazaar 4,689 posts
- 9. Andy 60.9K posts
- 10. Gonzaga 2,663 posts
- 11. Lowe 12.5K posts
- 12. #GoAvsGo 1,437 posts
- 13. Oweh 2,043 posts
- 14. JT Toppin N/A
- 15. Kentucky 25.5K posts
- 16. Celtics 12.3K posts
- 17. Elaine 41K posts
- 18. Dylan 31.1K posts
- 19. Robert 101K posts
- 20. H-1B 28.1K posts