|
4 | 4 | # Introducing ASP.NET Zero v14.3 |
5 | 5 |
|
6 | 6 | We are excited to announce the release of **ASP.NET Zero v14.3**. |
7 | | -This version brings **major upgrades**, **UI improvements**, and a brand new **blog post on Azure Functions integration** to help developers build even more powerful and scalable applications. Alongside these, we’ve also delivered numerous bug fixes and enhancements to improve overall performance and developer experience. |
| 7 | +This version brings **Upgrades**, **UI improvements**, and a brand new **blog post on Azure Functions integration** to help developers build even more powerful and scalable applications. We’ve also delivered numerous bug fixes and enhancements to improve overall performance and developer experience. |
8 | 8 |
|
9 | 9 | Let’s take a look at what’s new in this release! |
10 | 10 |
|
11 | 11 | ## 🚀 Upgraded to ABP 10.3 |
12 | 12 |
|
13 | | -ASP.NET Zero v14.3 is now built on **ABP 10.3**, bringing the latest performance improvements, stability updates, and compatibility with .NET 9. |
| 13 | +ASP.NET Zero v14.3 is now built on **ABP 10.3**, bringing the latest performance improvements, stability updates. |
14 | 14 | This upgrade ensures you can take advantage of ABP’s latest features while keeping your application modern, secure, and future proof. |
15 | 15 |
|
16 | 16 | 👉 For details, see the [ABP 10.3 release notes](https://github.com/aspnetboilerplate/aspnetboilerplate/releases/tag/v10.3). |
17 | 17 |
|
18 | 18 | ## 🎨 Public Website Upgraded to Bootstrap 5 |
19 | 19 |
|
20 | | -The **Public Website** has been upgraded from Bootstrap 4 to **Bootstrap 5**, bringing a modern design system for a better user experience, improved layout, and updated package for a cleaner usability. |
| 20 | +The **Public Website** has been upgraded from Bootstrap 3 to **Bootstrap 5**, bringing a modern design system for a better user experience, improved layout, and updated package for a cleaner usability. |
21 | 21 |
|
22 | 22 | ## ☁️ New Blog Post: Azure Functions Integration |
23 | 23 |
|
24 | | -ASP.NET Zero v14.3 comes with a brand new **blog post** that shows how to integrate **Azure Functions** into your ASP.NET Zero solution. |
| 24 | +There is a new **blog post** that shows how to integrate **Azure Functions** into your ASP.NET Zero solution. |
25 | 25 | This guide shows how to integrate Azure Functions with ASP.NET Zero to build scalable, event driven apps without managing infrastructure. By combining ASP.NET Zero’s modular architecture with Azure Functions, you can run background jobs, lightweight APIs, and webhooks efficiently while leveraging your existing business logic. |
26 | 26 |
|
27 | 27 | 👉 Learn more in our detailed guide: [Integrate Azure Functions in ASP.NET Zero](https://aspnetzero.com/blog/integrate-azure-functions) |
|
0 commit comments