A Preposition Configurable ASP.NET C# Title Case Method

This configurable title case method allows you to add the prepositions you wish to include as lowercase while skipping the first word of the sentence.

C# Programming ASP.NET Version: 6.0 Tutorial Articles

What Does the Program.cs File do in an ASP.NET Core 6 Web Application?

The Program.cs is where the web application is created and built, routing is configured, services are added to the container, and the HTTP request pipeline is configured.

Visual Studio ASP.NET Version: 6.0 General Information

How to Search for an Item in an ASP.NET C# ArrayList

Searching for an item in a C# ArrayList is fairly simple. The only thing you need to do is loop through the ArrayList and once you find the item that is in the collection, you break out of the loop.

C# Programming ASP.NET Version: 6.0 Tutorial Articles

Get the Index of an Array in a C# For Loop

This example shows how to get the index of an array in a C# for loop. I am using an ArrayList class to add objects to an array. You can add, remove, or search for array elements using an ArrayList.

C# Programming ASP.NET Version: 6.0 Tutorial Articles

Creating a Syllable Counter Algorithm using ASP.NET C#

Creating a Syllable Counter Algorithm using ASP.NET C#. The syllable counter algorithm kicks in if words and their syllable counts are not found in the dictionary. 

C# Programming Tutorial Articles

Creating Models and Database Tables Manually? A Few Things to Keep in Mind When Using Entity Framework

Here are a few things to keep in mind if you are a full-stack developer who likes to manually create database tables and ASP.NET MVC models while using Entity Framework to scaffold your controllers and CRUD views.

MVC ASP.NET Version: 6.0 General Information

ASP.NET Core Dependency Injection for Beginners. The Often Confusing C# Coding Pattern

ASP.NET Core Dependency Injection. The Often Confusing C# Coding Pattern for Beginners. Dependency injection is a process in which we provide or inject an instance of a class into another class or object.

C# Programming ASP.NET Version: 6.0 General Information

What is Angular? Angular Features, Advantages, and More

What is Angular? Angular is an open-source, front-end JavaScript application-design framework maintained by Google and developed in 2010. Angular is written entirely in TypeScript, a superset of or static typing layer on top of JavaScript. Angular is primarily used to develop SPA's or single-page applications. 

Angular General Information

What is an ASP.NET Web API in Simple Terms?

An ASP.NET Web API is an application programming interface that exposes or gives data to other resources without that resource talking to the database directly. What is an ASP.NET Web API in Simple Terms?

Web API ASP.NET Version: 6.0 General Information

What's the best way to Learn ASP.NET?

Download and install the development tools, follow tutorials, and start playing!