Templated components expose customizable sections via parameters. Consumers then pass in their own templates for these sections that the component will use when rendering. So what does this look like ...
If you know how to create an ASP.NET MVC View, you know a great deal about how to create pages in Blazor. But, by packaging up pages as Blazor Components, you can use (and re-use) those pages more ...
Take advantage of Blazor, Microsoft’s answer to full-stack development, to build rich web apps with C# and .NET Core. Microsoft’s Blazor is an open source and cross-platform web UI framework used for ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Microsoft’s commitment to a cross-platform world is perhaps one of the biggest changes to its development platform during the past few years. Its purchase of Xamarin kickstarted a sea change that’s ...
In modern software development, a hybrid app is a native application for the respective operating system in which web interfaces with HTML and CSS are embedded. The native framework application can ...