Related resources for Web app
  • How To Use Chart.js in AngularJS?7/23/2024 8:19:52 AM. Integrate Chart.js with AngularJS to create dynamic data visualizations. Set up your AngularJS project, including Chart.js, and build various charts like bar, pie, line, stacked bar, and heat map usin
  • SharePoint 2010 Internals - Timer Jobs7/18/2024 3:18:51 PM. SharePoint Timer Jobs are essential for running background tasks in a SharePoint Farm. They operate as a Windows service (OWSTimer.exe) and can be customized for specific needs. Understanding their lo
  • Master Global Exception Handling with IExceptionHandler in .NET7/16/2024 5:44:17 AM. Global exception handling in .NET with IExceptionHandler centralizes error management, ensuring consistent responses and improved logging. Our Global Exception Handler Middleware catches exceptions gl
  • Building Web Apps with Streamlit and Python7/10/2024 10:14:44 AM. Streamlit is a powerful Python library for creating interactive web applications quickly and easily. It offers a simple API, fast prototyping, easy deployment, built-in widgets, and automatic reloadin
  • Managing CRUD Operations in ASP.NET MVC with Razor and C#7/3/2024 11:01:59 AM. Learn how to implement CRUD operations in an ASP.NET MVC application using Razor views and C#. This guide covers creating, reading, updating, and deleting records, with detailed controller actions and
  • How To Display SSRS Report In ASP.NET MVC Web Application6/25/2024 10:07:11 AM. This article demonstrates how to integrate SSRS reports into an ASP.NET MVC web application using the ReportViewer for MVC package. It covers setup steps, including installing the nuGet package, confi
  • SharePoint Add-ins (SharePoint App) - Part One6/24/2024 11:44:11 AM. Microsoft renamed "apps for SharePoint" to "SharePoint Add-ins." A SharePoint Tenancy, introduced in SharePoint 2010, is a set of site collections managed as a unit. In Office 365,
  • What makes Blazor SPA and how does Server-Side Rendering works with Blazor's new Web App6/24/2024 7:48:20 AM. How Blazor creates interactive single-page applications by using components to update content without reloading the entire page.
  • Caching Strategies in Angular and .NET Core6/24/2024 5:49:09 AM. Caching enhances web application performance and scalability. In Angular, use HTTP interceptors, service workers, local storage, or IndexedDB for client-side caching. In .NET Core, leverage in-memory
  • Building Progressive Web Apps (PWAs) with Next.js6/21/2024 6:20:28 AM. We highlight the advantages of using Next.js to build PWAs, emphasizing their capability to provide a user experience similar to native apps. By utilizing Next.js, we maintain the benefits of web tech
  • KUDU Console In Azure6/19/2024 9:55:01 AM. The KUDU Console in Azure is a powerful tool integrated into Azure App Service, offering extensive capabilities for deployment, debugging, monitoring, and troubleshooting web applications.
  • Introduction To Selenium Webdriver With C# In Visual Studio 20156/17/2024 11:20:36 AM. Selenium WebDriver is an automated web application testing tool that integrates with languages like C#, Java, and Python. C# is a Microsoft programming language for building secure applications on the
  • Creating Angular Project Using MVC6/17/2024 11:19:59 AM. Learn how to efficiently create Angular projects using the MVC (Model-View-Controller) architecture. This comprehensive guide covers setting up Angular, integrating MVC principles to organize your app
  • How To Use LINQ To SQL For Retrieving Data From SQL Server Database6/14/2024 10:42:01 AM. This article explores LINQ to SQL, an ORM framework in .NET for mapping database tables to .NET classes. It covers querying operations like Select, Insert, Update, and Delete using LINQ syntax, which
  • Fetch Office 365 Groups Programmatically Using Microsoft Graph API6/12/2024 10:13:01 AM. Learn to retrieve Office 365 groups & users programmatically via Microsoft Graph API. Access tokens, endpoints, & jQuery simplify the process for seamless integration.
  • Webcam Capture and File Upload with HTML JavaScript jQuery6/12/2024 5:48:55 AM. The HTML structure for this interface consists of a video element for the live webcam feed, a canvas for displaying the captured image, and a file input element for uploading images. Additionally, but
  • ASP.NET MVC 5 - Deployment On Windows IIS Server6/11/2024 12:17:55 PM. Explore the step-by-step process of deploying an ASP.NET MVC5 web application on a Windows server with IIS manager. Learn about Docker deployment alternatives, configuring Web Deploy Package, setting
  • Creating Simple Cascading DropDownList In ASP.NET Core MVC With New Tag Helpers6/7/2024 10:44:02 AM. Learn how to implement cascading dropdowns in ASP.NET Core MVC. This guide covers setting up the database, creating models, controllers, views, and using jQuery AJAX for dynamic dropdown population. D
  • Create Python Flask Web Application And Display SQL Records In Browser6/7/2024 10:41:42 AM. This tutorial guides you through creating a Python Flask web application to display SQL Server table records in a web browser. Starting with setting up a Flask web project in Visual Studio, you'll
  • Memory Cache in C#6/7/2024 10:30:59 AM. Learn about optimizing web application performance through cache implementation. Understand various cache types like in-memory, persistent, and distributed caches. Explore methods to add, store, retri
  • Building a .NET Web Application6/7/2024 10:23:28 AM. In my first two articles, we first looked at the four common types of .NET applications we may find in the field. We briefly discussed these four types of applications and then in the second article,
  • First Website/Project Of ASP.NET Core6/5/2024 11:32:17 AM. This guide walks you through creating a simple ASP.NET Core website using Visual Studio. Learn the basics of setting up a project, adding controllers, creating views, and configuring routing to displa
  • How To Create Web Job in Azure Web app5/31/2024 10:05:26 AM. Azure web job is the most useful feature in Azure web app service. It will be great helpful when you want to run the scripts or programs as background processes in app services, api app and mobile app
  • Displaying Google Maps in ASP.NET Web Application 5/30/2024 12:05:25 PM. Develop a web app in ASP.NET for Google Maps display. Download GMaps.dll, add controls to Visual Studio, design form with TextBoxes and Button, use GLatLng and GMarker for map functionality. Configure
  • NSX ALB Virtual Services and Vulnerable Web Applications5/29/2024 5:54:10 AM. Explore VMware NSX ALB's role in enhancing web application security and performance. This article delves into its key features like load balancing, WAF, and DDoS protection, and explains how virtu
  • The Evolution of Web Application Architecture5/22/2024 9:58:20 AM. Web application architecture orchestrates interactions among applications, middleware, user interfaces, and databases, creating robust, efficient user experiences. This article explores the evolution
  • View Uploaded Files in Google Drive from ASP.NET Core App5/21/2024 9:53:36 AM. In this article, learn how to enhance your ASP.NET Core app by enabling users to view uploaded files directly in Google Drive. Follow our easy-to-understand guide to set up the Google Drive API, uploa
  • Road To AZ-204 - Creating Azure App Service Web Apps5/10/2024 6:52:03 AM. Learn to deploy and manage Azure App Service Web Apps on the AZ-204 journey. Explore cloud scalability, PaaS deployment, and resource management in Azure Portal."
  • Azure App Service: Build, Deploy, Scale Web & Mobile Apps5/9/2024 5:36:56 AM. This article provides a step-by-step guide to implementing Azure App Service for building, deploying and scaling web and mobile applications. The article covers creating an Azure App Service Plan, cre
  • Deploy Web App In Microsoft Azure5/6/2024 11:56:43 AM. Learn to deploy your web application seamlessly in Microsoft Azure using Azure Web Apps. Explore Azure's powerful deployment features, utilize Azure Portal and Azure Resource Manager (ARM), and im
  • Automated UI Test With WatiN and Specflow in .Net: Part 14/30/2024 9:43:24 AM. Explore automated UI testing with WatiN in .NET for web applications. Set up a test project, install WatiN, and create test methods to verify UI elements and interactions. Ensure robust code through c
  • Building a DevOps Pipeline from Scratch4/27/2024 4:10:55 AM. In today's fast-paced software development landscape, DevOps has become an essential practice for teams to deliver high-quality software quickly and efficiently. In this article, we'll build a
  • Implementing Angular In Dynamics CRM4/26/2024 12:03:50 PM. Implementing Angular in Dynamics CRM involves integrating the Angular framework for frontend development within the Dynamics CRM platform. This enables the creation of dynamic and interactive user int
  • How to Publish ASP.Net MVC 5.0 Application on Windows Azure: Part 44/26/2024 10:47:03 AM. Learn step-by-step instructions to deploy an ASP.NET MVC 5.0 application on Windows Azure in this comprehensive guide. Part 4 covers advanced deployment strategies, including Azure Web Apps, continuou
  • Binding XML Data to a WebForm Control in ASP.Net4/26/2024 10:30:13 AM. Create a Web Application in Visual Studio 2010 to store product details in XML format. Display product details in a GridView and add an advertisement banner using AdRotator control. Bind XML data to t
  • Searching Records by DropDownList in ASP.NET4/26/2024 9:54:25 AM. This tutorial guides the creation of a web app to search records via DropDownList. It includes SQL commands to create a database, insert records, and configuring data sources. The process involves set
  • Starting & Stopping Specific Application Under Website Root Node4/23/2024 8:29:05 AM. To start or stop a specific application under a website root node, utilize IIS management tools like the Management Console or PowerShell. Navigate to the application's settings to initiate or hal
  • Office 365 - SharePoint Central Admin Configuration4/23/2024 8:25:38 AM. Configuring SharePoint 2013 Central Administration in Office 365 involves settings for site collections, service applications, timer jobs, and health analysis. It manages farm-wide settings and servic
  • DotNetNuke Custom Module Creation Using DNNTemplate4/22/2024 8:21:53 AM. In this article, we are going to learn how to create DotNetNuke Custom module using DNNTemplate. DNN Custom Module Folder Structure with usage details.
  • Create Multiple Languages In ASP.NET MVC 4.5 Framework4/18/2024 1:28:41 PM. Learn how to set up a multilingual ASP.NET MVC application in Visual Studio. Follow steps to create resources files for different languages, set up model classes with validation, implement language ma
  • Select Data Using Spatial Types Via EDF Framework 5.04/18/2024 10:28:09 AM. Explore the utilization of spatial types for data retrieval in Entity Data Model Framework 5.0. Learn how to design entities, create a web application, and implement data retrieval using Entity Frame
  • C# 10 and .NET Interactive Web Applications with Blazor WebAssembly4/16/2024 10:45:26 AM. This framework, emphasizing C# and .NET, simplifies UI updates, fosters code reusability, and seamlessly integrates with .NET Standard libraries for enhanced functionality. Dive into component-based a
  • Azure Load Testing - Create Load Test for App Service Web Apps4/15/2024 10:02:41 AM. Discover how to perform load testing for Azure App Service Web Apps using Azure Load Testing. Learn to create and execute load tests to assess application performance, scalability, and reliability.
  • Create an Interactive Flower Using HTML54/12/2024 8:17:56 AM. Learn how to create an interactive flower using HTML5 canvas. Follow beginner-friendly steps, from setting up an HTML editor to defining functions and adding interactivity. Utilize KineticJS for graph
  • ASP.NET Core CI/CD on Azure Web App with Jenkins - Day One4/12/2024 6:22:59 AM. Day One of Continuous Integration and Deployment (CI/CD) involves setting up Jenkins to automate the build, test, and deployment processes for an ASP.NET Core Application onto an Azure Web App. This e
  • ASP.Net Form Validation Using jQuery4/11/2024 10:52:32 AM. Learn how to perform form validation in ASP.Net using jQuery, enhancing user experience by validating form data on the client-side before submission. This tutorial covers setting up jQuery functions,
  • Consuming Web Service In an ASP.Net Web Application4/11/2024 10:27:29 AM. This article explains how to consume web service in an ASP.Net web Application. Here we will see how to add a Web Service Reference in the ASP.Net Web Application and how to call the Web Service metho
  • Create, Clone, Browse, Restart, Stop And Delete Web App In Azure4/11/2024 6:11:58 AM. Learn Azure's powerful features to efficiently manage your web apps. Discover how to create, clone, browse, restart, stop, and delete web applications through Azure Portal or Azure Resource Manage
  • A Clean Architecture for Building Web Applications with ASP.NET Core MVC C#4/9/2024 5:58:07 PM. Discover a clean architecture approach for ASP.NET Core MVC web applications in C#, guided by Ziggy Rafiq for optimal design and development. ASP.NET Core MVC is a robust framework for constructing we
  • Introduction to Microsoft ASP.NET MVC 3 Razor View Engine4/1/2024 7:03:26 AM. In this article, we will explore the fundamentals of Microsoft ASP.NET MVC 3 with the intuitive Razor View Engine. Learn how MVC architecture streamlines web development, delve into Razor syntax for c
  • Routing to Controller Actions in ASP.NET Core3/30/2024 8:47:24 AM. In ASP.NET Core, routing plays a pivotal role in directing incoming HTTP requests to the appropriate controller actions, enabling developers to build powerful and structured web applications.
  • What Are Data Attributes in HTML, and How Are They Used?3/28/2024 8:56:13 AM. Know the data attributes in HTML. Data attributes are commonly used in conjunction with JavaScript and CSS to enhance the functionality and styling of web pages.
  • Echo Chat Bot In Facebook Messenger Using Microsoft Bot Framework 3/28/2024 6:25:31 AM. In this article, we will learn about an Echo bot configuration for the Facebook messenger channel and its required resource list.
  • How Do You Implement Number Localization in Vue.js3/28/2024 6:16:08 AM. In Vue.js applications, number localization ensures numerical data aligns with users' language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format number
  • Azure DevOps CI/CD YAML Pipelines: GitHub to Azure Web App (PaaS)3/26/2024 10:54:29 AM. In this article we learn about creating GITHub account, pushing local code to GITHub repository, CI & CD (YAML) configuration using GITHub repository, and publishing code in Azure Web App services
  • What is Blazor WebAssembly?3/26/2024 4:05:36 AM. Blazor WebAssembly, a client-side web framework powered by .NET and C#, empowers developers to craft dynamic and interactive web applications directly in the browser. In this article, we'll explor
  • Azure DevOps For Web Development - CD And Release Pipelines3/22/2024 8:58:02 AM. This article is part of a series of 4 articles on getting an ASP.NET web app live on Azure App Services using Azure Repos and Azure Pipelines. The previous articles described how to create your Azure
  • Hosting Mobile WebSite Under IIS3/19/2024 6:25:27 AM. Learn how to host a mobile website on Internet Information Services (IIS) by creating a virtual directory, setting permissions, and testing using desktop browsers or mobile emulators. This article se
  • Create Your First Application With ASP.NET Core 3.13/19/2024 5:46:50 AM. Learn to create your first ASP.NET Core application using Visual Studio 2019 and .NET Core 3.1. Explore ASP.NET Core's features like cross-platform support, built-in dependency injection, Kestral
  • Getting Started with Cypress.io3/19/2024 5:04:59 AM. Cypress.io offers an intuitive end-to-end testing framework for web applications. This beginner's guide covers setup, writing tests, and running them with Cypress's powerful features.
  • Top 10 Tips For Building High Performance Websites3/13/2024 1:45:24 PM. A large scalable website is a web application with web pages, data, and functionality. Here are top 10 tips to build large scalable high-performance web applications.
  • User Authentication with Forms Authentication in ASP.NET MVC3/10/2024 7:40:33 AM. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a databas
  • Learn About Angular Lazy Loading3/6/2024 9:55:02 AM. Concept of lazy loading in Angular, which enables components and their content to load asynchronously, enhancing user experience by avoiding wait times for heavy content like images to render. It impl
  • What is PWA & How to Implement It Using JavaScript3/5/2024 9:56:52 AM. A Progressive Web App (PWA) is a type of web application that offers a user experience like that of native mobile apps. PWAs leverage modern web technologies to provide features such as offline functi
  • Creating A CRUD With ASP.NET Core And EF Core2/28/2024 11:41:41 AM. Entity Framework Core (EF) is an ORM that makes it simpler to work with database by using POCO classes that map to database entities and DbContext to interact with them.
  • Publish And Deploy .NET 6 Web Application on IIS and Access using Ngrok2/20/2024 10:15:44 AM. Publish & Deploy .NET 6 Web Application on IIS and Access it through Internet using Ngrok. Enabling Tunneling using Ngrok and access locally Deployed Web Application through Internet
  • What is AJAX Rating Control?2/19/2024 8:30:04 AM. This article demonstrates how to use a Rating Control in ASP.Net using Ajax. Explore how to implement a Rating Control in ASP.Net using Ajax. Follow easy steps, including adding ScriptManager, Label,
  • Learn SharePoint In Series - Part Two - Web Application2/15/2024 9:58:59 AM. This article is the second part of Learn SharePoint in Series. You can read the first part here Learn SharePoint In Series-Part One-Introduction. In previous article I have described about the introdu
  • Progressive Web App (PWA) In ASP.NET Core2/12/2024 10:12:10 AM. This content provides an overview of Progressive Web Apps (PWAs) and outlines their key characteristics. It also includes step-by-step instructions on how to create a PWA using ASP.NET Core, along wit
  • Create ASP.NET Web App With SQL Database In Azure2/7/2024 4:50:27 AM. In this article, you will learn to create an ASP.NET web app with SQL Database on Azure! Prerequisites include a Microsoft Azure Account and Visual Studio 2013/2015. Follow the steps to create a SQL D
  • Create ASP.NET Web App In Azure2/7/2024 4:49:52 AM. In this article, we’ll see how to create and host An ASP.NET MVC web app to Azure using Visual Studio. Prerequisites: Azure account, Visual Studio 2013/2015, Azure SDK. Configure, deploy and edit remo
  • 🖥️ How to Create an Web App in Microsoft Azure?2/5/2024 9:42:03 AM. In this article, we will see how to create a web app in Microsoft Azure in step by step. Azure Web App, a fully managed PaaS from Microsoft Azure, simplifies web app deployment. Learn how to create an
  • Choosing Between Flask and Django for Your Python Web App1/29/2024 10:48:11 AM. Flask and Django are two prominent Python web frameworks; Flask offers simplicity and flexibility for smaller applications, while Django provides a comprehensive package with more built-in features fo
  • Implementing IP Rate Limiting in ASP.NET Core MVC1/18/2024 5:53:42 AM. IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through th
  • Building a Secure PHP MySQL Signup/Login Website with Email Verification1/15/2024 8:48:49 AM. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with
  • Protecting Your Web Application From Session Replay Attacks In Azure Cloud1/15/2024 4:41:58 AM. In today's world of increasing digital interconnectedness, online security threats are continuously increasing, and cybercriminals are finding new and innovative ways to exploit system vulnerabili
  • IndexedDB and Its Basic Concept1/5/2024 6:26:52 AM. In this article, we will learn about IndexedDB, a powerful client-side storage API for storing and retrieving structured data asynchronously. Explore its key features, concepts, and a practical exampl
  • What is WebSQL?1/4/2024 11:55:46 AM. Explore the fundamentals of WebSQL, a deprecated but once widely used client-side storage solution for web applications. Learn its basics, from setting up a database to CRUD operations with SQL.
  • How to Deploy an Azure Web App12/28/2023 4:49:32 AM. Secure and versatile Azure Web App for seamless web application management. Follow step-by-step setup, enjoy scalability, integrated IDE, multiple language support, and robust security features.
  • How to Use GitHub to Launch Your Web Application12/27/2023 10:44:16 AM. Learn to deploy your web application using GitHub and Azure Web Apps. This step-by-step guide covers creating, deploying, and managing applications for efficient development and growth. ??
  • WebSocket in .NET12/12/2023 4:57:39 AM. WebSockets have become crucial for real-time communication in web applications, transcending the limitations of traditional HTTP. In .NET, utilizing the System.Net.WebSockets namespace facilitates str
  • Dynamically Sorting Object At Runtime Using Reflection C#12/6/2023 9:20:08 AM. Dynamic sorting of objects at runtime using reflection in C# involves leveraging the power of reflection to examine object properties and sort them based on specific criteria without having to write s
  • Master Page In Asp.net10/25/2023 7:24:47 AM. A Master Page in ASP.NET is a fundamental concept that simplifies the creation and maintenance of consistent layouts for web applications. It serves as a template or framework for other pages in the a
  • Data Validation in ASP.NET Core with FluentValidation10/19/2023 12:49:09 PM. FluentValidation in ASP.NET Core Data Validation is a title that encapsulates the concept of using the FluentValidation library within the ASP.NET Core framework for effective data validation. In this
  • Understanding and Utilizing Middleware in Applications10/17/2023 5:39:13 AM. Middleware is a vital component in the world of web applications. But what exactly is it, and how can it benefit your software projects? In simple terms, middleware is like a helpful assistant in your
  • How To Create Login Page In ASP.NET Web Application Using C# And SQL Server10/10/2023 10:06:02 AM. How to create login page In ASP.NET Web Application using C# and SQL Server.
  • How To Use Sessions In ASP.NET Core10/9/2023 11:59:39 AM. In this article, we will learn the very simple way to use Sessions state in ASP.NET Core applications.
  • Publish A Blazor Or Any Webapp On GitHub Pages For Free10/3/2023 4:26:47 AM. Looking to host your website for free, look no further. I'll teach you how to publish your website for free on Github pages.
  • WhatsApp Web and Mobile Sharing in JavaScript9/11/2023 3:53:15 AM. Embark on a journey into the world of WhatsApp with our comprehensive developer's handbook. This resource is your trusted companion in mastering the intricacies of implementing WhatsApp sharing fe
  • Use Dynamic URL Rewriting in Asp.Net 9/9/2023 11:38:58 AM. Dynamic URL rewriting in ASP.NET is a technique used to modify the URLs of your web application dynamically. It allows you to present friendly and user-readable URLs to your users while internally rou
  • Testing .Net Components Using NUnit9/6/2023 4:47:07 AM. Write unit tests before starting development. Writing test allows me to see immediate results of every code change.
  • Access .NET Projects via LAN8/31/2023 4:29:44 AM. How you can access .NET project through LAN. Unlock the potential of LAN access for your .NET project. Discover how to create a web application, configure endpoints, and seamlessly access it from any
  • What are forms in Angular?8/26/2023 7:23:04 AM. In this article, we will learn about angular forms.
  • How to create a Calendar Control in ASP.NET8/24/2023 9:05:17 AM. Here is a simple demo about creating a calendar control in ASP.NET.
  • JSON in JavaScript8/22/2023 6:39:09 AM. Learn JSON in JavaScript: Explore JSON (JavaScript Object Notation), a human-readable data format for seamless data exchange between servers and web apps. Discover JSON structure, parsing, and stringi
  • Performance Optimization in ASP.NET Core: Strategies and Code Explanation8/21/2023 6:06:31 AM. Performance Optimization in ASP.NET Core involves employing various strategies to enhance the speed, responsiveness, and efficiency of web applications. This article provides insights into essential o
  • Implementing AJAX for Editing Data and Updating the Database in ASP.NET MVC8/7/2023 5:04:45 AM. Implementing AJAX for editing data and updating the database in ASP.NET MVC allows you to enhance the user experience and responsiveness of your web application. AJAX (Asynchronous JavaScript and XML)
  • Routing in Angular7/16/2023 5:31:37 AM. This article will discuss What is Angular, What is Routing, Benefits of Routing, Routing in Angular, and Routing examples.
  • Rock Your Code and App Performance for Microsoft .Net 7/13/2023 2:28:21 PM. In this session, you will learn how to Rock Your Code and App Performance for Microsoft .NET
  • How to Deploy an Angular app to Firebase7/3/2023 5:20:07 AM. Angular 15 Application Deployment on Firebase