Forwarded from Blazor RuCommunity
Niels Swimberghe (известный как RealSwimburger) делится гайдом о том, как делать телефонные звонки при помощи Twilio Voice: https://www.youtube.com/watch?v=e8DX7HdSmkU
@BlazorChannel #Blazor
@BlazorChannel #Blazor
YouTube
The .NET Docs Show - Making Phone Calls 📞 from Blazor WebAssembly with Twilio Voice
Combine Blazor WASM, JavaScript Interop, Twilio's client library, ngrok for ASP.NET Core WebAPI, and Twilio back end.
Featuring: Niels Swimberghe (@RealSwimburger)
Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa
Learn…
Featuring: Niels Swimberghe (@RealSwimburger)
Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa
Learn…
Forwarded from Blazor RuCommunity
Очередная седьмая preview версия ASP.NET Core .NET 6. И вот какие нововведения по Blazor:
- Добавлен атрибут
- Появилась возможность заменять текущий uri в истории браузера, вместо добавления нового
- У DynamicComponent появилось свойство Instance, которое позволяет получить доступ к динамически создаваемому экземпляру компонента
- Blazor поддерживает потоковую передачу данных напрямую из JS в .NET
- Поддержка загрузки файлов более 2 Гб при помощи
- Появилась возможность изменять
- Добавлен атрибут
@BlazorChannel #Blazor
- Добавлен атрибут
[SupplyParameterFromQuery]
, который позволяет получать параметры из строки запроса- Появилась возможность заменять текущий uri в истории браузера, вместо добавления нового
- У DynamicComponent появилось свойство Instance, которое позволяет получить доступ к динамически создаваемому экземпляру компонента
- Blazor поддерживает потоковую передачу данных напрямую из JS в .NET
- Поддержка загрузки файлов более 2 Гб при помощи
InputFile
. Также обновлённый компонент загружает файлы быстрее- Появилась возможность изменять
<head>
компонентов (установка <title>
или добавление <meta>
)- Добавлен атрибут
multiple
, который поддерживает множественный выбор в элементах <select>
Больше изменений и дополнений можно посмотреть по ссылке: https://bit.ly/3yDA42m@BlazorChannel #Blazor
.NET Blog
ASP.NET Core updates in .NET 6 Preview 7
.NET 6 Preview 7 is now available and includes many great new improvements to ASP.NET Core. Here’s what’s new in this preview release: Parity with existing experiences for minimal APIs Added IResult implementations for producing common HTTP responses Support…
В этом эпизоде ON .NET Show Дэвид Пайн и Джереми продемонстрируют пример приложения с поддержкой чат-бота, которое работает на Blazor WASM и SignalR.
https://devdigest.today/post/1745
#Blazor #WASM #SignalR
https://devdigest.today/post/1745
#Blazor #WASM #SignalR
Developers Digest
Using SignalR in your Blazor applications
In this episode, David Pine joins Jeremy to show off this chat bot enabled demo that's powered by Blazor WASM and SignalR[00:00] - Start[01:09] - Why is Sign...
Не пропустите вебинар, на котором вы узнаете как создать онлайн-магазина билетов с помощью Blazor WebAssembly
https://blog.jetbrains.com/dotnet/2021/08/26/webinar-building-an-online-ticket-store-with-blazor-webassembly/
#blazor #event #webinar #jetbrains
https://blog.jetbrains.com/dotnet/2021/08/26/webinar-building-an-online-ticket-store-with-blazor-webassembly/
#blazor #event #webinar #jetbrains
The JetBrains Blog
Webinar: Building an Online Ticket Store with Blazor WebAssembly | The .NET Tools Blog
Join us Tuesday, September 28, 2021, 16:00 - 17:00 CEST (10:00 AM - 11:00 AM EDT or check other timezones) for our free live webinar, Building an Online Ticket Store with Blazor WebAssembly, with Stev
Forwarded from Blazor RuCommunity
Недавние обновления Blazor в видеоформате (c Daniel Roth): https://www.youtube.com/watch?v=cpt0Ljs35YA
@BlazorChannel #Blazor
@BlazorChannel #Blazor
YouTube
ASP.NET Community Standup - Blazor in .NET 6 RC1
Find out what's new in Blazor in .NET 6 RC1!
Community Links: https://www.theurlist.com/blazor_community_standup_september_2021
Featuring: Daniel Roth (@danroth27), Tanay Parikh (@_TanayParikh), Mackinnon Buck, Jon Galloway (@jongalloway)
Get your questions…
Community Links: https://www.theurlist.com/blazor_community_standup_september_2021
Featuring: Daniel Roth (@danroth27), Tanay Parikh (@_TanayParikh), Mackinnon Buck, Jon Galloway (@jongalloway)
Get your questions…
Forwarded from Blazor RuCommunity
Существует такой подход к проектированию frontend приложений "Micro-frontend". Это когда фронтенд-приложение декомпозируется на отдельные, полунезависимые "микроприложения", работающие свободно друг от друга. Концепция micro-frontend в общих чертах вдохновлена микросервисами и названа в их честь.
Автор статьи делится своим мнением в разрезе Blazor: https://bit.ly/2XWKYTy
Также есть видео с .NET Conf 2020: https://bit.ly/3iaHiVn
P.S. также у него в профиле можно найти много статей по Blazor
@BlazorChannel #Blazor
Автор статьи делится своим мнением в разрезе Blazor: https://bit.ly/2XWKYTy
Также есть видео с .NET Conf 2020: https://bit.ly/3iaHiVn
P.S. также у него в профиле можно найти много статей по Blazor
@BlazorChannel #Blazor
Medium
MicroFrontends With Blazor WebAssembly
I recently embarked on a mission to uncover the details behind the implementation of MicroFrontends under Blazor WebAssembly applications…
Forwarded from Blazor RuCommunity
Доступна запись вебинара по созданию онлайн-магазина билетов с помощью Blazor WebAssembly: https://bit.ly/3mfi1dS
@BlazorChannel #Blazor
@BlazorChannel #Blazor
The JetBrains Blog
Webinar: Building an Online Ticket Store with Blazor WebAssembly | The .NET Tools Blog
Join us Tuesday, September 28, 2021, 16:00 - 17:00 CEST (10:00 AM - 11:00 AM EDT or check other timezones) for our free live webinar, Building an Online Ticket Store with Blazor WebAssembly, with Stev
В AOT режиме .NET приложение превращается в чистые WebAssembly бинарники сразу при сборке. В рантайме не происходит никакой интерпретации — код выполняется как обычный WebAssembly-код.
https://blog.elmah.io/ahead-of-time-compilation-for-blazor-wasm
#blazor #wasm #aot
https://blog.elmah.io/ahead-of-time-compilation-for-blazor-wasm
#blazor #wasm #aot
elmah.io Blog - .NET Technical tutorials/guides and new features
Ahead-Of-Time Compilation for Blazor Wasm
In this article, we will look at how you can compile your code directly to Wasm Ahead-Of-Time (AOT) and what pros and cons this brings.
Forwarded from Blazor RuCommunity
.NET Conf 2021 на носу, а значит пора опубликовать расписание сессий с участием Blazor.
9 ноября
- Enterprise-grade Blazor apps with .NET 6 - Daniel Roth - 21:00
10 ноября
- Next-generation Blazor components with .NET 6 - Daniel Roth, Javier Calvarro Nelson - 01:00
- Build cross-platform native apps with .NET MAUI and Blazor - Eilon Lipton - 02:30
- Warp-speed WebAssembly with Blazor in .NET 6 - Steve Sanderson - 20:00
- Full-stack .NET with Blazor WebAssembly and Azure Static Web Apps - Anthony Chu, Simona Cotin -21:30
11 ноября
- Blazor Azure B2C Authentication and Authorization - Michael Washington - 06:30
- Developing and Deploying a Static Blazor Web App with Azure Functions Backend - Matthias Koch - 09:30
- Connecting gadgets to Blazor - Jimmy Engström - 10:00
- Building A Production Ready Blazor WASM App - Steve Peirce - 11:30
- What’s new in bUnit for .NET 6 - Egil Hansen - 12:00
- Blazor and GraphQL - Poornima Nayar - 15:00
- Response and Adaptive Tactics for Blazor Applications - Ed Charbeneau - 20:00
- Embedding Power BI Reports in your Blazor 6 site - Édgar Sánchez Gordón - 23:00
12 ноября
- Host, deploy and scale ASP.NET Core Blazor Server - Jose Javier Columbie - 03:00
Полное расписание: https://www.dotnetconf.net/agenda
@BlazorChannel #Blazor
9 ноября
- Enterprise-grade Blazor apps with .NET 6 - Daniel Roth - 21:00
10 ноября
- Next-generation Blazor components with .NET 6 - Daniel Roth, Javier Calvarro Nelson - 01:00
- Build cross-platform native apps with .NET MAUI and Blazor - Eilon Lipton - 02:30
- Warp-speed WebAssembly with Blazor in .NET 6 - Steve Sanderson - 20:00
- Full-stack .NET with Blazor WebAssembly and Azure Static Web Apps - Anthony Chu, Simona Cotin -21:30
11 ноября
- Blazor Azure B2C Authentication and Authorization - Michael Washington - 06:30
- Developing and Deploying a Static Blazor Web App with Azure Functions Backend - Matthias Koch - 09:30
- Connecting gadgets to Blazor - Jimmy Engström - 10:00
- Building A Production Ready Blazor WASM App - Steve Peirce - 11:30
- What’s new in bUnit for .NET 6 - Egil Hansen - 12:00
- Blazor and GraphQL - Poornima Nayar - 15:00
- Response and Adaptive Tactics for Blazor Applications - Ed Charbeneau - 20:00
- Embedding Power BI Reports in your Blazor 6 site - Édgar Sánchez Gordón - 23:00
12 ноября
- Host, deploy and scale ASP.NET Core Blazor Server - Jose Javier Columbie - 03:00
Полное расписание: https://www.dotnetconf.net/agenda
@BlazorChannel #Blazor
www.dotnetconf.net
.NET Conf 2021
Join the .NET Conf 2021 free virtual event November 9-11 to learn about the newest developments across the .NET platform, open source, and dev tools. Mark your calendar!
Forwarded from Blazor RuCommunity
Вышла вторая часть статьи на хабре "Как научиться работать в Blazor, делая что-то полезное": https://bit.ly/301NpFm
@BlazorChannel #Blazor
@BlazorChannel #Blazor
Хабр
Как научиться работать в Blazor, делая что-то полезное. Часть II
Как я сказал в первой части этой статьи, мы решили написать систему, которая преобразует команды для отправки многочисленных инструкций на различные IoT реле на Blazor. Где по-быстрому,...
Видео про новые фичи в Blazor WebAssembly в .NET 6
https://devdigest.today/post/1817
#blazor #web #assembly #net6
https://devdigest.today/post/1817
#blazor #web #assembly #net6
Developers Digest
New Blazor WebAssembly capabilities in .NET 6
With .NET 6, the underlying .NET WebAssembly runtime supports entirely new kinds of functionality, and can be faster and more productive than ever before."Na...
Forwarded from Blazor RuCommunity
Для Blazor в .NET 6 появился компонент для обработки ошибок - ErrorBoundary.
Статья по работе с ним: https://bit.ly/3qYwvmk
@BlazorChannel #Blazor
Статья по работе с ним: https://bit.ly/3qYwvmk
@BlazorChannel #Blazor
Learmoreseekmore
Blazor App Handling Errors Using Error Boundaries Component[.NET6 Feature]
In this article, we will know about .NET6 feature that is in Blazor application handling error using the Error Boundaries. ErrorBoundary Com...
Forwarded from Blazor RuCommunity
.NET podcasts - приложение для подкастов от Microsoft с открытым исходным кодом. С помощью него можно посмотреть на .NET 6, ASP.NET Core, Blazor, .NET MAUI, Azure Container Apps и др. в деле
Сайт: https://dotnetpodcasts.azurewebsites.net/#
GitHub: https://github.com/microsoft/dotnet-podcasts
Web: https://dotnetpodcasts.azurewebsites.net/discover
@BlazorChannel #Blazor
Сайт: https://dotnetpodcasts.azurewebsites.net/#
GitHub: https://github.com/microsoft/dotnet-podcasts
Web: https://dotnetpodcasts.azurewebsites.net/discover
@BlazorChannel #Blazor
GitHub
GitHub - microsoft/dotnet-podcasts: .NET 6 reference application shown at .NET Conf 2021 featuring ASP.NET Core, Blazor, .NET MAUI…
.NET 6 reference application shown at .NET Conf 2021 featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, and more! - GitHub - microsoft/dotnet-podcasts: .NET 6 reference application shown at ...
Forwarded from Blazor RuCommunity
11 января в 21:00 Steve Sanderson, Tanay Parikh и Jon Galloway поговорят о Blazor WebAssembly в .NET 6 и ответят на интересующие вопросы в новом ASP.NET Community Standup: https://www.youtube.com/watch?v=8gwSU3oaMV8
@BlazorChannel #Blazor
@BlazorChannel #Blazor
YouTube
ASP.NET Community Standup - Blazor WebAssembly on .NET 6
Join Blazor creator Steve Sanderson for a special look at Blazor WebAssembly on .NET 6.
Community Links: https://www.theurlist.com/blazor_community_standup_january_2022
Featuring: Steve Sanderson (@stevensanderson), Tanay Parikh (@_TanayParikh), Jon…
Community Links: https://www.theurlist.com/blazor_community_standup_january_2022
Featuring: Steve Sanderson (@stevensanderson), Tanay Parikh (@_TanayParikh), Jon…
Forwarded from Blazor RuCommunity
Мы писали в канале несколько раз о книге Blazor in Action и вот наконец она полностью дописана: https://www.manning.com/books/blazor-in-action?query=blazor
Книга всё ещё доступна по программе MEAP и стоит дешевле
@BlazorChannel #Blazor
Книга всё ещё доступна по программе MEAP и стоит дешевле
@BlazorChannel #Blazor
Manning Publications
Blazor in Action
An example-driven guide to building reusable UI components and web frontends—all with Blazor, C#, and .NET.</b>
In Blazor in Action</i>, you will learn about:
Blazor + WebAssembly</li>
Picking the right hosting model</li>
Building reusable UI components</li>…
In Blazor in Action</i>, you will learn about:
Blazor + WebAssembly</li>
Picking the right hosting model</li>
Building reusable UI components</li>…
Forwarded from Blazor RuCommunity
Автор статьи описывает по шагам, как проапгрейдить своё приложение на ASP.NET Web Forms к Blazor при помощи Porting Assistant: https://aws.amazon.com/ru/blogs/modernizing-with-aws/modernizing-asp-net-web-forms-to-blazor/
@BlazorChannel #Blazor
@BlazorChannel #Blazor
Amazon
Modernizing ASP.NET Web Forms applications to Blazor using Porting Assistant for .NET | Amazon Web Services
ASP.NET Web Forms has been a part of the .NET Framework since its initial release in 2002 and continues to power many web applications today. Customers want to modernize these applications to ASP.NET Core to realize cost savings, enhance performance, and…
Дорожная карта Blazor .NET 7
https://devdigest.today/post/1885
#blazor #dotnet #web #assembly #webassembly
https://devdigest.today/post/1885
#blazor #dotnet #web #assembly #webassembly
Developers Digest
ASP.NET Community Standup - Blazor .NET 7 Roadmap
Find out what's being planned for Blazor in .NET 7, and give us your feedback!Featuring: Daniel Roth (@danroth27), Tanay Parikh (@_TanayParikh), Jon Galloway...
Forwarded from Blazor RuCommunity
Реализация TreeView для своих проектов: https://bit.ly/3HMVm2d
(я думал, на codeproject уже не пишут ☺️)
@BlazorChannel #Blazor
(я думал, на codeproject уже не пишут ☺️)
@BlazorChannel #Blazor
CodeProject
Building a Folder Tree in Blazor
Implementation of a folder tree in front-end and back-end
Использование Blazor Hybrid для создания кроссплатформенных приложений для Windows, iOS, Android и Mac
https://devdigest.today/post/1915
#ios #android #mac #blazor #hybrid
https://devdigest.today/post/1915
#ios #android #mac #blazor #hybrid
Developers Digest
ASP.NET Community Standup - Native client apps with Blazor Hybrid
Join this Blazor Community Standup to learn more about using Blazor Hybrid to create cross-platform native client apps for Windows, iOS, Android & Mac!Commun...
Вебинар от компании JetBrains на тему "Защита SPA + Blazor приложений, используя BFF (Backend for Frontend) паттерн"
Дата: 10 мая, 15:00 UTC (18:00 по Киеву)
Язык: английский
https://info.jetbrains.com/rider-webinar-may10-2022.html
#jetbrains #webinar #blazor #security
Дата: 10 мая, 15:00 UTC (18:00 по Киеву)
Язык: английский
https://info.jetbrains.com/rider-webinar-may10-2022.html
#jetbrains #webinar #blazor #security
YouTube
Securing SPAs and Blazor Applications using the BFF (Backend for Frontend) Pattern
Modern web development means that more and more application code is running in the browser. Traditionally this has been JavaScript but more recently there has been the trend to use C#/WASM with Blazor. These modern applications typically also need authentication…