(Srinath M S) Tessaract is a popular OCR software that lets you convert image to text with high accuracy.
Tag: Development
Defining Your First gRPC Service in an ASP.NET Core 3.0 Project
(Peter Vogel) gRPC services promise a lot: better performance, more sophisticated messaging, and a contract-based approach to Web Service development. If those sound good to you, here’s how to get started.
Working With Query Strings In Blazor
(Mike Brind) When passing data in a URL within a Blazor application, most of the time you will define route templates that incorporate parameter placeholders, passing values as URL segments.
Using An Immediately Invoked Function Expression (IIFE) And CachedWithin To Easily Cache Steps In A Procedural Script In Lucee 5.3.2.77
(Ben Nadel) As I’ve demonstrated before, the cachedWithin function memoization feature can be applied to Closures in Lucee 5.3.2.77. I’ve also demonstrated that Immediately Invoked Function Expressions (IIFE) work In Lucee.
UseNodeModules Updated for .NET Core 3
(K. Scott Allen) UseNodeModules is a NuGet package I put together a few years ago. The package gives you an easy way to install middleware for serving content directly from the node_modules folder in an ASP.NET Core project.
9 Must Decisions in Web Application Development
(Michael Shpilt) So you’ve decided to create a web application? Great, welcome to a world without any easy choices. There is a vast amount of different great technologies in every step you are going to make.
ASP.NET Core 3.0 – Ten Features Beginners Should Know
(Bipin Joshi) If you are tracking the progress of ASP.NET Core, you are probably aware that .NET Core 3 and ASP.NET Core 3.0 are being released at .NET Conf 2019.
How to Create New Code Snippets from Existing Ones in Visual Studio
(Peter Vogel) I’m not a big user of code snippets, but I know developers who are. I’ve noticed those developers often don’t use the default value supplied for the variable part of the snippet (What! All your connection strings aren’t in a variable named “conn”?).
Discriminated Unions Don’t Seem To Work In Angular 9.0.0-next.5 When fullTemplateTypeCheck Is Enabled
(Ben Nadel) As part of the latest version of Angular 9.0.0-next.5 and its CLI (Command-Line Interface), the tsconfig.json file now contains a compile option called, fullTemplateTypeCheck.
Visual Studio now includes an integrated Terminal
(Scott Hanselman) It’s early days (preview) but there’s now a Terminal integrated into Visual Studio! Taking a nod from the 2017 plugin, the Terminal is now build in as an experimental feature using features from the NEW open source Windows Terminal.