Tag: C#

In the previous post, we have learnt about how to build a website using .Net MVC Core. This time we will create a mobile version for this application using the same .Net MVC Core project we created la ...

.Net Core is getting more and more popular recently due to the flexibility to work and be hosted in different environments like Windows, Mac, or Linux. In this article, we will learn how to build a .N ...

Accelerated Mobile Pages (AMP) focuses on delivering static content from publishers as quickly as possible and possibly rewards early adopters with a boost in rank. Let's see how to implement it ...

The last design pattern in the Behavioral Category, and also the last design pattern in this series, is the Visitor Design Pattern. Let's take a look at the definition of this pattern and see how to i ...

The next design pattern in the Behavioral Category is the Strategy Design Pattern. Let's take a look at the definition of this design pattern and how to implement it in C# and .Net.Note: Code can be d ...

The next design pattern is the Template Method Design Pattern, which is also one of the Behavioral Design Pattern. Let's take a look at the definition of this design pattern and how to implement it in ...

The next design pattern in the Behavioral Category is the State Design Pattern. Let's take a look at the definition of this design pattern and how to implement it in C# and .Net.Note: Code can be down ...

The next design pattern in Behavioral Category is the Observer Design Pattern. Let's take a look at what does this design pattern do and how to implement it in C# and .Net.Note: Code can be downloaded ...

The next design pattern in the Behavioral Category is the Memento Design Pattern. Let's take a look at the definition of this design pattern and how to implement it in C# and .Net.Note: Code can be do ...

The next design pattern in the Behavioral Category that I want to talk about is the Mediator Design Pattern. Let’s take a look at the definition of this pattern and how to implement it in C# and .Net. ...