(K. Scott Allen) I thought enable would be the star of the C# 8 show by now, but in day to day work I’m finding that switch expressions are stealing the show.
Author: SSWUG Research
Unit Testing ASP.NET Core MVC Controllers with Moq and XUnit
(Matthew Jones) Let’s continue our unit test extravaganza by writing a set of unit tests for our ASP.NET Core MVC Controllers!
Validate CSP from Command Line
(David Walsh) The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks.
New ‘Diagnose Step’ Power Query Feature In Power BI
(Chris Webb) One new feature that was introduced in the December 2019 release of Power BI Desktop, but which wasn’t mentioned in the release blog post, is the “Diagnose Step” button on the Tools tab of the Power Query Editor ribbon:
SQL Server User Defined Function Example
(Rick Dobson) SQL Server offers three types of user defined functions (udf) and in this tip we will cover examples for each of the three major types of user-defined function types: scalar-valued, table-valued and multi-statement table-valued.
Alternative for Oracle Multimedia: APEX Media Extension
(Dimitri Gielis) If you are reading this blog post you are probably searching for an alternative for the deprecated multimedia (or intermedia) feature of the Oracle Database… and you are in the right post as APEX Media Extension is that replacement!
Time in Performance Schema
(Valerii Kravchuk) I’ve seen questions like this: “Is there a way to know when (date and time) the last statement captured in … was actually ran?”
Getting ColdFusion Date Objects From UTC Milliseconds In Lucee CFML 5.3.3.62
(Ben Nadel) The fun thing about maintaining a legacy code base is that you’re constantly turning over stones to find new and exciting areas of code-rot and technical debt. Just yesterday, I discovered that one of my ColdFusion servers was deadlocked on some Date/Time code that was not thread-safe.
A beginner’s guide to Java agents
(Rafael Winterhalter) While Java beginners quickly learn typing public static void main to run their applications, even seasoned developers often do not know about the JVM’s support of two additional entry points to a Java process: the premain and the agentmain methods.
Kick Start With Angular 8 – Component
(Shobana Sundararajan) First of all my special thanks to the C# Corner community and everyone for supporting me and encouraging me to post articles. In the previous article we discussed the introduction of Angular 8 and its features, set up Angular 8 and finally created a new project in Angular 8 u
