Related resources for GET
  • Microsoft Graph Permissions - Get Access on Behalf of a User10/30/2024 8:22:09 AM. To call Microsoft Graph, an app must obtain an access token from the Microsoft identity platform. This access token includes information about whether the app is authorized to access Microsoft Graph o
  • Create a Model with Database Table in .NET 8 using EF Core10/28/2024 7:16:12 AM. This article guides you through creating a data-driven application using .NET 8 and Entity Framework Core. You'll learn to define a model, configure a DbContext, set up a SQL Server connection str
  • 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.
  • Azure service bus queue with .net core and python10/20/2024 9:30:13 AM. This article demonstrates how to implement Azure Service Bus queues using both .NET Core and Python. It covers creating a message sender with a web API in .NET Core and a receiver using a console app.
  • Getting Started with Databrick Dataset10/19/2024 3:05:37 PM. This article dives into how to use databricks preloaded datasets. Databricks Datasets provide ready-to-use, real-world data built into the Databricks platform, enabling users to easily access, analyze
  • 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
  • Get All Instances of SQL Server in C#10/11/2024 12:29:27 PM. If you're writing a Database Manager application or simply want to retrieve all the instances,this trick might come in handy.
  • How to Get Reply from GPT in Power Apps10/10/2024 5:39:42 AM. This guide walks you through setting up GPT using OpenAI's API in Power Apps, creating seamless conversational experiences, and automating replies with AI to enhance user engagement and workflows.
  • Get Products with O(n) Time Efficiency10/6/2024 11:26:17 AM. This article will discuss Get Products with O(n) Time Efficiency
  • Getting Started with Power Apps10/3/2024 11:16:25 AM. This beginner's guide introduces you to the basics of app development, helping you design workflows, automate processes, and build business solutions with ease using low-code techniques.
  • 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
  • How To Create An HTTP Trigger Azure Function App Using Visual Studio 201710/1/2024 8:24:46 AM. Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
  • Getting Started with GPT-3.5 Turbo on Azure OpenAI Service in .NET9/28/2024 5:48:07 AM. This article explores how to integrate Azure OpenAI Service and GPT-35-Turbo into .NET applications for generating text responses based on user prompts.
  • ASP.Net SignalR: Building a Simple Real-Time Chat Application9/27/2024 10:21:27 AM. In this tutorial, we build a simple real-time chat application using ASP.NET MVC and SignalR. SignalR enables live data updates by pushing content from the server to clients, perfect for chat, notific
  • 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.
  • Getting Dynamic Input Value and Post to the AJAX function9/27/2024 3:20:29 AM. This article explores how to dynamically retrieve input values from a user interface and send them to an AJAX function for processing. It covers essential concepts like event handling and asynchronous
  • Interesting Query (3) --- Get Rolling Average9/26/2024 10:31:45 PM. This article will discuss Interesting Query (3) --- Get Rolling Average
  • How To Get Unique Records Without Using Distinct In SQL Server9/26/2024 4:35:41 AM. In this guide, you'll learn how to retrieve unique records in SQL Server without using the DISTINCT keyword. We'll explore alternative methods like GROUP BY, ROW_NUMBER(), and Common Table Exp
  • Getting Started With Angular 2 Application Using Visual Studio9/24/2024 9:13:16 AM. This article provides a step-by-step guide for developing Angular 2 applications using Visual Studio 2015. It covers prerequisites such as installing Visual Studio, Node.js, and TypeScript, along with
  • 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
  • Efficient Package Management in Large Enterprises with Directory.Packages.props9/23/2024 6:48:31 AM. Managing NuGet package versions in large C# solutions can be challenging. The Directory.Packages.props file simplifies this by allowing you to define package versions in one central location, ensuring
  • 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
  • Getting an External IP Address Locally using VB.Net9/20/2024 9:22:02 AM. This guide covers the essential steps and code snippets for accessing your public IP address from within your VB.Net application, helping you manage network configurations and enhance your programming
  • 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.
  • 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
  • Getting Started With ASP.NET Core MVC Apps Using VS Code9/18/2024 12:14:39 PM. Learn to create a HelloWorld app using ASP.NET Core 2.0 and Visual Studio Code. This guide covers setting up a new ASP.NET Core MVC project, adding controllers and views, and running the application.
  • 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.
  • 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
  • Getting Started with React 18's createRoot API9/10/2024 10:42:18 AM. The createRoot API in React 18 revolutionizes application rendering by replacing ReactDOM.render. It integrates with React's Concurrent Mode, enhancing performance through better state batching an
  • Braintree Payment Gateway Integration With ASP.NET Core 2.19/4/2024 9:06:35 AM. Integrate Braintree payment gateway with ASP.NET Core 2.1 by adding the Braintree .NET Client Library via NuGet. Configure the gateway using environment variables or default credentials. Implement end
  • Simplifying ASP.NET Core 8 Logging with Serilog and AppInsight9/2/2024 8:00:14 AM. Serilog is a powerful .NET logging library that supports structured logging, enhancing application monitoring and debugging. To integrate Serilog with ASP.NET Core and Application Insights, install es
  • 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
  • Understanding Flutter's BuildContext8/29/2024 9:04:21 AM. BuildContext in Flutter is a key concept representing a widget's location in the widget tree. It helps navigate the tree, access inherited widgets, and manage state and theme data. Understanding B
  • Get Return Value From Stored Procedure Using Dapper ORM In ASP.NET MVC8/23/2024 7:35:06 AM. In this article we will learn how to get return value from stored procedure using Dapper ORM in ASP.NET MVC.
  • AI-Driven Customer Experience Revolutionizes Business Interactions8/22/2024 11:21:04 AM. AI is revolutionizing customer experience by enabling personalized interactions, efficient support, and enhanced loyalty. From AI-driven product recommendations and dynamic pricing to chatbots and pre
  • How to get all the user properties using powershell in SharePoint 2010 8/22/2024 7:23:23 AM. Learn how to retrieve all user properties in SharePoint 2010 using PowerShell. This guide covers how to get user details with scripts that access the SharePoint site, fetch user profiles, and handle c
  • Getting Started with Unit Testing in ASP.NET Core8/22/2024 7:09:07 AM. Learn about essential testing frameworks like xUnit and NUnit, explore mocking and dependency injection techniques, and gain insights into best practices for writing robust test cases. Improve code qu
  • Getting started with Integration Testing in ASP.NET Core8/20/2024 11:44:19 AM. Learn the essentials of integration testing in ASP.NET Core. This guide covers setting up your testing environment, creating and running integration tests, and using frameworks and tools to ensure you
  • Create, Retrieve, Update Or Delete Sites On SharePoint Using PnP PowerShell8/20/2024 10:55:51 AM. Learn how to create, retrieve, update, and delete SharePoint sites using PnP PowerShell. This guide covers essential commands like New-SPOWeb, Get-SPOWeb, Set-SPOWeb, and Remove-SPOWeb, providing step
  • The Best Way to Work with Excel in .NET: MiniExcel8/16/2024 5:22:33 AM. MiniExcel is a lightweight, high-performance .NET library for handling Excel files. Simplifies tasks like reading and writing data with minimal dependencies and fast processing. Ideal for reporting, d
  • Creating Image Magnifier Using HTML58/16/2024 4:58:51 AM. This article guides you through creating an Image Magnifier using HTML5 canvas. It details setting up the HTML structure, implementing JavaScript for magnification functionality, and styling with CSS.
  • Getting Started With Azure Scheduler8/7/2024 10:54:40 AM. Azure Scheduler lets you automate tasks by scheduling HTTP, HTTPS, or queue-based actions. It helps manage and invoke scheduled jobs, whether hosted on Azure, on-premises, or elsewhere. You can create
  • Build Image Description Service with Amazon Bedrock and .NET App8/7/2024 6:15:47 AM. Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
  • How to Get Only Letters from a String in C#?8/5/2024 5:24:18 AM. Learn how to extract only the letters from a string in C# using various methods. This guide covers techniques such as using regular expressions, string manipulation methods, and LINQ to filter out non
  • Getting Started With Razor Pages In ASP.NET Core 2.08/5/2024 3:54:59 AM. ASP.NET Core 2.0 introduces Razor Pages, a streamlined alternative to MVC for focusing on UI rather than complex logic. With Razor Pages, you manage server-side logic in code-behind files, simplify ro
  • Implementing Dependency Injection In .NET Core Console Applications7/31/2024 3:56:07 AM. Learn how to implement Dependency Injection (DI) in .NET Core Console applications. Start by adding the Microsoft.Extensions.DependencyInjection package, then register services using ServiceCollection
  • Getting Started With Unit Testing Using C# And xUnit7/30/2024 6:35:32 AM. Unit Testing in ASP.NET Core involves testing individual components or methods to ensure they work as intended. By creating test cases for small functionalities, developers can catch bugs early, impro
  • How To Create ASP.NET Web API GET, POST, PUT, and DELETE7/30/2024 4:36:20 AM. Learn to build RESTful services by defining endpoints and handling HTTP requests. Perfect for developers aiming to master CRUD operations and backend development with .NET.
  • How to Use JWSHMAC in ASP.NET Web Application7/29/2024 6:29:47 AM. Learn how to implement JWSHMAC in an ASP.NET web application to secure JSON data using HMAC. This guide covers installing the JWT NuGet package, creating a JWT helper class for token generation and va
  • Generating PDFs in .NET Core Web API7/26/2024 11:30:03 AM. In this comprehensive guide, learn how to generate PDFs in .NET Core Web API. This tutorial covers essential tools and libraries, step-by-step instructions, and practical examples to help you create r
  • Building A Login Form Using Material Design Control In Visual Studio 20177/26/2024 6:28:26 AM. This article demonstrates how to use Material Skin in Windows. Forms applications with Visual Studio 2017. It covers starting a project, installing Material Skin via NuGet, adding Material controls to
  • Amazon Bedrock Knowledge Base Query in .NET Console App7/25/2024 7:24:09 AM. Learn to create a .NET console application using Visual Studio 2022 to query an Amazon Bedrock knowledge base. This guide demonstrates querying an Amazon S3 bucket for data, handling responses, and ma
  • Getting Started with ADO.NET7/22/2024 8:14:00 AM. ADO.NET (ActiveX Data Objects . NET) is a set of classes in the .NET Framework that provides access to data sources such as SQL Server, Oracle, and other databases. It is a part of the larger .NET eco
  • Building NuGet Packages with the .NET CLI7/22/2024 6:11:56 AM. Perfect for .NET developers, this tutorial covers package creation, configuration, and publishing. Master the command-line tools to streamline your workflow and efficiently manage dependencies in your
  • How to Create a Captcha in .Net Core Web API7/20/2024 4:10:40 PM. This guide explains how to create a CAPTCHA in a .NET Core Web API. It covers installing necessary NuGet packages, configuring session management, generating CAPTCHA images, and validating user input.
  • How to Implement Memcached in C# ASP.NET MVC Project?7/19/2024 10:48:08 AM. Learn how to enhance performance in a C# ASP.NET MVC project using Memcached. This guide covers installing Memcached, integrating it with your application, and implementing caching to improve response
  • How to Generate Server Side Reports in .NET Core7/19/2024 9:12:48 AM. Explore server-side reporting in .NET Core with top free packages: DinkToPdf, FastReport Open Source, and Report.NET. These tools simplify PDF generation from HTML and custom reports, offering cost-ef
  • Use a Guardrail with the Converse API in a .NET Console Application7/18/2024 8:16:01 AM. Learn to develop a .NET console app using the Converse API with guardrails to block inappropriate content in Visual Studio 2022. This tutorial covers setting up AWS IAM permissions, installing the AWS
  • Integrating .NET Standard with Modern Development Practices7/17/2024 5:49:18 AM. .NET Standard is a specification that defines a set of APIs that all .NET implementations must provide. It serves as a unifying platform, ensuring that code can run on various .NET implementations, in
  • Comprehensive Guide to Unit Testing in .NET Core7/16/2024 7:21:02 PM. Unit testing in .NET Core is essential for ensuring code quality and functionality. Using frameworks like xUnit and NUnit, developers can write effective tests to detect bugs early, support code refac
  • How to Get Sensitivity Labels from M365 Compliance Center7/15/2024 4:05:36 PM. Learn how to efficiently retrieve sensitivity labels from the M365 Compliance Center. Explore the step-by-step process of accessing and managing sensitivity labels within Microsoft 365, ensuring robus
  • Get Index Position of Nth Occurrence of a Character in String in Azure Data Factory7/12/2024 12:49:34 PM. In this article, we will learn how to efficiently locate the index position of the Nth occurrence of a specific character within a string using Azure Data Factory.
  • Getting started with gRPC in .NET 8 using C# 127/11/2024 1:35:30 PM. Using C# 12 and gRPC in .NET 8, Ziggy Rafiq guides you through setting up your environment, defining services, and developing client and server applications with gRPC.
  • Getting started with Power Pages7/10/2024 9:50:52 AM. This article guides you through getting started with Power Pages. It covers two methods: starting with a template or from scratch. You'll learn to create a unique web address, generate your first
  • How to Implement Multi Factor Authentication Using Authenticator App in ASP.NET MVC Project?7/8/2024 7:51:34 PM. Enhance your ASP.NET MVC project's security with multi-factor authentication (MFA) using an authenticator app. This guide provides step-by-step instructions for setting up your project, configurin
  • Setting Up Google Authentication in ASP.NET Core MVC7/8/2024 11:37:17 AM. Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessar
  • MongoDB Filters With .NET Using MongoDB.Driver 7/5/2024 6:55:18 AM. Learn how to leverage MongoDB.Driver in .NET and C# for efficient data filtering. This guide focuses on implementing MongoDB operations directly within a .NET 8 Web API project, skipping higher-level
  • Getting Started with Tableau Public7/4/2024 5:52:09 AM. Discover the power of Tableau Public with our comprehensive guide. Learn to create stunning visualizations, from basic charts to interactive dashboards. Master data exploration and storytelling techni
  • Getting Started with Docker-Compose for ASP.NET Core and MSSQL7/4/2024 4:33:24 AM. This article guides you through setting up a Docker Compose environment for an ASP.NET Core application and an MSSQL database, covering creation, configuration, and verification steps for efficient co
  • What is the Purpose of getDerivedStateFromError in ReactJS7/3/2024 9:20:52 AM. GetDerivedStateFromError is a lifecycle method in ReactJS used for error handling within components. It allows components to catch JavaScript errors during rendering, updating, and in lifecycle method
  • Exploring GetItems() Method for Working with Randomness in .NET 87/2/2024 7:16:36 AM. .NET 8 introduces the GetItems() method in the Random class, enhancing random data selection in C# programming. This method simplifies selecting random items from collections, improving code efficienc
  • Get Started with Visual Studio Code for the Web7/2/2024 5:08:32 AM. Introduction to the Visual Studio for the web.
  • Audit Trail And Data Versioning With C# And MVC6/26/2024 10:24:23 AM. This article describes implementing an audit trail and data versioning system using C# reflection and SQL databases. It focuses on medical records applications, outlining database setups, MVC applicat
  • Getting Started With ElasticSearch6/25/2024 10:06:40 AM. Elasticsearch is a powerful open-source tool for real-time searching and analytics. It stores data in JSON format and supports RESTful interactions via HTTP verbs like GET, POST, PUT, and DELETE. Inte
  • How To Get File Name In C#6/24/2024 9:00:49 AM. Furthermore, DirectoryName returns the full path of the directory containing the file, assisting in navigation and hierarchical file organization. Lastly, CreationTime offers insights into the file&#3
  • Deploying A Simple Bot With Bot Builder SDK Using Visual Studio 20176/20/2024 10:12:40 AM. Learn to create and configure bots using Visual Studio with the Bot Application template and Bot Builder SDK for .NET. Test and debug bots locally using the Bot Emulator, ensuring seamless interaction
  • Getting Started with ZooKeeper: A Beginner's Guide6/20/2024 8:57:57 AM. Learn the basics of Apache ZooKeeper, a distributed coordination service, including its architecture, installation, usage, and practical examples.
  • Getting started with Grafana for Ubuntu in Azure Cloud6/19/2024 10:13:23 AM. Grafana is pivotal for visualizing and analyzing data, ideal for monitoring system performance. Installing Grafana via Azure, utilizing a virtual machine. It covers key steps like SSH key setup, conne
  • Creating your own Web Server using C#6/19/2024 9:54:35 AM. C# and .NET form the backbone of a simple web server application described in this article. Using TcpListener, the application listens on a specified port for incoming HTTP requests, handling them usi
  • Reflection In .NET6/19/2024 9:34:31 AM. Explore .NET Reflection, a powerful API for runtime type introspection in .NET Framework. Learn about key classes like System.Reflection.Assembly and System.Type, essential for dynamic type loading an
  • 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
  • HTTP Request Methods in .NET Core6/14/2024 4:24:03 AM. A collection of resources housed on different web servers make up the Internet. Users utilize a variety of web browsers that can communicate with the server and display its contents in order to access
  • Heart Disease Prediction In ASP.NET Core Using ML.NET6/12/2024 10:02:36 AM. Develop an ASP.NET Core MVC application for predicting heart disease using ML.NET. Install necessary NuGet packages, define data structure for the ML model, build and train the model. Implement contro
  • Excel Export/Download In ASP.NET Core6/12/2024 7:01:38 AM. Learn how to effortlessly export IEnumerable<T> data into Excel files in Asp.Net Core backend using Fingers10.ExcelExport NuGet package. Customizable column headers and nesting are supported.
  • Getting Particular Timezones Current Date Time in SQL Server6/12/2024 5:53:14 AM. To retrieve the current date and time for specific time zones in SQL Server, use the query SELECT * FROM sys.time_zone_info. This query returns information about supported time zones, including their
  • Create Bluetooth Android Application Using Android Studio6/11/2024 12:38:37 PM. Learn to create a Bluetooth Android app using Android Studio. This guide covers setting up Android Studio, designing the app with XML, coding functionality in Java, adding Bluetooth permissions, and r
  • Getting Started with ML.NET Model Builder for Using in ASP.NET Core6/11/2024 9:38:23 AM. Learn how ML.NET Model Builder simplifies ML application development by helping you build, train, and deploy models efficiently. This guide explains the basics of ML.NET, including data loading, model
  • Getting started with Microsoft Fabric using Dataflow Gen 26/10/2024 11:55:56 AM. In this article, we will delve into Microsoft Fabric and provide a step-by-step guide on how to use Dataflow Gen 2 to ingest your data to create insights. If you are a data professional, developers or
  • Getting Started With BBC Micro:Bit6/7/2024 10:42:55 AM. BBC micro is a compact ARM-based system for computer education. With sensors, LEDs, buttons, and USB connectivity, it's a versatile tool for learning coding and hardware interaction.
  • Get SharePoint Role Definition ID's6/5/2024 8:11:42 AM. Retrieve SharePoint Role Definition IDs to manage access levels efficiently. Use SharePoint APIs or PowerShell to access, view, and modify permission settings for users and groups within your SharePoi
  • Get to know about Microsoft Defender for Office 3656/5/2024 4:21:29 AM. Microsoft Defender XDR, advanced threat protection suite within Microsoft 365 Defender. Focus on Microsoft Defender for Office 365, offering robust email security through features like Exchange Online
  • Getting Started With HTTP Client Get Request In Angular 8 Using Entity Framework6/1/2024 8:29:06 AM. Learn Angular 8's HTTP client for GET requests, integrating with Entity Framework for seamless data retrieval. Explore front-end development with RESTful services, asynchronous programming, and An
  • Getting Started With Apache Spark5/31/2024 10:02:08 AM. In Big Data, Hadoop components such as Hive (SQL construct), Pig ( Scripting construct), and MapReduce (Java programming) are used to perform all the data transformations and aggregation.
  • Getting Started With Azure AI Studio5/31/2024 9:41:01 AM. In this article, I'll delve into the Azure AI Studio platform and its functionalities. For those unfamiliar with Azure AI Studio, your all-in-one AI platform for building, evaluating, and deployin
  • ChatGpt-4o on Mobile Gets Many Paid Subscriptions (May 2024)5/29/2024 10:35:14 AM. In May 2024, ChatGPT-4 on mobile devices has seen a significant surge in paid subscriptions. This advanced AI chatbot, known for its enhanced capabilities and user-friendly interface, is attracting a
  • How to Overcome Error "Access to the Path Containing 'hash.web' is Getting Denied."5/28/2024 11:19:52 AM. Encountering "Access to the Path Containing 'hash.web' is Getting Denied" error? This issue often arises due to insufficient file permissions, restrictive security settings, or locke
  • Building a RESTful API with Flask and Python5/28/2024 8:37:00 AM. Learn to build a RESTful API with Flask and Python, leveraging HTTP methods for CRUD operations. Flask's simplicity aids rapid API development. Set up the environment, define endpoints for employe
  • Getting Started With Ionic Blank App Using Visual Studio 20155/24/2024 7:18:02 AM. Get started with building a hybrid mobile app using the Ionic Framework and Visual Studio 2015. This guide covers setting up Ionic and Cordova, creating a blank app template, and utilizing the Ionic C
  • Getting Started With Ionic Tabs App Using Visual Studio 20155/24/2024 7:16:46 AM. Getting Started With Ionic Tabs App Using Visual Studio 2015" guides you through creating a cross-platform mobile app using the Ionic framework and Visual Studio 2015. Learn to set up your develo