Recent Posts

Advanced Basics: Using Task Runner in Visual Studio

Advanced Basics: Using Task Runner in Visual Studio

If the world is running on JavaScript, why not automate your client-side tasks through Visual Studio's Task Runner?

Using Docsify with ASP.NET (NOT Core)

Using Docsify with ASP.NET (NOT Core)

Using a site document generator like Docsify with an older .NET project can cause general functionality issues, but in today's post, we'll address them and show solutions for ASP.NET MVC projects.

Best Posts on DanylkoWeb for 2020

Best Posts on DanylkoWeb for 2020

With the end of this year coming to a close, it's time to see which posts were the top performers for 2020.

Microsoft Identity Claims: Building the UI, Part 3

Microsoft Identity Claims: Building the UI, Part 3

In our final post of the series, we build our views using all of the techniques from previous posts and build on the Permission Manager.

8 Extension Methods to Simplify Coding in 2020

8 Extension Methods to Simplify Coding in 2020

How could I not continue the tradition of writing more C# Extension Methods for the C# Advent Calendar this year?

Microsoft Identity Claims: Isolating Enumerations, Part 2

Microsoft Identity Claims: Isolating Enumerations, Part 2

We need a way to manage our permissions, but first, we need to restrict certain enumerated types. In today's part two, we create a custom attribute to include certain permissions.

Microsoft Identity Claims: Granular Authorizations, Part 1

Microsoft Identity Claims: Granular Authorizations, Part 1

Authorizing a user to a page is easy, but what if you have various security points inside a webpage? In part one, we examine a solution to make security even more granular with flags.

An Essential Characteristic for an Entrepreneur

An Essential Characteristic for an Entrepreneur

A historic event happened on Sunday night. Do you have extreme focus to contribute to a project?

Quick Post: Filter Records in TypeScript using Builder Pattern

Quick Post: Filter Records in TypeScript using Builder Pattern

Today, we revisit the builder pattern and instead of using C#, we're building it in TypeScript

The No/Low-Code Movement

The No/Low-Code Movement

Do programmers have a future with no/low-code systems? After noticing some trends over the past month, I wanted to share my opinion of this approach to writing, or rather not writing, code.