View components let you create reusable chunks of business logic coupled with a UI in multiple places in your application ... and then let you share that logic across multiple projects. Here's how to invoke them and share them.
ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application.
Web workers in TypeScript give you concurrent processing but they can be awkward to debug. However, if you set up your web worker code as just another function, you can simplify debugging (or even build your web worker dynamically at run time).
The January 2018 update of Microsoft's Visual Studio Code editor incorporates the new TypeScript 2.7.1 edition, allowing for quicker fixing of errors in TypeScript and even regular JavaScript files.
Here's how to use web workers in ASP.NET MVC with TypeScript to enable concurrent processing in your client-side code. And, as a bonus, the correct way to think about web workers.
Microsoft yesterday shipped TypeScript 2.7, adding a bunch of new features as usual -- so many that a debate about bloat in the programming language was sparked on a social coding site.
This hands-on tutorial features an example app that displays a list of American cities, allowing the user to see a subset of choices by typing a filtering text value.
Here are five useful, ready-to-go extensions available for the Visual Studio Code editor to boost development for WordPress, a leading self-hosted blogging tool.
If you're building a RESTful Web service, you can provide both guidance and control around the JSON messages your service works with by replacing documentation with JSON Schemas.
No matter how many HTTP codes there are, you really only need to check one property to determine success or failure.
Microsoft has shipped a new release for R Open -- its enhanced distribution of the open source R programming language -- along with a release candidate for its latest TypeScript edition.
You don't have to check your site in just one browser at a time.
You don't need to write ugly code to synchronize your AJAX calls. Instead, you can leverage await/async and the JQueryXHR object to simplify the code around your AJAX calls while still getting the benefits of concurrent processing.
Microsoft's Nick Landry painted a bright future for AI-driven bots programming at the recent Visual Studio Live! conference in Orlando, detailing how to get started in the growing space with the company's Bot Builder SDK, Bot Framework and other resources.
Microsoft cautions that not all projects are good candidates for moving off .NET Framework to .NET Core, which is optimized for building highly scalable Web applications running on Windows, macOS or Linux.