Related resources for EST
  • Introduction To Minimal API using ASP.NET Core 811/21/2024 7:52:06 AM. Minimal API in .NET Core 6.0 simplifies the process of creating HTTP APIs by reducing code verbosity and dependencies. It is ideal for microservices, offering advantages like lightweight routing, impr
  • Events: Love Triangle in Integration Testing11/20/2024 6:30:48 AM. This video will delve into the main problems of not creating integration tests that check whether the application works fine, showing different alternatives with their pros and cons.
  • Types of APIs and Essential API Testing Tools11/18/2024 8:41:55 AM. Learn about essential API testing tools such as Postman, SoapUI, and JMeter, which help ensure the functionality, performance, and security of APIs through effective testing and automation.
  • Repository Pattern in .NET Core for Clean Data Access11/15/2024 11:24:56 AM. Learn how to separate business logic from data logic, enhance testability, and reduce code duplication. By following these best practices, you’ll achieve modular, scalable applications in .NET Core.
  • Increase Application Performance using Task.Run in .NET Core11/15/2024 11:18:38 AM. Explore the power of Task.Run in .NET Core to efficiently handle background tasks like logging, report generation, and email sending, enhancing application performance and responsiveness without block
  • .NET 9 is Out Now11/15/2024 8:47:33 AM. This article explains in detail the latest release of .NET. The latest .NET ecosystem updates improve performance, security, and productivity across C# 13, ASP.NET Core, EF Core, .NET Runtime, Librari
  • Build Testimonial Carousel in React with Dynamic Animations 11/15/2024 8:24:46 AM. Create an interactive testimonial carousel in React to showcase client feedback effectively. This component offers smooth animations, auto-advancing slides, responsive design, and dynamic star ratings
  • Loading Nested JSON File Data in Dropdown ASP.NET11/14/2024 6:58:43 AM. Learn how to load and bind nested JSON data to a dropdown in ASP.NET, covering both client-side and server-side techniques for dynamic data binding and efficient JSON parsing in web applications.
  • Testing API Endpoints Using C# and Swagger11/14/2024 6:02:21 AM. Learn how to test API endpoints effectively using C# and Swagger. This guide covers setting up Swagger for API documentation, configuring C# for testing endpoints, and automating tests to ensure relia
  • Best Practices in Building Cloud Distributed Systems11/12/2024 11:17:56 AM. This video will explore key topics related to building cloud-native and distributed systems, including scalability, availability, and resilience.
  • Beginner's Guide to CRUD Operations in .NET Core 8 Web API11/12/2024 7:30:14 AM. This guide walks you through creating a .NET Core 8 Web API for managing employee data with full CRUD operations. Using Entity Framework Core, you’ll define models, connect to a SQL database, create e
  • Why is Kubernetes Necessary for Modern Applications Deployment?11/8/2024 5:02:35 AM. In this article, we will learn Kubernetes streamlines modern app deployment by orchestrating containers, ensuring scalability, and automating management. It optimizes resources, enhances reliability,
  • Fetch Document Versions in SharePoint using PowerShell11/8/2024 4:24:10 AM. This PowerShell script connects to a SharePoint site to retrieve document versions from a specified library. It gathers metadata, including version numbers, last modified dates, and user details, then
  • Overview of SharePoint Search API for SharePoint User Profiles11/7/2024 6:43:36 AM. The SharePoint Search API allows you to query user profile data, such as name, email, job title, and department. Using the POST /search/postquery method, you can easily retrieve user information with
  • How to Forensic Investigate Security Incidents in Microsoft Azure11/5/2024 8:50:56 AM. This video discusses the forensic acquisition methodology of an Azure VM and an assumed scenario to divide the whole process into multiple steps.
  • Managing User Data in Azure AD with Microsoft Graph API11/5/2024 5:47:57 AM. Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, cre
  • Exploring the New T-SQL Enhancements in SQL Server 202211/5/2024 5:39:41 AM. In this article we will explore the powerful new T-SQL enhancements in SQL Server 2022, including features like DATE_BUCKET, DATETRUNC, and IS DISTINCT FROM, designed to simplify data handling and opt
  • What is Azure Offensive Security11/3/2024 4:17:28 AM. Azure Offensive Security focuses on proactively testing and strengthening the security of Azure environments. It uses tools like Microsoft Defender for Cloud, Azure Sentinel, and Threat Modeling to id
  • Top AI Tools for Testers10/30/2024 6:04:42 AM. Artificial Intelligence (AI) revolutionizes software testing by automating repetitive tasks, enhancing accuracy, and expediting the testing process. It enables testers to generate test cases, detect d
  • 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
  • DDoS Attacks and Prevention using .NET Core10/28/2024 6:30:12 AM. This article covers the basics of DDoS (Distributed Denial of Service) attacks and prevention methods in .NET Core. It explains how to identify DDoS symptoms and apply preventive techniques, including
  • Endpoint Explorer in Visual Studio 202210/28/2024 5:54:45 AM. Endpoint Explorer in Visual Studio 2022 is a powerful tool for developers to easily test, debug, and manage API endpoints directly within the IDE. It streamlines API development by allowing quick setu
  • Java 23: The Latest Features and Improvements10/28/2024 5:49:16 AM. This latest release introduces updates in pattern matching, memory management, and enhanced API functionalities. Java 23 simplifies coding tasks, boosts efficiency, and strengthens application stabili
  • Rename Folder in SharePoint Online Document Library with Power Automate10/28/2024 5:45:14 AM. In SharePoint Online, renaming a folder in a Document Library with Power Automate can be done using an HTTP request to interact with the SharePoint REST API, as Power Automate lacks a direct rename ac
  • Add Multiple Users to SharePoint Group together in one API call10/26/2024 6:33:17 AM. This article outlines how to streamline adding multiple users to a SharePoint Group using Power Automate. By leveraging a single HTTP request, users can efficiently batch add members to a group.
  • Restore Deleted Flows with PowerShell10/26/2024 6:07:39 AM. Learn how to restore deleted Power Automate flows using PowerShell in this comprehensive guide. This process enables users to recover important automated workflows, minimizing downtime and preserving
  • The Best Ordinal Wallets for Beginners in 202410/25/2024 5:34:27 AM. In 2024, choosing the right ordinals wallet is crucial for managing digital assets securely. Options like Xverse and Hiro wallets offer user-friendly interfaces and strong security for beginners and v
  • Restore Deleted Flows using Power Automate10/25/2024 5:13:54 AM. Learn step-by-step methods to retrieve flows, manage versions, and safeguard automated tasks. Ensure smooth operations by understanding flow recovery options within Microsoft Power Automate.
  • 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
  • Mastering API Testing with Api.http Files in .NET Projects10/23/2024 6:06:57 AM. The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment, such as Visual Studio or Visual Studio Code. Thi
  • 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
  • Best Practices for Microsoft 365 Admins when User Offboarding10/22/2024 8:39:45 AM. Learn how to effectively manage user accounts, ensure data security, and maintain compliance while revoking access. Implementing structured workflows and documentation will streamline the process, min
  • Document Libraries in Microsoft SharePoint10/16/2024 5:57:37 AM. Microsoft SharePoint's document libraries provide a centralized storage solution for teams to manage and collaborate on files. Unlike OneDrive, which focuses on personal storage, document librarie
  • Least and Greatest New T-SQL Enhancements in SQL Server10/15/2024 11:42:36 AM. Discover the least and greatest T-SQL enhancements in SQL Server 2022! This article explores the new features and improvements that elevate data manipulation and performance.
  • Minimal APIs or Controllers in ASP.NET Core10/14/2024 5:56:00 AM. In ASP.NET Core, developers can choose between Minimal APIs and Controllers for building web APIs. Minimal APIs offer a lightweight, streamlined approach with simpler routing, while Controllers follow
  • Setting Up Values Without Conditional Checks in Power Automate10/14/2024 4:19:26 AM. In this article, we explore how to set variable values in Power Automate without using conditional checks. We demonstrate two methods: one using traditional condition actions, and another with dynamic
  • Importing .NET Core APIs into Postman10/10/2024 5:42:24 AM. Explore how to test, debug, and document your APIs effectively. From setting up Postman collections to handling HTTP requests and authentication, this guide simplifies API testing and integration.
  • How to Install VMware Workstation on Windows 1110/10/2024 3:33:14 AM. VMware Workstation is a powerful virtualization software that allows users to run multiple operating systems on a single computer simultaneously. Ideal for IT professionals and developers, it enables
  • Integration of Angular with Microservices10/9/2024 7:27:58 AM. This content explores the integration of Angular with microservices, highlighting the advantages of building scalable and efficient web applications. It covers key concepts such as RESTful APIs, async
  • Mastering SQL Query Generation with Azure OpenAI10/9/2024 6:07:40 AM. Leverage Azure OpenAI to transform natural language into SQL queries seamlessly. By integrating Azure OpenAI and Azure SQL Database, you can simplify data querying and enhance accessibility. Learn how
  • Creating Custom Restaurant Reservation Alexa Skill Using Alexa Hosted NodeJS10/8/2024 9:35:47 AM. This guide walks you through setting up a voice-activated reservation system, integrating it with Alexa's developer console, and automating bookings for restaurants using simple Node.js coding tec
  • Backup And Restore Your Database Using SQL Server Management Studio (Step by Step)10/8/2024 8:54:22 AM. In this article you will learn how to upload your App to Windows Store (Step by Step), backup and restore your database using SQL Server Management Studio (Step by Step).
  • Implementing Swagger In Web API10/8/2024 8:51:54 AM. In this guide, we explore the process of implementing Swagger in Web APIs to enhance documentation and improve usability. Swagger, an essential tool for API development, provides interactive documenta
  • Create Web API in MVC 610/8/2024 8:48:58 AM. Learn how to create a Web API using ASP.NET MVC 6 in this comprehensive guide. We’ll cover essential topics like setting up the MVC framework, building API controllers, implementing RESTful services,
  • Make AJAX Call and Return JSON Using AngularJS10/8/2024 4:05:12 AM. Learn how to make AJAX calls and handle JSON data using AngularJS in this comprehensive guide. We'll cover how to use the $http service for asynchronous requests, manage responses, and integrate A
  • Data Structures And Algorithms - Part Three - An Array Of Fun10/3/2024 11:42:22 AM. Arrays in computer science are static data structures that store elements in contiguous memory locations. They can be one-dimensional, two-dimensional, or jagged arrays. This article explores how to d
  • Dynamically Create Nested Folders Using The New 'Create New Folder' Action Of Microsoft Flow10/3/2024 11:41:26 AM. This article introduces the new "Create new folder" action in MS Flow, enabling users to easily create folders and nested subfolders. By automating folder creation based on product list entr
  • Introduction to JQuery.ajax Call in ASP.Net10/3/2024 11:39:42 AM. This article provides a comprehensive introduction to making AJAX calls using jQuery in ASP.NET applications. It covers the fundamentals of jQuery's AJAX methods, including how to send asynchronou
  • How to Create a Group in SharePoint Using REST API10/3/2024 11:30:56 AM. Learn how to create a group in SharePoint using the REST API with this comprehensive guide. Discover step-by-step instructions, code examples, and best practices for leveraging RESTful services to man
  • Automation of Test Case Management by Using REST API Integration10/2/2024 5:15:57 AM. This content explores the automation of test case management through REST API integration. It highlights how API-driven automation streamlines test workflows, enhances efficiency and improves software
  • The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem10/1/2024 5:33:32 AM. This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in
  • 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.
  • Longest Consecutive Sequence in Array10/1/2024 4:27:13 AM. The "Longest Consecutive Sequence in Array" problem involves finding the longest sequence of consecutive integers in an unsorted array. This challenge can be efficiently solved using algorit
  • Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 19/27/2024 10:08:34 AM. This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
  • How To Add Dependency Injection In Your Sitecore Application9/27/2024 8:17:09 AM. Dependency Injection (DI) is a design pattern that enhances code maintainability and reusability by allowing developers to create loosely coupled components. It facilitates unit testing and supports v
  • How To Create Word Add-Ins9/27/2024 8:16:56 AM. This article outlines the steps to create and run a Word add-in using technologies like HTML, CSS, JavaScript, and C#. Word add-ins enhance functionality and work across platforms, including Windows,
  • 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
  • How to Download Code from Your Azure Function App9/27/2024 5:59:14 AM. In this article, we will learn how to easily download code from your Azure Function App using built-in tools like the Azure Portal, App Service Editor, or source control integration.
  • Interesting Query (3) --- Get Rolling Average9/26/2024 10:31:45 PM. This article will discuss Interesting Query (3) --- Get Rolling Average
  • HTTP Methods for Web Development9/24/2024 9:02:52 AM. HTTP methods are essential for communication between clients and servers in web development. They define how data is requested, sent, and managed. Common methods include GET, POST, PUT, and DELETE, ea
  • Chain of Resposability Pattern9/24/2024 6:17:02 AM. The Chain of Responsibility is a behavioral design pattern that enables passing requests along a series of handlers. Each handler decides to process the request or forward it to the next in line. This
  • Create List in SharePoint Using REST API9/23/2024 10:54:30 AM. Learn how to create a list in SharePoint 2013 using the REST API in this comprehensive guide. We'll explore step-by-step instructions, key concepts, and practical examples to help you leverage Sha
  • Creating Visually Engaging Dashboards: Ultimate Power BI Theme9/23/2024 7:07:10 AM. The Hussain PBI Theme enhances data presentation in Power BI with a harmonious color palette and modern typography. It features customizable visual styles for clarity and engagement, including vibrant
  • C#.NET - Access OAuth REST Web API Method9/23/2024 5:23:38 AM. C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpCli
  • Download Multiple Excel Files via Web API and Angular9/20/2024 5:59:28 AM. In this article, we will learn how to implement file streaming in the backend and trigger downloads via Angular's HTTPClient, enabling efficient file handling across platforms.
  • Block IP Address In ASP.NET Core Web API9/19/2024 10:04:00 AM. This article will explain that how to block IP address for particular time frame with multiple request. It will restrict user to enter into controller if user hit system multiple times during fixed ti
  • In-Memory Databases- Unit Testing With C#, EFCore and XUnit9/18/2024 12:13:03 PM. Learn to unit test EF Core repositories using an in-memory database with C# and xUnit. This approach simulates database operations without overhead, ensuring fast and isolated tests. Set up involves i
  • Create Backup and Restore Database in SQL Server9/18/2024 9:01:35 AM. This tutorial covers essential techniques for backing up your databases, restoring them when needed, and ensuring data safety. Master these skills to safeguard your SQL Server environment effectively.
  • Invoke Azure Data Factory Pipeline via MSFT Fabric without REST API9/18/2024 4:37:09 AM. This guide explores alternative methods for automating and orchestrating your data workflows in the cloud, providing seamless integration with Azure services for efficient pipeline execution.
  • How to create a language translator using Google's API and JavaScript9/17/2024 10:42:21 AM. This article demonstrates how to create a language translator using the Google API and JavaScript. It covers integrating the Google API for translating text, contrasting it with previous methods like
  • 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
  • AngularJS Interview Questions And Answers - Part One9/17/2024 10:36:14 AM. In this guide, "AngularJS Interview Questions And Answers - Part One," you'll find a comprehensive list of essential questions and detailed answers to help you prepare for AngularJS inte
  • 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
  • Cross-Site Request Forgery (CSRF) in ASP.NET Core9/13/2024 9:00:31 AM. CSRF is a security vulnerability where attackers trick authenticated users into making unintended requests. This ASP.NET Core example demonstrates using anti-forgery tokens to prevent CSRF attacks. It
  • 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
  • API Versioning Best Practices in .NET 89/12/2024 10:48:15 AM. Learn how to implement API versioning in .NET 8 to manage changes and maintain compatibility. This article covers versioning strategies like URI Path, Query Parameter, Header, and Content Negotiation.
  • Create A Simple Web Service In ASP.NET Using C#9/12/2024 6:14:14 AM. This guide covers building a REST API, handling HTTP requests, and integrating with JSON/XML data formats. Ideal for beginners, it provides step-by-step instructions using Visual Studio, focusing on p
  • Understanding Two-Phase Commit in Microservices9/11/2024 6:47:37 AM. The Two-Phase Commit (2PC) protocol ensures data consistency in microservices by coordinating transactions across services. It involves a prepare phase where participants log changes and vote, and a c
  • CSS Automatic Numbering Counter9/10/2024 8:23:02 AM. This article explains how to implement a CSS Automatic Numbering Counter using the counter-reset and counter-increment properties. It covers creating numbered sections, subsections, and nested lists w
  • Soneium Minato Testnet Live with Soneium Spark Incubation Program9/10/2024 6:06:00 AM. Soneium Minato, Sony's Layer-2 Ethereum blockchain, supports Web3 innovation with scalable, low-cost transactions. Its Soneium Spark Incubator offers up to $100,000 in funding and mentorship for b
  • 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
  • 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
  • Optimizing Angular Route Guards for Performance and Security9/4/2024 6:13:15 AM. Angular route guards manage access control in your application, ensuring users only access authorized routes. To optimize performance and security, implement lazy loading with CanLoad, cache permissio
  • Automated Way for PBIX to PBIP File Conversion9/4/2024 6:06:27 AM. To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "&lt
  • Filter and Display New Employees in Power Apps with Microsoft Graph9/3/2024 5:05:57 AM. Create a Power Apps app that lists new employees who joined this year by using the Microsoft Graph API. With a button click, retrieve and display user data filtered by hire date in a gallery. This app
  • Power Query: Best Practices for Memory Consumption9/2/2024 10:27:37 AM. To optimize memory usage in Power Query, filter data early, minimize query steps, and utilize query folding to reduce data processed. Disable background data loading, optimize data types, use dataflow
  • Understanding HttpClient Best Practice9/2/2024 7:56:51 AM. Creating a new HttpClient instance frequently can lead to performance issues like socket exhaustion due to open sockets lingering in the TIME_WAIT state. Instead, reuse a singleton HttpClient instance
  • How to Deploy a Gen AI Application on Docker?9/2/2024 4:39:45 AM. Learn how to deploy a Generative AI application using Docker with step-by-step instructions, including Flask setup, containerization, and handling POST requests.
  • Using Factory Patterns in C# 12 to simplify A/B testing8/31/2024 4:40:36 AM. Find out how Ziggy Rafiq simplifies A/B testing with feature toggles in C# 12 by using Factory and Abstract Factory design patterns.
  • Illustration of Bubble Sorting in one Dimensional Array8/30/2024 8:29:58 AM. Bubble Sort is a simple sorting algorithm that arranges elements in an array by repeatedly comparing and swapping adjacent items. It iterates through the array multiple times, moving the largest (or s
  • Understanding of Design Patterns8/30/2024 5:13:44 AM. Design patterns are essential in software development, divided into architectural and application/code-level patterns. Architectural patterns guide the high-level structure of software, ensuring compo
  • Complete File Upload and Download in ASP.NET Core MVC8/30/2024 5:08:01 AM. Implement file upload and download functionality in an ASP.NET Core MVC application. This guide covers project setup, model creation, controller logic, view implementation, and security best practices
  • Vector Database Internals: In a Layman's Perspective8/29/2024 5:50:04 AM. A vector database stores and manages data as vectors—lists of numbers representing features of items. It excels in handling unstructured data like images and text by using vector embeddings generated
  • RESTful API Design with .NET8/29/2024 5:49:32 AM. Explore the principles of RESTful design and learn how to implement robust, scalable, and maintainable web APIs in a .NET environment. This guide covers key REST concepts like statelessness, client-se
  • Implement LDAP Login Authentication API in Java with Spring Boot8/28/2024 6:57:58 AM. This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication. Th
  • Unit Test (1) --- Basic8/27/2024 1:49:29 PM. This article will discuss Unit Test issues.
  • Azure Advisor recommendation using Resource Manager REST API 8/27/2024 11:03:18 AM. Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, conf
  • Create Intelligent Chatbots with C# Tools and Techniques8/26/2024 4:11:15 AM. Build intelligent chatbots using C# and AI frameworks like Microsoft Bot Framework and Azure Cognitive Services. Leverage NLP for natural conversation flow, integrate LUIS for intent recognition, and