-
The much-anticipated .NET Core 3.0 milestone release is shipping in five days, Sept. 23, but it won't include a stable Blazor WebAssembly.
09/18/2019
-
There's a new feature in ASP.NET Core that reduces some of the overhead when protecting yourself against CSRF attacks.
09/17/2019
-
If you want, you can centralize the configuration of your HttpClient objects into your Startup class. You’ll also save yourself some typing when you use an HttpClient.
09/16/2019
-
Every once in a great while I like to torture myself and waste a few days trying to program a simple app. So I just tried Blazor.
09/13/2019
-
A GitHub issue titled "Google feedback on TypeScript 3.5" rips the "painful" release for causing more than the usual amount of upgrade problems across Google's repository of billions of lines of code.
09/09/2019
-
Improved gRPC functionality is just one many new improvements in the ASP.NET Core component of .NET Core 3.0 Preview 9, the last step before the entire .NET Core 3.0 platform hits general availability in about three weeks.
09/04/2019
-
You can create Blazor components by combining other Blazor components but you'll almost certainly need to share data between those components. Here are all the options currently open to you.
08/30/2019
-
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.
08/30/2019
-
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.
08/22/2019
-
Even though the groundbreaking .NET Core 3.0 is nearing general availability and the dev team has switched gears to focus on stability and reliability, new tweaks and enhancements are still appearing in the latest preview 8.
08/13/2019
-
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.
07/23/2019
-
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).
07/22/2019
-
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.
07/22/2019
-
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.
07/19/2019
-
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.
06/25/2019
-
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).
06/20/2019
-
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.
06/18/2019
-
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.
06/13/2019
-
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
06/04/2019
-
The hottest NuGet extensions for the hottest ASP.NET Core project.
06/04/2019
-
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.
05/30/2019
-
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.
05/17/2019
-
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.
05/15/2019
-
Microsoft Web Template Studio, a new open source Visual Studio Code extension, has been unveiled to simplify and quicken the process of creating full-stack Web applications.
05/15/2019
-
With no help from Microsoft, your intrepid VSM editor seeks to answer reader questions about the big news that .NET 5 is coming next year to unify various .NET implementations in order "to target Windows, Linux, macOS, iOS, Android, tvOS, watchOS and WebAssembly and more."
05/07/2019