TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Single Page App
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarathlal Saseendran (6)
Ankit Sharma (2)
Shashangka Shekhar (2)
Rajeesh Menoth (2)
Sekhar Srinivas (2)
Abhishek Yadav (1)
Thiruppathi R (1)
Akshay Phadke (1)
kranthi pothireddy (1)
Madhan Thurai (1)
S.Ravi Kumar (1)
Muhammad Asif (1)
Sean Franklin (1)
Kirtesh Shah (1)
Manish Sharma (1)
Amir Ismail (1)
Vidhya Vaidhyanathan (1)
Rajashekhar Sheelvant (1)
Gaurav (1)
Mangesh G (1)
Rathrola Prem Kumar (1)
Allen Oneill (1)
Makrand (1)
Manish Kumar Choudhary (1)
Vipul Malhotra (1)
Vivek Kumar (1)
Jeetendra Gund (1)
Pradeep Sahoo (1)
Rahul Kumar Saxena (1)
Shridhar Sharma (1)
Vijai Anand Ramalingam (1)
Subhendu De (1)
Swapnal Chonkar (1)
Surya Prakash (1)
Related resources for Single Page App
No resource found
Beginner's Guide to useNavigate() Hook in ReactJS
6/28/2024 8:47:03 AM.
Discover how to use the useNavigate hook in ReactJS with this beginner's guide. Learn to navigate programmatically within your React application using the useNavigate hook, part of React Router v6
Learn ASP.NET MVC Using Angular 5
6/20/2024 10:11:53 AM.
Discover the synergy of ASP.NET MVC and Angular 5 in this comprehensive guide to modern web development. Learn how to seamlessly integrate back-end logic with responsive front-end interfaces using MVC
Angular JS Overview: Benefits, Basics, & Simple Examples
4/19/2024 11:03:08 AM.
Angular JS is a powerful JavaScript framework for building web applications. It offers benefits like dependency injection, two-way data binding, testing ease, and MVC architecture. Using directives li
Single Page Application with AngularJS in .NET
4/16/2024 10:09:26 AM.
Build responsive single-page applications (SPAs) efficiently with AngularJS in the .NET environment. Utilize AngularJS for frontend development, seamlessly integrated with .NET for robust backend supp
Create A Blazor App With Google ☁️Cloud SQL Using MySQL Engine
4/16/2024 5:36:00 AM.
Learn how to integrate cloud-based databases seamlessly into your web application, harnessing the power of Blazor's dynamic UI and Google Cloud's robust infrastructure for efficient data manag
Create A Blazor Server SPA With Dapper
4/15/2024 11:13:00 AM.
In this post, we will see how to create a single page application in Blazor Server with Dapper ORM. We will see all the CRUD operations with Dapper using native SQL commands and stored procedures.
Create a Single Page App in SPFx using React Router Dom
4/11/2024 10:29:04 AM.
Create a Single Page App in SPFx using React Router Dom, Learn to develop dynamic and responsive web applications in SharePoint Framework (SPFx) using React Router Dom for client-side navigation.
Blazor Project Templates Explained
4/9/2024 9:25:47 AM.
Blazor, a web framework by Microsoft, empowers developers to build SPAs with C# and HTML. Hosted server-side via ASP.NET Core or client-side with web assembly, Blazor offers project templates in Visu
MSAL for Vanilla JS SPA: Get JWT Access & ID Tokens
3/1/2024 9:53:46 AM.
This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the
Blazor - Create SPA With Azure Database For MariaDB Server
2/21/2024 8:27:24 AM.
We will create a MariaDB database service in Azure and connect MariaDB in a Single Page Blazor application. Azure Database for MariaDB is a relational database service in the Microsoft cloud. Azure Da
Single Page Application With Blazor And CosmosDB
2/20/2024 3:11:16 PM.
We will create one single page application with default Blazor (ASP. Net Core Hosted) template. We will manage a Book entry in this project and save data to CosmosDB. We will use “Microsoft.Azure.Docu
Blazor - CRUD Using MongoDB
2/18/2024 5:39:30 AM.
This article guides you through the process of creating a Blazor application that utilizes MongoDB as its database provider. It covers setting up MongoDB, creating the necessary models and database co
CRUD With Blazor Using Google Cloud Firestore
2/8/2024 10:30:26 AM.
We will create a Single Page Application (SPA) using Blazor and Google cloud Firestore. We will perform CRUD operations on it to understand the data manipulation by Firestore.
Single Page Application In Blazor With Azure Table Storage
6/21/2022 11:08:05 AM.
We will create a single page application in Blazor. We will store the data in Azure Table Storage. We will see all the CRUD operations in this Blazor project. For that, we will create a Person app wit
Easily Create SPA With .NET 6.0 And Angular 13 And Deploy To Azure
3/7/2022 3:10:23 PM.
In this post, we will see how to create a single page application (SPA) with .NET 6.0 and Angular 13 and deploy to Azure.
Picking Between Blazor Server And Blazor WebAssembly
2/7/2022 6:26:48 AM.
In this article, I will describe key differences between Blazor Server and Blazor WebAssembly, and what you should consider when deciding between project types.
What Is Angular And The Latest Feature Release In Angular 13?
12/13/2021 9:32:56 PM.
In this article, you will learn what is Angular & Features release in Angular 13.
Single Page Application in MVC 4 Application Using Sammy.js
3/1/2021 6:03:36 AM.
In this article, we are trying to learn how to create single page application with the help of java script library (knockout.js) and Sammy.js (Client Side Navigation Library).
Build Single Page Application With DotVVM
6/22/2020 7:51:13 AM.
In this article you will learn how to build single page Application with DotVVM.
Creating A Single Page Application In SPFx
9/17/2019 8:57:41 AM.
In this article, you will learn how to create a Single Page Application in SPFx.
Single Page App In SharePoint Using React
2/26/2019 10:52:31 PM.
In this article, I will be covering the steps to create a Single Page Application (SPA) in Sharepoint using ReactJS.
Creating SPA Using ASP.NET Core 2.0 And Angular v6
5/23/2018 1:33:19 PM.
In this post, we are going to explore how a Single Page Application (SPA) sample can be put together using ASP.Net Core & Angular from scratch.
Single Page Application Using ASP.NET Core - Angular
3/31/2018 5:41:05 AM.
In this post, we are going to create a Single Page Application (SPA) with AngularJS and ASP.Net Core. We will use Angular-UI-Router for our application routing instead of MVC routing.
Building SPA Using AngularJS
2/26/2018 4:25:00 AM.
I have created SPA using Angular.js because I had requirement where user can update monthly activities corresponding to their respective villages. I named the application as Continuous Quality Improve
Authentication With Route Guards In Angular 5 Single Page Application
1/11/2018 3:52:43 PM.
Angular comes with many built-in features which can be used to achieve things like authentication and authorization Route guards are one of them; let’s see how we can achieve this in this article.
A Single Page Application Using Angular v4
1/9/2018 10:15:38 AM.
In this article, we are going to create a single page application in Angular 4.
Lightweight Single Page Application With MVC And SammyJS
1/17/2017 12:56:34 PM.
When Angular is just too much!
Create An Aurelia Single Page Application In ASP.NET Core 1.0
1/17/2017 12:54:28 PM.
In this article, you will learn how to create an Aurelia single page application in ASP.NET Core 1.0.
Configuring Aurelia Single Page Applications In ASP.NET Core 1.0
1/16/2017 11:26:49 AM.
How to configure Aurelia Single Page applications in ASP.NET Core 1.0
Modular Way To Develop AngularJS Single Page Application
12/13/2016 11:54:33 AM.
In this article, you will learn about the modular way to develop AngularJS single page applications.
Single Page Application Using Web API And AngularJS
6/21/2016 12:02:56 AM.
In this article, you will learn how to create a single page application using Web API and AngularJS.
Single Page Application in AngularJS
6/18/2016 3:40:55 PM.
This article is to show how to create a single page application in AngularJS.
Routing In AngularJS For Single Page Application
4/30/2016 5:44:16 PM.
In this article we are going to learn how to use routing in AngularJS.
Introduction To AngularJS - Day 1
12/14/2015 12:20:33 AM.
In this article we are going to learn about what is AngularJS with demo example.
Single Page Application and AngularJs Background
4/25/2015 5:52:21 PM.
This article provides a background of Single-Page Applications and Angularjs.
Understanding knockout.js in SPA development in ASP.NET - Part 2
4/21/2015 6:02:09 AM.
This is the second part of Single Page Application SPA using Knockout.js taken at Hyperabad User Meet at Microsoft. In this part we will upderstand how to build a single page application using knockout from start to finish. This Video provides a clear view on how to use database , ADO.NET Entity Object Model , Web API , Knockout.js for building Single Page Applications SPA in ASP.NET
Understanding knockout.js in SPA development in ASP.NET - Part 1
4/21/2015 1:06:41 AM.
This is the first part of Single Page Application SPA using Knockout.js taken at Hyderabad User Meet at Microsoft. In this part we will be understanding how to work with knockout.js by exploring with easy to understand examples and this video will be followed by the second part where we will be developing a complete Single Page Application SPA development using Knockout , WebAPI , ADO.NET Entity Model hope this two sessions will provide a complete idea on developing SPA using knockout.js
Single Page Application (SPA) Using AngularJS, Web API and MVC 5
3/4/2015 12:24:32 AM.
This article explains what a Single Page Application (SPA) is.
Introduction to Backbone.JS: Part 1
1/14/2015 11:50:09 PM.
This article attempts to provide some light on Backbone.js basics.
AngularJS in SharePoint 2013: Part 1
1/8/2015 11:31:56 AM.
AngularJS is perfect for Single Page Applications (SPAs) that extend HTML with new attributes.
C# Corner Hyderabad User Group Meet, 1 February 2014: Official Recap
2/3/2014 1:06:14 PM.
The C# Corner Hyderabad Chapter organized its monthly event "C# Corner Hyderabad Chapter User Group Meet" at Microsoft Campus, Gachibowli, Hyderabad, Andhra Pradesh, India, on 1 Feb, 2014.
Introduction To Backbone.js
12/19/2013 3:02:29 PM.
Backbone.js is MV* library support for Single page Applications. Backbone.js provides structure as well as stable code.
Single Page Application Using KNOCKOUT ASP.NET
11/27/2013 11:40:48 PM.
In this article, I will discuss how to create a sample single-page application using KNOCKOUT & ASP.NET.