(Tapas Pal) Webcams are an easy and cost-effective way to take images from a video stream. In this modern era of smartphones, everyone has a camera which could be used by Web applications to capture live pictures.
Tag: Development
Building Single Page Applications (SPA) with Angular Router
(V Keerti Kotaru) Routing is an important aspect of building a SPA (Single Page Application). In this two-part Basic to Advanced tutorial on Angular Routing, we will discuss all the important components required to implement routing in your applications.
Use MongoDB In ASP.NET Core (Part – 2, CRUD Operations)
(Bipin Joshi) In Part 1 of this article we discussed how to perform CRUD operations using MongoDB console client. In this part we will learn to perform CRUD operations using ASP.NET Core and MongoDB driver for .NET Core.
Time-Boxing A CFThread And Then Terminating It If It Takes Too Long To Complete In ColdFusion
(Ben Nadel) Every now and then, I have some processing that I need to perform in ColdFusion; but, I want to time-box the processing such that I can terminate it if it runs for too long. As of late, I’ve been using the CFThread tag to carry out this scenario.
Implementing User Management with ASP.NET Core Identity and Custom Claims
(Damien Bowden) The article shows how to implement user management for an ASP.NET Core application using ASP.NET Core Identity.
Using ASP.NET Core with MongoDB in containers for local dev, CosmosDB for production
(Shayne Boyer) If nothing else is true, containers have made local development on a platform so much easier. If you want to use SQL Server for your backend just docker pull microsoft/mssql-server-linux and you can start up an instance with a few parameters.
Creating an Angular 7 App with ASP.NET Core: A Step-by-Step Guide
(Neel Bhatt) Finally, we have a new major version of Angular, which is version 7.
Configuring named options using IConfigureNamedOptions and ConfigureAll
(Andrew Lock) This is a follow on to my previous post on using multiple instances of strongly-typed settings in ASP.NET Core 2.x. At the end of that post I introduced the concept of named options which were added in ASP.NET Core 2.0.
ColdFusion 2016 Skips Over Undefined Elements With For-In Array Loop
(Ben Nadel) This morning, when I was writing up my post on generating a Java Thread Dump programmatically in ColdFusion, one thing I had to cope with was an Array that may or may not contain undefined elements.
The Bleeding Edge Of Razor
(Dave Glick) Over the years there’s been a number of projects designed to make using Razor templates from your own code easier. For a while, these third-party libraries were the only way to easily use Razor outside ASP.NET MVC because using the ASP.NET code directly was too complicated.
