The Single ASP.NET Web Page Model PRO

When developing an ASP.NET web application we can avoid having the ‘code behind’ in a separated file. We can place it inside the aspx file. When dealing with simple web applications that include one aspx page only that can be an advantage especially when it comes to deploying the application. The simplicity of deploying a web application that includes one aspx file only is unmatched. The following video clip shows a small demo for developing a single page web application in ASP.NET.

You can find more video clips and tutorial in my ASP.NET course, available for free personal and academic usage at www.abelski.com.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences