Posts
Headless Cms for Asp.Net
ASP.Net is a great web development platform from Microsoft to allow programmers to build dynamic web sites, applications and services. In this article, we’ll see how we can use Dialoguewise, a headless CMS to manage the contents of your app. In this article we assume you already have a basic understanding of Asp.Net.
Firstly, let’s start by installing the Dialoguewise Nuget package
Install-Package DialogueWise -Version 1.0.0
Once the package is installed, you will need to now prepare the payload for the API which will include the apiKey, dialogueName and emailHash and any variables that you need to pass.
Posts
CMS for your Angular app
Angular has become one of the most widely used web development frameworks. With features like powerful data binding, dependency injection, declarative templates and so on, it really impresses when building those single-page applications (SPAs). In this article, we’ll see how we can use Dialoguewise, a SaaS-based headless CMS to power the contents of your app. This means you don’t need to spin up any new infrastructure to add CMS to your Angular app.
Posts
How a CMS for Your Mobile App Can Help
Whether you’re looking to build your own app, or you’re simply interested in the growing field, we’re exploring the benefits of a mobile app content management system (CMS). With the aid of technological advancements, when it comes to effectively and efficiently managing content, the task has never been simpler.
Consider you have a mobile app for your fitness business. With photos, meal plans and fitness routines, you may opt to have content stored inside the app itself or stored in a database.