#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

dotnet's tweet image. 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

davidpine7's tweet image. 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

davidpine7's tweet image. 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
davidpine7's tweet image. 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
davidpine7's tweet image. 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…

davidpine7's tweet image. 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…
davidpine7's tweet image. 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…
davidpine7's tweet image. 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…
davidpine7's tweet image. 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:

davidpine7's tweet image. 🤓 #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…

davidpine7's tweet image. 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…
davidpine7's tweet image. 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…
davidpine7's tweet image. 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

davidpine7's tweet image. 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's tweet image. #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's tweet image. #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…

#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…

davidpine7's tweet card. ASP.NET Community Standup - Blazorators: Blazor C# Source Generators

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/


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…


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…


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!


... 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:

davidpine7's tweet image. 🤓 #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

dotnet's tweet image. Introducing #Blazorators.

In this month&apos;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…

davidpine7's tweet card. ASP.NET Community Standup - Blazorators: Blazor C# Source Generators

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

davidpine7's tweet image. 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



No results for "#blazorators"

Every time I publish a release @NuGet gets six updated packages - it’s a thing of beauty 🤘🏼. #blazorators

davidpine7's tweet image. 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

davidpine7's tweet image. 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.

davidpine7's tweet image. 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

davidpine7's tweet image. 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
davidpine7's tweet image. 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
davidpine7's tweet image. 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

dotnet's tweet image. Introducing #Blazorators.

In this month&apos;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…

blazorbits's tweet image. #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's tweet image. #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:

davidpine7's tweet image. 🤓 #screencapture with limited context (#blazorators source-generated DI extension methods, registering service contracts and corresponding implementations automatically in #csharp) #dotnet:

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…

davidpine7's tweet image. 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…
davidpine7's tweet image. 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…
davidpine7's tweet image. 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…
davidpine7's tweet image. 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…

davidpine7's tweet image. 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…
davidpine7's tweet image. 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…
davidpine7's tweet image. 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…

Loading...

Something went wrong.


Something went wrong.


United States Trends