Microsoft has shipped TypeScript 3.6, with a new "playground" stemming from an independent open source developer serving as an example of community collaboration improving world-class software.
Microsoft shipped Web Template Studio 2.0, a wizard-driven Visual Studio Code extension for quickly creating a foundation for a full-stack Web app.
With .NET Core 3.0 becoming production-ready and transitioning from new features to a focus on stability and reliability in Preview 7, Microsoft has detailed a slew of new features for the ASP.NET and Blazor components.
You have two tools for generating your initial UI in a Blazor component: ASP.NET's Razor and Blazor's RenderFragment. Here's how to use both to integrate with your C# code (and a warning about what you can't do).
Microsoft's open source TypeScript programming language, fresh off cracking the top 10 in a popularity index for the first time, is out in a v3.6 beta that is feature complete, with the release candidate coming next.
Just a couple months after declaring TypeScript was "exploding" in relation to other programming languages, analyst firm RedMonk is out with a new ranking that shows it cracking the top 10, a rare event in the history of the index.
The beauty of a tag helper is it's ability to add new HTML to your page. Once you know what you want to change, here are the tools to change the HTML going to the user.
You can create your own custom tag helpers ... but it's a lot easier if you understand the process that tag helpers need to go through. Here are your options when gathering the data that a tag helper needs (and why they can't completely replace HtmlHelpers).
Whenever you have repeated HTML, you should be creating your own tag helpers to simplify your views. Here's how flexible tag helpers can be when you go to integrate them into your page.
Microsoft shipped ASP.NET Core 3.0 Preview 6, with the red-hot Blazor project getting built-in support for handling authentication and authorization, among other updates.
If you want to add server-side Blazor to your existing ASP.NET Core applications, you can. There's not much to it, fortunately. In fact, there's probably more work involved in creating a View or Page that will play well with your component
The hottest NuGet extensions for the hottest ASP.NET Core project.
Less than two weeks after the Release Candidate, Microsoft has shipped the final release of TypeScript 3.5, the increasingly popular programming language that improves upon JavaScript by allowing optional static typing.
Microsoft shipped TypeScript 3.5 RC, a release candidate that fixes a type-checking bug the team introduced in version 3.4, which caused a huge slowdown in build times and other performance.
Developer-focused analyst firm RedMonk, known for publishing one of the leading indices that measure programming language popularity, has noted the growth of Microsoft's TypeScript, stating it's "exploding" in relation to other languages.