-
Clean Shave: Razor Pages for Web Forms Developers
Last updated: Friday, June 28, 2024
Published in: CODE Magazine: 2023 - March/April
If you’re already familiar with ASP.NET Web Forms, you can apply your existing skillset to use Razor Pages instead. Shawn's overview of Razor Pages provides a straightforward migration path for Web Forms developers.
-
Building MVC Applications in PHP Laravel: Part 2
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2022 - July/August
Last time, Bilal looked at Models—the M in MVC. This time, he explains about Views and Controllers (the V and the C) and how to take advantage of them in PHP Laravel.
-
Building MVC Applications in PHP Laravel: Part 1
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2022 - May/June
Bilal is determined to make you a better coder. This time, he embarks on a deep dive into the M of Model View Controller applications in PHP Laravel.
-
Enhance Your MVC Applications Using JavaScript and jQuery: Part 4
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2022 - March/April
Paul completes this series on how to make your MVC applications more fun to build and more comfortable for your users. This time, he’ll speed up your MVC applications with Ajax.
-
Enhance Your MVC Applications Using JavaScript and jQuery: Part 3
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2022 - January/February
Paul continues his series on how to make your MVC applications more fun to build and more comfortable for your users. Learn to write Web API calls that you can call from the application to avoid post-backs.
-
Enhance Your MVC Applications Using JavaScript and jQuery: Part 2
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - November/December
Paul continues his series on how to make your MVC applications more fun to build and more comfortable for your users.
-
Enhance Your MVC Applications Using JavaScript and jQuery: Part 1
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - September/October
Paul kicks off his new series with improving the user’s experience by making his MVC application run more smoothly using JavaScript and jQuery, along with a spinner from Font Awesome and Bootstrap events.
-
Use the MVVM Design Pattern in MVC Core: Part 3
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2020 - September/October
Paul shows you how to use the MVVM design pattern in MVC Core to build a product detail page for adding and editing data, and validating product data and display validation.
-
Use the MVVM Design Pattern in MVC Core: Part 2
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2020 - July/August
In a MVC Core application using an MVVM design pattern, learn to sort data when a user clicks on a column header in an HTML table. Learn to add a pager to limit the number of rows displayed on a page. Learn to cache data in the Session object to improve performance.