Blazor is heading for the big time, to be packaged with the next major release of .NET Core, ready for production use.
.NET Core 2.0 in a sense "died" yesterday, Oct. 1, the official "end of life" date for that milestone version of Microsoft's open source, modular and cross-platform modernization of the .NET Framework.
If you want to call Blazor .NET code from JavaScript (or vice versa) with instantiated objects, or while passing multiple parameters, or while catching the results produced by that code, here's how to do it.
.NET dev specialists Syncfusion and Mobilize.Net have entered a partnership to help customers migrate legacy desktop applications to to the Azure cloud, where they're reborn as Web apps.
You're not a DBA but you're responsible for managing your organization's SQL Server installation. Here are some tips on what you can do to speed up all your data access.
The OpenAPI (Swagger) technology suite includes a file that describes your Web API service. Peter thinks it's the slickest tool available to ensure that clients can access your services.
Amazon Web Services Inc. added support for PowerShell Core 6.0 running on .NET Core 2.1 to its AWS Lambda service for cloud-based, event-driven, serverless code execution.
An upcoming change to Microsoft's .NET Framework patch delivery model could take effect as early as next month.
Microsoft's Visual Studio team has long made each release of the IDE faster, more functional, less buggy and so on, but now, with the help of artificial intelligence and machine learning, it's actually getting smarter.
Moving your apps is not going to be a "port" -- find out why and what other advice Japikse has for tranisitioning your apps to the revolutionary new ASP.NET Core 2.
Chris Sainty provides hands-on code samples on how to use Web APIs to interact with Blazor, an experimental framework from the ASP.NET team that allows developers to write C# and Razor code and have it run in the browser via WebAssembly.
- By Chris Sainty
- 09/13/2018
The latest preview release of Visual Studio 2017 v15.9 targets Universal Windows Platform (UWP) development, C++ debugging and more.
VSTS, the familiar DevOps offering that has been incorporated into the Visual Studio IDE for years, has evolved into the new cloud-hosted Azure DevOps, Microsoft announced.
Microsoft announced a new extension for Visual Studio Code that simplifies the process of working with GitHub pull requests, which can now be done completely within the editor.
The latest monthly update of the lightweight, cross-platform and open source Visual Studio Code editor features a number of UI, navigation and other improvements.
For the first time, Python has cracked the top three in the TIOBE index of programming language popularity, helping to demonstrate why Microsoft has fully embraced the language in its Visual Studio IDE and Visual Studio Code editor.
There are five design patterns you'll use every time you create a smartphone application. One is imposed by the environment and one is a pattern that you've probably been avoiding when creating other kinds of applications.
That understanding should drive how you deal with testing, including how to turn it into a value-added task.
Coinciding with the start of the GopherCon show for developers using the Go programming language created by Google, Microsoft today published an extensive series of videos to help Azure cloud developers use Go.
Downloading compiled C# code to the browser using Blazor is all very good -- but it would be so much better if you can integrate your Blazor code with JavaScript. Here’s how to do that.