Ryan Manns
70 posts


Excellent interview from a good friend, Fred Burns: #CodingInColor: From Valedictorian to Corporate Techie, to Startup Founder, This Millennial Shares His Transparent Truth About Working in Tech mogulmillennial.com/codingincolor-… via @mogulmillennial
English

Or, you could extend InputSelect as show here by @stevensanderson #issuecomment-506288035" target="_blank" rel="nofollow noopener">github.com/aspnet/AspNetC…
English

The #Blazor InputSelect doesn't support binding to int's, so here's a simple workaround using an html <select> instead:

English

@rycornell To some extent, you could go native like this demos.telerik.com/blazor-ui/anim… and it's simpler if clicks must invoke it. Also, you may want to track this: feedback.telerik.com/blazor/1406095…
English

Converting a MVC site to #Blazor. Found the OnAfterRenderAsync method and the javascript eval statement extremely helpful in preserving the Bootstrap popover functionality. An easy temporary solution until we implement the popover in native Blazor.
English

@EdCharbeneau This is right on time! Our team was just looking into the issue with the Grid's "Add" command not using popup mode, and it looks like you all have fixed it in this release!
English

What has ASP.NET Core 3.1 Preview compatibility, Data Grids with virtual scrolling, and column reordering? Telerik UI for #Blazor 2.2.0 that's what!
telerik.com/blogs/telerik-…
English

@chris_sainty @EdCharbeneau Thanks Chris, that's what I thought too. Comments added on [Parameter] properties do show up in intellisense. Comments added in the code block or on the base class definition do not.
English

2) Docker build fails on dotnet restore command due to 401 trying to download packages from nuget.telerik.com.
We need to be able to provide credentials to NuGet restore without hard coding in the NuGet.Config file.
Going to take this approach: #issuecomment-439272181" target="_blank" rel="nofollow noopener">github.com/microsoft/azur…
English

1) Running the project with the Docker Debug config returns 404 for file _content/telerik.ui.for.blazor/js/telerik-blazor.js
Workaround: Add <ContainerDevelopmentMode>Regular</ContainerDevelopmentMode> to the project file.
#faster-builds-for-the-debug-configuration" target="_blank" rel="nofollow noopener">docs.microsoft.com/en-us/visualst…
#issuecomment-529356924" target="_blank" rel="nofollow noopener">github.com/Tewr/BlazorFil…
English

@RyanRobbinsDev @Telerik @percy_io This was my first time using Percy. I used PercyScript instead of Cypress and it only took 15min to get it running. What I like about Blazor is you can build a modern site without any javascript, and you get the full power of C#. Great for devs that aren't comfortable with js.
English

@rycornell @Telerik @percy_io I’ve been looking at using Percy with cypress.io. What do you think of Blazor?
English

Now that we've created custom themes for our @Telerik #Blazor app, it's time to add some visual regression tests with @percy_io and run it through an #AzureDevOps Pipeline! 😃
English
Ryan Manns retweetou

Just when you thought it was over. The .NET docs team has released previews of new .NET Architecture Guides!
🚀 Blazor
🚀 gRPC
🚀 Desktop
🚀Cloud Native
Check them out here
dotnet.microsoft.com/learn/dotnet/a… #dotnetcore #mobile #cloud

English

@Telerik released #Blazor UI 2.0 today that includes a feature we've been looking forward to, the hierarchical grid!
telerik.com/support/whats-…
English

I'm liking this Unchase Visual Studio extension. It allows you to generate client code for Web APIs right inside of VS. github.com/unchase/Unchas…
English