Related resources for id
  • Increase UI Performance using Timeout Middleware in .NET Core11/4/2024 5:26:04 AM. Timeout Middleware in .NET Core is crucial for handling long-running requests by setting specific time limits for responses. It improves application reliability, manages resources efficiently, enhance
  • OpenAI Partners with Broadcom, TSMC to Create Custom AI Chips11/4/2024 5:07:47 AM. OpenAI partners with Broadcom and TSMC to create custom AI chips, diversifying suppliers with AMD to meet increasing infrastructure needs and manage rising costs.
  • Managing Exchange Online with Exchange 201911/2/2024 4:13:52 AM. In this article, we will learn how to integrate on-premises infrastructure with cloud-based Exchange services for seamless administration, enhanced security, and efficient mail flow control.
  • Scroll View Example in Android Studio using Java10/30/2024 8:04:11 AM. Scroll View in Android enables displaying more content on a single screen by allowing vertical or horizontal scrolling. It works with Linear Layouts, making it ideal for apps like note-taking where us
  • Integrating OpenAI's Assistant API in .NET Applications10/30/2024 5:41:53 AM. Integrating OpenAI's Assistant API in .NET empowers developers with advanced natural language processing capabilities. Using C# and Visual Studio, set up your project, manage API credentials secur
  • Automate SharePoint Site Creation with Azure Functions and AD Auth10/28/2024 8:53:35 AM. This guide demonstrates how to automate SharePoint site creation using Azure Function Apps with custom Azure Active Directory (AD) authentication. It covers prerequisites, creating an Azure Function A
  • Explaining IAuthorizationFilter in .NET Core10/27/2024 12:10:00 PM. In this article, we delve into the IAuthorizationFilter interface in .NET Core, exploring its role in implementing authorization logic for web applications. We cover how to create custom filters, mana
  • An Overview of the Implementation of ValidationRules in WPF C#10/27/2024 6:39:40 AM. In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be e
  • User Login page Example in android studio using java 10/25/2024 11:42:39 AM. We’ll walk through setting up a simple login screen with input fields for username and password, integrating basic authentication, and handling login actions. Perfect for beginners in Android developm
  • Web api call in Android10/25/2024 4:55:38 AM. This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
  • Delete Comment from SharePoint List Item10/24/2024 10:54:43 AM. This article explains how to delete comments from a SharePoint list item using the SharePoint REST API and Power Automate. It covers creating a flow with a manual trigger, fetching comment details via
  • A Comprehensive Guide to the Web Notification API10/24/2024 5:38:40 AM. The Web Notification API is a browser-based interface that allows websites to send notifications to users, even when the user is not actively viewing the site. It enables web apps to display notificat
  • A 4-Year Retrospective : Lessons Learned from Building a Video Player from Scratch with React Native10/24/2024 5:05:25 AM. React Native, React, ReactJS
  • ASP.NET Core Middleware10/22/2024 11:57:39 AM. ASP.NET Core Middleware plays a crucial role in the request processing pipeline of web applications. It allows developers to add custom functionalities, such as authentication, logging, and error hand
  • Introduction to Power BI: A Beginner's Guide10/22/2024 9:31:36 AM. Power BI is a powerful business analytics tool from Microsoft designed for data visualization and sharing insights across organizations. This beginner-friendly guide covers its key components, includi
  • Caching HTML Tags Using WebForms Core Technology10/22/2024 8:31:41 AM. In this article, we teach how to cache static HTML tags (header, footer, right and left menus, etc.) in the user's browser by using WebForms Core technology in the CodeBehind framework.
  • Learn SharedPreferences in Android10/22/2024 7:19:52 AM. SharedPreferences is an Android feature used to store small amounts of data in key-value pairs. It allows apps to save user preferences, settings, and simple data across sessions.
  • Enable Specific Dates By Using Bootstrap Date Picker In ASP.NET MVC10/21/2024 10:04:08 AM. This article explains how to enable specific dates using the Bootstrap Date Picker plugin with an array object. It demonstrates how to set a date range, format dates, and customize date selection usin
  • Encapsulation vs Abstraction in C#10/21/2024 9:52:41 AM. Encapsulation and abstraction are fundamental concepts in C# and object-oriented programming. Encapsulation refers to the bundling of data and methods that operate on that data within a class, promoti
  • Required Field and Email Validation Using AngularJS10/21/2024 9:39:27 AM. This guide covers key concepts like AngularJS directives, form validation, and custom validators, ensuring user input is properly validated for required fields and email formats, enhancing user experi
  • Activate Server-Side Encryption for Azure Disks with Customer Keys10/21/2024 6:21:07 AM. Azure Disk Storage offers server-side encryption (SSE) with customer-managed keys, allowing users to control encryption for managed disks. By utilizing Azure Key Vault, users can manage access and enh
  • PAY QR Code Feature: A Guide to Streamlined Vehicle Payments10/21/2024 3:59:37 AM. Discover the innovative PAY QR Code feature that revolutionizes vehicle payments. This guide explores how QR codes streamline transactions, offering a quick, secure, and user-friendly payment solution
  • Learn NLog Advanced Usage10/19/2024 3:10:53 PM. This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing conf
  • How to Create/Update/Delete SharePoint 2010 list items using Client Object Model10/16/2024 4:56:57 AM. This tutorial covers essential concepts, including setting up the ClientContext, performing CRUD operations with JavaScript, and handling permissions and errors. Enhance your SharePoint development sk
  • Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core10/14/2024 9:58:53 AM. DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with
  • Calling Web API to Web API without User Interaction by using Azure Managed Identity10/14/2024 5:59:13 AM. This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
  • Fixing the 'Process with an Id of #### is not Running' Error in Visual Studio10/14/2024 5:09:18 AM. In this article, we will learn why this error occurs, how to identify the underlying cause, and step-by-step solutions to fix it, ensuring smoother development and debugging in Visual Studio projects.
  • Customizing HTTP Headers with Middleware in ASP.NET Core10/12/2024 4:26:09 AM. In this article, we explore how to modify HttpResponse using custom middleware in ASP.NET Core. We create a custom middleware that injects headers into the response. By adding conditions, specific API
  • Filters in ASP.NET MVC10/11/2024 12:26:53 PM. In this article you will learn about Filters in ASP.NET MVC 5.0. ASP.NET MVC Filters are used to inject extra logic at the different levels of MVC Framework request processing. Filters provide a way f
  • Common Mistakes to Avoid When Using USDT TRC2010/10/2024 10:38:42 AM. USDT TRC20, a stablecoin operating on the Tron blockchain, ensures fast, cost-effective transactions. However, users face challenges with wallet compatibility, network differences, and cybersecurity,
  • Exploring Network Topologies10/5/2024 6:02:32 AM. Network topologies define the structure of a network, with common types like Bus, Ring, Star, Mesh, and Hybrid, each offering unique advantages and suited for different network needs
  • Rich Text Control With Image And Video In SPFx Using React-Quill10/3/2024 11:49:18 AM. This article explores how to implement a rich text field in Modern SharePoint List forms using React Quill. It covers the process of creating a SharePoint list, setting up an SPFx solution, and integr
  • Understanding Service, Factory, And Provider10/3/2024 11:38:34 AM. AngularJS provides three methods for creating reusable utilities: Service, Factory, and Provider. All serve the same purpose but differ in implementation. Services are singletons, Factories return new
  • jQuery UI Method - Part 110/3/2024 11:37:03 AM. This article explores jQuery's interaction methods, focusing on the sortable() method, which allows users to reorder HTML elements in lists or grids using the mouse. It covers syntax options like
  • How to Compare Two Objects in C#10/3/2024 7:08:40 AM. In this article, we’ll walk through how to create a generic method that can compare the objects of any class, even those with nested collections. We’ll break it down step by step so you can implement
  • IoC Providers in Angular Dependency Injection useClass 10/3/2024 6:59:29 AM. This article dives into Angular's Dependency Injection, focusing on the use of IoC and providers with useClass. Learn how to manually inject classes, define tokens with InjectionToken, and configu
  • Hidden Gems - Adding the Custom Data to Generative Answers10/3/2024 4:17:34 AM. Learn how to input a string variable as custom data for the Generative Answers component in Copilot Studio. Overcome challenges like binding errors and formatting issues by converting large text into
  • Hidden Gems - Converting the Table Response Into String Variable10/3/2024 3:55:29 AM. Discover the hidden gems and best practices for effectively handling data within Microsoft Copilot. Enhance your AI-driven applications by learning essential techniques for data manipulation and integ
  • Collections in C#10/1/2024 9:06:58 AM. This article describes Collections in C#. A collection is a way to create and manage groups of related objects. The group of objects can grow and shrink dynamically depending on the requirements in th
  • Send Email to Gmail in ASP.Net Using C#10/1/2024 8:35:17 AM. Create a simple email system in ASP.NET C# using Visual Studio 2010. The system allows users to input an email address and a message in two TextBoxes. It sends the email via Gmail's SMTP server us
  • Show Data in Dynamic Grid Using AngularJS10/1/2024 8:21:44 AM. This article explains how to create a dynamic grid using AngularJS. It covers setting up the AngularJS environment, implementing a ViewModel to manage employee data, and using input fields bound with
  • The Cloud Show with Magnus Mårtensson ft. Thomas Stidsborg Sylvest - Ep: 4310/1/2024 5:13:42 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Building on Alchemy: A Guide to Deploying Smart Contracts9/30/2024 7:19:07 AM. This guide walks developers through deploying smart contracts on the Polygon network using Alchemy and Hardhat. It covers prerequisites, setting up Alchemy, creating a development environment, writing
  • How to Decide Between Relational Database and NoSQL Databases?9/30/2024 7:12:38 AM. Choosing between relational databases and NoSQL databases involves understanding their key differences, strengths, and weaknesses. Relational databases excel in structured data and ACID compliance, ma
  • Managing Amazon S3 Buckets9/29/2024 5:04:09 AM. This guide walks through managing AWS S3 Buckets, covering file and folder uploads, enabling bucket versioning for version control, and restoring files in case of accidental deletion.
  • Getting Started with Azure SQL Database – A Beginners Guide9/27/2024 7:19:23 AM. A quick introduction to Azure SQL Database that showcases some key offerings and highlights the flexibility and scalability that comes with it.
  • What is Codeium and How to Use it for Test Case Writing9/27/2024 6:02:26 AM. This article explores Codeium, an AI-powered coding tool that enhances developer productivity with features like smart code suggestions, code chat, and in-line edits. It covers how to install the Code
  • Definitive Guide to Mirror Azure SQL Database in Fabric Warehouse9/26/2024 9:45:47 AM. In this Definitive Guide to Mirror Azure SQL Database in Fabric Warehouse episode, I am going to walk you through how to -- Enabling System Assigned Managed Identity required to publish data to Fabr
  • 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
  • Solid Introduction to Expression Trees in C#9/26/2024 4:50:55 AM. This article provides a comprehensive introduction to Expression Trees in C#. You'll learn about their structure, how they represent code as data, and their applications in LINQ queries.
  • Apply Azure Virtual Machines to the Zero Trust Principles9/25/2024 7:04:48 AM. This content explores the integration of Azure Virtual Machines with Zero Trust principles, emphasizing the importance of robust security in cloud environments.
  • Create Mobile App with Angular Ionic9/25/2024 5:40:42 AM. Learn how to create a mobile app using Angular and the Ionic framework in this comprehensive guide. We'll cover the essentials of hybrid app development, including setting up your environment, bui
  • Implement Google reCAPTCHA In ASP.NET MVC9/24/2024 12:00:17 PM. ReCAPTCHA is a Google service designed to verify that users are human, protecting websites from bots and spam. This article demonstrates how to integrate reCAPTCHA version 2.0 into an ASP.NET MVC appl
  • Implement Insert, Update and Delete Functionality in the WebGrid: Part 19/24/2024 11:54:26 AM. In this tutorial, we introduce how to implement essential CRUD (Create, Read, Update, Delete) functionality in a WebGrid. This is Part 1 of a series, focusing on adding new records, updating existing
  • Quick start - Development Of Chat Bot Using Microsoft Bot Framework - For Beginners9/24/2024 11:50:05 AM. This guide provides beginners with a quick start to developing chatbots using the Microsoft Bot Framework. It covers essential concepts, tools, and step-by-step instructions to create effective conver
  • Claim Based And Policy-Based Authorization With ASP.NET Core 2.19/23/2024 9:48:11 AM. Authorization is the process of determining if a user can access system resources. Claim-based authorization checks specific user claims (e.g., "DateOfJoining" or "IsAdmin") for ac
  • Role Base Authorization In ASP.NET Core 2.19/23/2024 9:34:36 AM. In this article, we explore Role-Based Authorization in ASP.NET Core 2.1, explaining how to secure applications by assigning user roles and managing access control.
  • Learn about Garbage Collector in .NET9/23/2024 9:23:17 AM. This article discusses the .NET Garbage Collector and its role in memory management, distinguishing between managed and unmanaged resources. It highlights the limitations of using Objects. Finalize fo
  • Learn Sliding Window Technique9/23/2024 8:26:33 AM. The Sliding Window Technique is an efficient method for solving problems involving subarrays or substrings. It uses a "window" that slides across the data structure, allowing for dynamic adj
  • Hide OOB Share Button in Model-Driven Apps9/23/2024 4:51:08 AM. Learn how to control app behavior, personalize the user interface, and enhance the overall user experience in Dynamics 365 and PowerApps using simple customization techniques.
  • Get First Row from Dataverse Table in Power Automate9/22/2024 12:32:16 PM. Learn how to retrieve the first row from a Dataverse table using Power Automate. This guide walks you through creating a flow, filtering contacts with emails, and using expressions to extract the firs
  • A Comprehensive Guide to Migrating Azure Functions C# to C# 12 with .NET 8 Isolated9/21/2024 4:12:20 AM. Ziggy Rafiq shows how to leverage modern C# features, and how to optimize the performance and scalability of Azure Functions by migrating them to .NET 8 Isolated Processes.
  • 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
  • Looking deep inside PostBack and ViewState in ASP.NET 3.59/20/2024 9:28:54 AM. In ASP.NET 3.5, PostBack and ViewState play crucial roles in managing web form data between client and server during the page lifecycle. PostBack handles user-triggered events by sending requests to t
  • Design Principle (1-1): SOLID in Code Demo9/19/2024 3:43:58 PM. This article will discuss the SOLID in code demo. This article series covers Software Design Principles, focusing on the SOLID principles. It includes practical code demos and explanations for each pr
  • Getting Record ID From EntityView In Dynamics 365 Portal9/19/2024 10:15:46 AM. This article explains how to use an entity list in Dynamics 365 portals to manage records efficiently. It demonstrates configuring a web template to redirect users to a details page if only one record
  • Client Side Chart Widget in HTML 5: Part 3 (Line Chart)9/19/2024 10:14:15 AM. Learn how to build interactive and visually appealing charts that enhance data visualization on the client side, with step-by-step guidance and practical examples.
  • Cleaning the Resources: Finalize vs Dispose9/19/2024 10:13:39 AM. This article explores the concepts of Destructor and Dispose in C#. It illustrates the object's lifecycle, highlighting how constructors allocate memory and destructors clean up. The role of the G
  • Client-Side Chart Widget in HTML 5: Part 2 (Pie Chart)9/19/2024 10:05:08 AM. Learn how to create a client-side Pie Chart using HTML5 and Chart.js. This guide covers loading data, defining chart properties like values, colors, and labels, and using JavaScript to render the char
  • Create jqGrid Using WebService9/18/2024 9:21:38 AM. Discover step-by-step instructions on setting up jqGrid, connecting it to a backend WebService, and efficiently loading and displaying data. Perfect for developers looking to enhance their web applica
  • Create A Timer Job In Sharepoint Programmatically Using Server-Side Object Model9/18/2024 8:59:02 AM. Learn how to programmatically create a Timer Job in SharePoint 2013 using the Server-Side Object Model. This guide covers setting up a SharePoint project, defining a TimerJob class, adding a Feature a
  • Get to know about Cross Tenant Synchronization9/18/2024 5:05:56 AM. In this article, we will learn that tenant Synchronization enables seamless identity and data synchronization between multiple tenants, often used in cloud environments like Azure AD.
  • How To Use Ngx-slider With A Different Type Of Style In Angular9/17/2024 11:02:12 AM. Learn how to integrate ngx-slider in Angular to create versatile sliders. This guide covers installing the package, configuring single, range, tick-marked, customized, and vertical sliders. You'll
  • Bulk Insert From ASP.NET Web Form Using C#9/17/2024 10:39:37 AM. To insert bulk records into a database from a web form, create a ProductsSold table. Design a web form with GridView, TextBoxes, and Buttons to add and display products. Use a DataTable in ViewState t
  • Export Data In Excel File With ASP.NET MVC9/17/2024 10:23:49 AM. In this tutorial, learn how to export data from an ASP.NET MVC application to an Excel file using the ClosedXml library. We'll guide you through creating a project, setting up entity classes, and
  • Blockchain Beyond Cryptocurrency: Hidden Potentials Across Industries9/17/2024 8:28:05 AM. Blockchain technology extends far beyond cryptocurrency, offering transformative potential across various industries. From enhancing supply chains and healthcare to improving data security and finance
  • How to Configure Azure Fileshare with AD Authentication 9/17/2024 4:19:46 AM. This document provides a step-by-step guide to setting up Azure File Share with Active Directory authentication, allowing users with an Exchange Plan 1 Microsoft license to access files securely using
  • Creating Table Using Twitter Bootstrap9/16/2024 11:27:40 AM. Learn how to design and implement stylish, responsive tables using Twitter Bootstrap. This guide covers Bootstrap’s table classes, grid system, and utility classes to enhance table layouts and functio
  • Responsive Table Using AngularJS And Bootstrap9/16/2024 11:26:46 AM. Learn how to create a fully responsive table using AngularJS and Bootstrap. This tutorial covers building dynamic tables that adjust seamlessly across devices, leveraging AngularJS for data binding an
  • Design Principle (1): SOLID in Concept9/13/2024 12:17:57 PM. This series explores software design principles, focusing on SOLID principles: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion, and their pract
  • Design Principle (0): Design Principle vs Design Pattern9/13/2024 12:17:06 PM. This series explores software design principles, distinguishing between high-level design principles like SOLID and low-level design patterns, offering practical guidelines and implementation strategi
  • Implement Rate Limiting in REST API in .NET 89/13/2024 9:02:49 AM. Rate limiting is a technique used to control the number of API requests a client can make within a set timeframe, helping to prevent server abuse, protect resources, and ensure fair usage. This articl
  • Array of Structure and Structures with in a Structure9/13/2024 5:23:54 AM. Explore the concept of arrays of structures and structures within structures in data modeling. Understand how to manage complex data by nesting structures, utilizing multidimensional arrays, and creat
  • Entity Framework Core Feature - Global Query Filters9/12/2024 5:59:39 AM. Learn how to implement Global Query Filters in Entity Framework to apply automatic filters at the model level. This feature is commonly used for scenarios like soft delete and multi-tenancy, ensuring
  • Validate CKEditor Using jQuery Validate9/12/2024 5:12:02 AM. This article explains how to validate CKEditor using jQuery Validate. CKEditor renders in an iframe, causing validation issues with jQuery. A custom jQuery validation method (ckrequired) is introduce
  • Building a Custom Image Slider Component in React9/11/2024 5:22:12 AM. Learn how to create a responsive, interactive slider using React hooks, JavaScript, and CSS. Perfect for adding dynamic image galleries or carousels to your web projects, enhancing user engagement and
  • Getting Started With Apache Kafka: Introductory Guide9/11/2024 3:36:55 AM. Apache Kafka is a distributed event streaming platform that enables real-time data processing and integration across microservices. It supports publishing and subscribing to streams of records, storin
  • Centralizing String Utility Functions in Java9/10/2024 6:26:13 AM. This article explains how to consolidate common string utility functions in Java by creating a utility class like StringUtils. It covers methods for checking if a string contains only alphanumeric cha
  • Real Time Use Of Context Menu Strip In Windows Form Application9/9/2024 11:35:42 AM. Learn how to use ContextMenuStrip in a Windows Forms application to delete records from a DataGridView. This tutorial covers setting up a context menu, handling right-click events, and executing a del
  • Arrays of Strings in Multidimensional Arrays9/9/2024 5:39:16 AM. Multidimensional arrays store data in multiple levels, enabling complex data structures like arrays of strings. This guide explores how to create, access, and manipulate string arrays within multidime
  • Preventing XSS Attacks in ASP.NET Core Web API9/8/2024 8:22:45 AM. Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques like
  • Types of components selectors in Angular with examples9/6/2024 8:22:59 AM. Angular offers various component selectors: Type Selector (e.g., app-root), Attribute Selector (e.g., [app-attribute-selector]), Attribute Selector with Value (e.g., [app-attribute-selector-with-value
  • Create A Calculator In Windows Form Application9/5/2024 11:41:11 AM. Learn how to create a simple calculator using Windows Forms. This guide covers setting up a Windows Forms Application, designing the form with buttons and a textbox, and implementing logic for basic o
  • Export Large Data from GridView to Excel File using C#9/5/2024 11:00:25 AM. Learn how to export large data from a GridView to an Excel file in C#. This guide covers the steps to efficiently handle and export substantial datasets, ensuring smooth data transfer to a spreadsheet
  • Export Gridview Data in .csv Format9/5/2024 10:59:35 AM. Learn how to export data from a Gridview to a CSV file format in this comprehensive guide. This tutorial covers the steps to efficiently convert and save Gridview data into a CSV file, allowing for ea
  • Export Gridview/Listview to Excel with Color Formatting9/5/2024 10:58:45 AM. Learn how to export data from Gridview or Listview to Excel while preserving color formatting. This guide covers techniques for applying visual styles and colors to your exported spreadsheets, ensurin
  • How To Implement CKEditor In ASP.NET MVC9/5/2024 10:45:12 AM. CKEditor is a powerful, browser-based WYSIWYG editor that simplifies HTML content creation. It integrates seamlessly with ASP.NET MVC, allowing users to easily create and manage rich text content.
  • Using JQuery GridView For an ASP.NET MVC Application9/5/2024 9:28:18 AM. Learn how to create a GridView in ASP.NET MVC using jQuery plugins. This guide covers creating static and dynamic GridViews, populating data from a database, and implementing features like paging and
  • Remote Bind Kendo Grid Using AngularJS And ASP.NET WEB API9/4/2024 9:09:52 AM. This article demonstrates integrating Kendo UI with AngularJS and ASP.NET Web API. It covers creating a WEB API application, setting up an Employee model and controller, testing with POSTMAN/Fiddler,
  • Unit Test In .NET Core Application Using NUnit9/4/2024 8:42:52 AM. NUnit is a popular open-source unit testing framework for .NET languages, essential for verifying code in ASP.NET Core. This guide covers setting up NUnit in an MVC project using CLI commands, creatin