Related resources for eb application
  • Change Style Dynamically in Various Ways Using AngularJS10/8/2024 9:20:34 AM. This article explores three methods for dynamically changing styles in AngularJS applications. It covers how to implement external Angular.js files, create CSS classes, and use the ng-class directive
  • Session In ASP.NET10/8/2024 8:56:35 AM. Learn how to implement session state, manage session variables, and enhance security while optimizing performance. Understand the differences between ASP.NET Web Forms and ASP.NET Core sessions, ensur
  • Understanding ASP.NET Session State10/8/2024 4:03:08 AM. ASP.NET Session State is a method for managing user data during a web session. It enables storing and retrieving session-specific information like user preferences, shopping carts, and login status.
  • How To Create ASP.NET Core MVC Application10/3/2024 11:48:21 AM. This tutorial covers setting up your development environment, creating controllers, models, and views, and building a fully functional web application using the ASP.NET Core MVC framework.
  • Uploading Multiple Files With ListBox in ASP.NET10/3/2024 11:40:19 AM. This article explains how to upload multiple files using a ListBox control in ASP.NET. Unlike the standard FileUpload control, which supports single file uploads, this method combines FileUpload with
  • Apply CRUD Operations in Dynamic Grid Using AngularJS9/26/2024 7:20:03 AM. This guide explores implementing CRUD (Create, Read, Update, Delete) operations within a dynamic grid using AngularJS. It covers essential concepts such as data binding, user interface design, and RES
  • CRUD Operation In MVC Using Elastic Search9/24/2024 11:51:17 AM. Elastic search is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elastic search is d
  • Manage Web Applications In SharePoint Central Administration - Part Eight9/23/2024 9:52:25 AM. This article covers managing web applications in SharePoint 2016 Central Administration. It walks through key steps, including accessing Central Admin, configuring mobile accounts, setting up SMS noti
  • Node.js App with User Authentication and Docker Deployment9/22/2024 12:09:32 PM. Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
  • Configure Authentication Providers On Web Applications In SharePoint Central Administration9/20/2024 9:34:21 AM. You'll learn step-by-step instructions to set up various authentication methods, including claims-based and custom authentication, ensuring secure user access and effective identity management for
  • Using the Bing API to Translate Text in ASP.NET9/17/2024 10:41:08 AM. Learn to use the Bing Translation API in an ASP.NET application. Create a web page where users input text and select languages for translation. Implement the TranslateText method to send a web request
  • File Upload And Download Using ASP.NET MVC 5 For Beginners9/12/2024 12:17:18 PM. In this article, we will learn how to handle file input, validate files, and manage file storage on the server. With step-by-step guidance, this guide is perfect for those looking to implement file ha
  • Create Simple Application Using Backbone.js9/10/2024 10:15:08 AM. This article demonstrates a basic Backbone.js example by displaying "Hello World." It guides you through creating a simple Backbone.js application within an ASP.NET web project using Visual
  • Document Upload in Java with Spring Boot9/2/2024 11:39:16 AM. This article demonstrates how to implement a dynamic document upload feature in a Spring Boot Java application. It allows users to upload multiple files by dynamically adding or removing input fields.
  • Dynamic Forms and Flexible Data Storage for Web Apps8/26/2024 4:03:17 AM. This guide covers responsive form creation, scalable data management, and seamless backend integration, offering strategies for efficient user input handling and adaptable storage solutions.
  • Building Dynamic and Reusable Modal Popups in Java Web App8/23/2024 6:12:52 AM. Learn to create interactive UI components that enhance user experience through modular, maintainable code. Ideal for developers seeking to improve their Java skills and design more responsive, scalabl
  • Use of Automapper in ASP.NET Core8/16/2024 7:33:36 AM. AutoMapper is a powerful .NET library that simplifies object-to-object mapping in ASP.NET Core applications. It helps in converting Data Transfer Objects (DTOs) to domain models and vice versa, stream
  • SharePoint 2016 Central Admin - Security - Specify Authentication Providers8/9/2024 12:02:44 PM. Learn how to change authentication providers for SharePoint Web Applications. This guide covers accessing the Authentication Providers page in Central Admin, selecting the correct Web Application, and
  • How To Create Razor Pages In ASP.NET Core 6.0 8/1/2024 8:22:52 AM. Learn how to create Razor Pages in an ASP.NET Core 6.0 application. This guide covers the essentials, from installing Visual Studio 2022 and setting up your project to configuring Razor Pages and runn
  • First Application In ASP.NET Core MVC 2.07/31/2024 4:31:03 AM. Recently Microsoft announced anew version of Asp.Net Core and that is Asp.Net Core 2.0, which has new and amazing features which not only improve performance as well as increase productivity and enhan
  • 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
  • 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,
  • 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
  • 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
  • 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
  • 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
  • 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 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
  • 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.
  • 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
  • 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 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
  • 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.
  • 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.
  • 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.
  • How to Deploy an Angular app to Firebase7/3/2023 5:20:07 AM. Angular 15 Application Deployment on Firebase
  • Web.Config configuration file in ASP.NET 3.56/1/2023 7:23:20 AM. The web.config file contains information that controls module loading, security configuration, session configuration, and application language and compilation settings.