Murali
✅ Vue js + .Net Web Api
Hi, I am new to VueJS and web API. I have a new task to create a simple application.
fronted Vue.js
Backend is Web API.
this My Point To Complete
1.) Implement a simple web application using Vue JS which contains a navbar on the top of the page and this navbar will contain a notifications component (with a bell icon). This notifications component needs to be a Vue JS component. This notification icon will notify the incoming notifications by popping up with the number of incoming notifications. This is similar to incoming notifications you see on Facebook/Instagram. Also, the notifications should be in real-time. So, you can use Asp.net SignalrR for real-time functionality.
2.) You can create a .NET 8 web API for posting notifications. And as soon as you call the posting endpoint in the Web API, the notification icon in the navbar of the Vue web application should show incoming notification with some glowing indication and number of incoming unread messages.
My doubt is how to create the application differently. I want to create the VueJS spearte and Web Api Sepater. Any One Can Help Me
51 replies
Delay While Page Loading
while navigation from one page to another is taking so much delay why
here i have attached the three Document and one video
in Basci text i have the App.cs And Mauiprogram.cs all the This
in Pos View Text i have pos View All This
in Pos Viewmodel I have pos view model
88 replies
TabView In .net maui
I want you to act as a .net Maui developer for creating a tab view inside the content page. The first two pages should be default, and any additional pages should be generated automatically based on names from the database. Each page has a different UI, but the tabs coming from the database have a fixed UI. How can I efficiently code this feature to dynamically create tabs based on database names with different UI designs for each page? Any suggestions or solutions would be greatly appreciated.
2 replies