Resources  
  • Python SDK Deployment: Image Moderation for Content SafetyMar 27, 2024. This article provides a comprehensive guide on deploying Image moderation using the Python SDK for integrating with a Content Safety application, offering a detailed step-by-step implementation process.
  • Introduction to Image Control in Power AppsMar 22, 2024. Explore the versatility of Image Control in Power Apps. Learn to enhance user interfaces by effortlessly displaying images. From data visualization to graphic elements, master the art of visual design and image management.
  • Getting Started With Mapster in ASP.NET CoreMar 20, 2024. Learn how to streamline object mapping in ASP.NET Core applications using Mapster. This comprehensive guide covers installation, basic mapping techniques, advanced features like custom mapping, and practical examples to help you master the art of efficient data transformation.
  • Creating Distributed Map-Reduce Job via AWS Step Function Mar 18, 2024. Example of distributed map-reduce job using AWS Step Function on the example of the generative art piece. The article explains using AWS Step Functions to orchestrate lambdas in a distributed serverless architecture, with examples and considerations for robustness.
  • Effective Communication Between Executable Files Using Shared MemoryMar 18, 2024. In a WPF (Windows Presentation Foundation) application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
  • Creating Contact Record in D365 with PowerShell Script & Image AttributeMar 15, 2024. Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell module for efficient and seamless integration, enhancing your CRM automation capabilities.
  • .NET MAUI - Base64 Image Encode/DecodeMar 09, 2024. This blog guides 10th-grade students through incorporating Base64-encoded images in .NET MAUI apps. Covering project setup, implementation steps, and a demo, it empowers users to enhance app visuals seamlessly.
  • Big Data: Navigating the Digital Ocean of InformationMar 05, 2024. In the era of technology, data has become the new currency. Big Data, a term frequently heard across industries, represents the vast expanse of information reshaping our world. The essence of Big Data, its dimensions, real-world applications, and the role of Hadoop Distributed File System (HDFS) in managing its vast scale.
  • How to View or Print CDR Image Files with or Without CorelDRAWMar 01, 2024. Explore methods to View or Print CDR Image files with or without CorelDRAW. Get the best guides to View or Print CDR Image files using CorelDRAW and C#.
  • Using Azure OpenAI Service to Generate Images with DALL-E in .NETFeb 21, 2024. Tutorial to call Azure OpenAI Service DALL-E model to generate images in .NET. Learn how to call the Azure OpenAI Service DALL-E model in C#. Gather necessary data from Azure, deploy a model, and use the Azure OpenAI client library for .NET. Explore generative AI!
  • Analyzing Image Moderation using Azure Content SafetyFeb 13, 2024. At the end of the article readers will able to understand and implement the usage of Content safety studio with moderating image contents in real time scenarios.
  • How to Add Highlighted Image Slider in BloggerFeb 13, 2024. Enhance your Blogger blog with a highlighted image slider. Learn how to customize your blog layout by adding an interactive image carousel using widgets or plugins for a visually appealing browsing experience
  • Understanding Image Gallery Web Part in SharePoint OnlineFeb 11, 2024. Understanding Image Gallery Web Part and its features and different options.
  • PowerApps Dropdown / ComboBox with ImageFeb 09, 2024. Create visually enriched PowerApps Dropdown/ComboBox with images. Enhance the user experience by incorporating thumbnails or icons alongside selectable options, leveraging data binding and custom templates for seamless integration.
  • CesiumJS Sample in WPF ApplicationFeb 06, 2024. This project streamlines CesiumJS integration into a WPF app, leveraging powerful geospatial visualization. Learn to inject KML files, define locations, create lines, and manage KML loading. Follow the steps to embed CesiumJS, set up HTML, and integrate with WPF using CefSharp.
  • Build Interactive Map Visual in Power BIFeb 05, 2024. Unleash the power of geospatial data in Power BI by creating interactive maps. Transform raw data into compelling narratives, track sales, visualize demographics, and engage your audience with filters, drillthroughs, and storytelling bookmarks.
  • Building Interactive Maps in Power BIFeb 05, 2024. Explore the art of creating interactive maps in Power BI, Microsoft's data visualization tool. From choosing geospatial data to configuring map visuals and enhancing interactivity
  • iOS - Choosing Image From Photo Library In SwiftFeb 05, 2024. This Swift tutorial demonstrates creating a photo library access request, implementing a UIImageView, and handling image selection.
  • JavaScript Map Object in ES7 and TypeScriptJan 16, 2024. The JavaScript Map object is a versatile tool for mapping keys to values, offering efficient operations for searching, updating, and deleting elements based on specified keys. In this article, we will explore the capabilities of the Map object in ES7 (ECMAScript 2016) and delve into its application in TypeScript.
  • How to Create a 3d Illustration on Microsoft Image CreatorJan 07, 2024. In this article, we will learn how to create a 3D illustration using AI with Microsoft Image Creator. Follow the steps on the Bing Chat AI-powered tool to generate unique, customizable images from text prompts.
  • Upload, Edit, and Delete Image with Dapper in .NET CoreJan 03, 2024. This tutorial teaches ASP.NET Core MVC web development with controllers and views. You will learn upload, edit and delete image file with dapper, repository pattern and UnitOfWork in .NET Core.
  • How to Add Popup Image in Blogger SitesDec 25, 2023. Here are some steps for adding a responsive pop-up image with a link in Blogger
  • API Development Using Dapper and Microsoft Asp.NET Core Web API Dec 24, 2023. ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations. Dapper provides a simple way to interact with databases using raw SQL queries while mapping the results to objects.
  • Map() Function in ReactDec 22, 2023. React's map() Function: A Comprehensive Guide with Practical Examples. React's map() function with practical insights. Learn its core principles for manipulating data, from basic array operations to dynamic rendering in React components, enhancing your development proficiency.
  • Building a Custom Object Mapper in ASP.NET Core Using C#Dec 21, 2023. Unlock the power of data transformation in ASP.NET Core with a custom object mapper. Delve into the steps—defining mapping configurations, implementing logic, and seamless integration—ensuring tailored, efficient, and maintainable data conversion in your applications. Happy coding!
  • Python Text ExtractionDec 11, 2023. Unlock the untold stories within digital images through text extraction. Explore the fusion of technology and human-readable language using Tesseract OCR and Python. This article guides you through installation, script writing, and the art of revealing narratives hidden in pictures. Elevate your coding journey!
  • .NET Core: Decoding .NET Core Custom MiddlewareDec 01, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • How to Share a Drive and Mapping for Client User?Dec 01, 2023. Learn the proper and easy method to share and map a drive for client users. Follow clear steps from creating a shared folder to setting up permissions in this insightful guide.
  • .NET Core: Custom Middleware Short CircuitDec 01, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • Extract text from Image and PDF Using Power Automate and AI Builder Nov 29, 2023. Extract text from Image and PDF - Using Power Automate and AI Builder. In our data-centric world, extracting valuable insights from diverse sources, including images and PDFs, is crucial. Power Automate, coupled with AI Builder, offers a potent solution for text extraction from such documents. This enables businesses to streamline processes and derive meaningful information from previously unstructured data.
  • How to Embed an Image to an email in Power AutomateNov 28, 2023. Power Automate doesn't have a native action specifically designed to embed images directly into an email introduction. However, below method I'm showing step by step to embed an image.
  • .NET Core: Unraveling Middleware DecodingNov 27, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • How To Select an Avatar Image from Popup to Set as My Profile Picture In Blazor?Nov 22, 2023. In this article, we have learned how to show avatar images as profile pictures.
  • Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOsNov 17, 2023. Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensures the separation of concerns but also orchestrates a symphony of consistent and predictable API responses. These intricacies extend beyond mere data mapping; they epitomize a strategic approach in harmonizing the internal model intricacies with the API's outward-facing facade. Unveiling the elegance of these detailed mappings and the orchestration of a uniform response structure not only enhances the developer's workflow but also augments client-side integration, presenting an intuitive and standardized communication channel. Addressing these finer points not only establishes a foundation for resilient error handling but also fuels the API's scalability and ease of maintenance, fostering an environment where agility meets reliability.
  • Object Mapping in .NET with AutoMapperNov 08, 2023. This article on AutoMapper provides a comprehensive overview and introduction to the topic, making it easily accessible for readers who are unfamiliar with the concept. The step-by-step approach in explaining the setup and usage of AutoMapper is particularly helpful for beginners.
  • Handling Broken Images in JavaScriptOct 31, 2023. This article addresses the challenge of managing broken images in web development, offering a range of strategies including error handling, fallback images, lazy loading, placeholder images, and image request retries. These techniques ensure a seamless and reliable user experience, even when images fail to load, ultimately enhancing website performance and user satisfaction. By carefully combining these strategies, web developers can create robust solutions for handling broken images effectively.
  • Elements Of Responsive Web DesignOct 19, 2023. Responsive web design ensures that users can access a website effortlessly, whether they are using a desktop computer, laptop, tablet, or smartphone. By dynamically adjusting the layout and content presentation, responsive design enhances readability, navigation, and overall user satisfaction.
  • How To Render Avatar Images From XML Data In Blazor?Oct 11, 2023. In this scenario, you'll need to read XML data, parse it, and then render avatar images inside a popup component in a Blazor application. This involves creating a data model, a service to handle XML parsing, and a component to display the avatars in the popup.
  • Compress and Reduce File Size of Images in ASP.NET CoreOct 01, 2023. Compress and Reduce File Size of Images in ASP.NET Core
  • Array Map Method in JavaScript Sep 18, 2023. In JavaScript, arrays are used to create collections of elements. You can declare an array in JavaScript using square brackets, and it can contain various types of data, including integers, strings, or decimals.
  • Unlocking the Future: Azure OpenAI ServicesSep 11, 2023. To understand what is Azure OpenAI services, what are the models available, how the models are classified and the key terminologies in and around related to Azure OpenAI. The difference between Azure OpenAI and OpenAI. Also explained about the responsible AI and the commitment which Microsoft has made before the availability to the customers.
  • Automatic Image Optimization in Next.jsSep 04, 2023. Here we will learn about the Automatic Image Optimization in Next.js application.
  • A comprehensive overview of Dictionary in C#Aug 25, 2023. Dictionaries are essential tools for managing data efficiently through key-value pairs, offering rapid retrieval and manipulation. The Dictionary<TKey, TValue> class empowers developers to effectively add, access, and update items, enhancing performance and problem-solving capabilities.
  • Swipeable Image Slider in Jetpack ComposeAug 23, 2023. This article will describe the Swipeable Image Slider in Jetpack Compose.
  • Image Transition with Animation in Jetpack ComposeAug 23, 2023. This article will describe the Image Transition with Animation in Jetpack Compose.
  • Calculating Driving Distance with Google Maps Distance Matrix API in AndroidAug 22, 2023. In this article, we will learn how to calculate the driving distance between two places in Android.
  • How To Generate Image Using OpenAI API In Flutter?Aug 22, 2023. In this article, you will learn about how to generate images using OpenAI API in Flutter.
  • Important RxJS Operators Aug 18, 2023. In Angular applications, RxJS empowers asynchronous programming through observables. Its diverse operators enable seamless data manipulation, event handling, and complex workflows, enhancing Angular apps' reactivity and responsiveness.
  • How to Use the Dataverse Patch Function?Aug 11, 2023. In this article, we'll delve into the utilization of the patch function for generating a record within a Dataverse custom table. This will encompass tables with intricate columns such as lookup, user, file, image, etc.
  • Deploy Python FastAPI using Azure Container registryAug 08, 2023. In this article, we are going to learn how to deploy our first FastAPI using the Azure Container registry.
  • Text, Image and Button In Jetpack ComposeAug 06, 2023. In this article, you will learn about how to use Text, Image and Button in Jetpack Compose
  • Photo Picker In Jetpack ComposeAug 05, 2023. This article has described how we can use the photo picker in Compose project and its interoperability with older versions of Android.
  • Location Marker on a React website using Google Maps APIAug 04, 2023. In this article, I will demostrate how to use the custom marks on the maps on the react Website using Google Maps API.
  • Building a DotCode Webcam Scanner in C++ for Windows 10Jul 26, 2023. The article shares how to build a DotCode webcam scanner from scratch using Dynamsoft Barcode Reader C/C++ SDK and OpenCV on Windows 10.
  • How To Fix "This page can't load Google Maps correctly."Jul 20, 2023. Google Maps has become an essential tool for displaying interactive maps on websites and applications. However, encountering the error message "This page can't load Google Maps correctly" can be frustrating for both users and developers. This error typically arises due to misconfigurations, API issues, or billing-related problems. In this article, we will explore the common causes of this error and provide step-by-step solutions to fix it.
  • Efficient Image Optimizer Using C# WPFJul 18, 2023. This article explores the process of building an image optimizer using C# WPF (Windows Presentation Foundation).
  • Show Locations On Map Using MapKit and CoreLocationJul 17, 2023. This article explains using MapKit and CoreLocation in Swift. This article also contains a demo on how to use MapKit and CoreLocation.
  • Docker CommandsJul 10, 2023. Docker Commands
  • Generate Image with OpenAI API and Node.jsJul 05, 2023. Generating images by giving text prompt using OpenAI API and Node.js.
  • Optimize SPFx Image render with Private CDNJul 03, 2023. Office 365 CDN reduces network traffic and enables fast content rendering. It includes Private and Public origins. The article explains configuring Private CDN, image management, and optimizing performance using SPFx custom control.
  • How to Resize Image in C# Console ApplicationJul 03, 2023. How to Resize Image in C# Console Application
  • How to Generate Image Using DALL-E API and Python?Jun 27, 2023. Generating the images using OpenAI API and Python.
  • Extracting Text from Images using Azure OCR and Match in an Excel Sheet using PandasJun 22, 2023. The concept revolves around enabling the police to capture a snapshot of a vehicle's license plate and quickly retrieve the corresponding information from a database. In this particular scenario, an Excel sheet serves as the database for storing and accessing the relevant details.
  • Generating Images with Azure OpenAI DALL-EJun 19, 2023.
  • Creating Links in HTMLJun 19, 2023. Creating links in HTML, Links are an essential part of the web. They connect pages together and allow users to navigate through a website. In HTML, links are created using the anchor tag. In this guide, we will explore how to create links in HTML, including the different types of links, related tags and attributes, and best practices for link building.
  • AutoMapper in ASP.Net Core 7 Web APIJun 15, 2023. When developing apps, it's common to wish to map items to either comparable or different kinds. Why do you frequently require this? The database tables of the employed database are typically mapped with the models (also known as entities) in an application. As a result, there is frequently a discrepancy between the model class properties and the data transfer object class properties. You may run into issues because of having to write a lot of boilerplate code to convert instances of disparate types. A large application, like an ERP, could require a lot of models and data transfer object classes. Writing code to perform the mapping manually would be time-consuming. Here, programs like AutoMapper can be useful.
  • Collections in KotlinJun 12, 2023. The article wraps Collections in Kotlin and provides a summary or final thoughts on the topic.
  • How to Map Object-to-Object using Automapper in .NET CoreJun 09, 2023. In this article, we will explore the benefits of Automapper and provide a step-by-step example of how to use it.
  • Create Docker Image of Web Application in .NET Core and Deploy using Docker Desktop on Windows OSJun 06, 2023. Create Docker image of web application in .net core and deploy using Docker desktop on Windows OS
  • Introduction on SQL+Jun 02, 2023. In this article, we will delve into the world of SQL+ and explore its capabilities, advantages, and real-world applications. We will provide code snippets and examples to illustrate the power of SQL+ in action, empowering you to leverage this advanced SQL variant to tackle complex data challenges with ease.
  • Azure DALL-E 2: A Powerful Tool for Creative ProfessionalsMay 26, 2023. Everyone knows about the OpenAI DALL.E 2. But in this article, we have to discuss about the Azure OpenAI DALL.E 2. It was very quiet similar but accuracy will be very high compared to OpenAI DALL.E 2.
  • Replicate ECR Image from AWS one region to another regionMay 19, 2023. Create Mirror copy of ECR from one region to another region
  • Azure OS Images (Classic)- An OverviewMay 08, 2023. Azure OS Images (classic) are preconfigured virtual machine images that are available on Azure for use with the classic deployment model. These images contain a specific operating system (OS) and are used to quickly create new virtual machines (VMs) on Azure. Azure OS Images (classic) offer several benefits, including simplified VM creation, standardized environments, reduced deployment time, and cost savings.
  • Uploading Image in Azure Blob via Azure Function and API Management ServiceMay 08, 2023. This step-by-step process will help any developer who wants to Upload an image in Azure Blob via an Azure function with C#. Wants to use the Azure API Management Service and expose the APIM endpoint to the end user. The APIM endpoint will internally point to the Azure function.
  • Azure Community Images: A Comprehensive OverviewMay 05, 2023. Azure Community Images are pre-configured virtual machine images that have been created and shared by members of the Azure community. These images are available in the Azure Marketplace, and they are free to use.Azure Community Images cover a wide range of use cases and include various operating systems, software stacks, and configurations. The images are created by Azure users who have expertise in a particular area and want to share their knowledge with others.
  • How To Generate And Image Variations Using DALL-E 2 OpenAI Model?Apr 28, 2023. In this article describes about DALL E-2 model and its capabilities, Image Generation and Image Variations using Python Code Implementation
  • How we can use forEach with Map and Set In JavaScriptApr 25, 2023. In this article, we will see How we can use forEach with Maps and Sets in JavaScript
  • Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?Apr 19, 2023. Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
  • Image Gallery Web Part in SharePoint OnlineApr 04, 2023. Use of Image Gallery Web Part in SharePoint Online.
  • How To Make Your Image Viewer Handle Image Files With Intent Filters In AndroidMar 31, 2023. In this article, we will learn how to make your Image viewer handle Image files with intent filters in Android.
  • What is map method in JavaScript? And when to use it?Mar 30, 2023. Learn JavaScript map method and when to use the map method in JavaScript.
  • Copy All Properties Of One Object Into Another Without Any Package In C#Mar 27, 2023. In this article we are going to map one object to another object which are same type and also different type. Some properties are exact same and some are different in case.
  • Power Apps - Fetch Image Property From Multi People Picker ColumnMar 27, 2023. In this article, you will learn about how to fetch image property from multi people picker column in Power Apps.
  • Power Apps - Fetch Image Property From Multi People Picker Column Based On Dropdown SelectionMar 27, 2023. In this article, you will learn how to fetch image property from multi people picker column based on dropdown selection.
  • Build A ChatGPT Client And An Image Generator In Blazor Using OpenAI APIMar 23, 2023. In this article, you will learn how to build a chatgpt client and an image generator in blazor using openai api.
  • Converting Image To Base64 In PythonMar 16, 2023. In this article, you will learn how to convert image to base64 in python.
  • Generate Images In ASP.NET Core MVC Using OpenAIMar 13, 2023. DALL-E is an AI program developed by OpenAI that can be used to generate images based on the given text information.
  • Optimization Of Queries In SQL Server - HEAP TABLESMar 08, 2023. This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
  • How To Create Docker Image Of .NET 6 Workloads And Push It To Google Container RegistryMar 06, 2023. In this article, we would try to understand Google container registry. We would also set up new .NET 6 application and build custom image using Docker. In the last step we would push this image to GCR.
  • Image Generation using Open AI Image Creation API in AngularFeb 23, 2023. In this article, I want to show how can we use the image creation Open AI API to generate the image and for displaying it using the Angular framework.
  • Upload An Image To An AWS S3 Bucket Using Core API In MultipartFeb 23, 2023. To upload an image to an AWS S3 bucket using Core API in multipart, you can follow these steps:
  • Upload Image To Azure Storage Using ReactFeb 14, 2023. In this article, we will learn about Upload image to azure. You can use the Azure Storage SDK for JavaScript in your React app to upload images to Azure Storage.
  • Improving VM Launch Time Using Custom Images In Google Compute EngineFeb 13, 2023. In this article, we will deep dive into custom Images and understand how we can improve VM launch time using custom images. We would also understand how to create VM instance template using custom image.
  • How To Visualise Mapping Of Existing Azure ResourcesFeb 13, 2023. ARM Template viewer - This extension will give a graphical representation of the ARM template.
  • Convert An Image To Grayscale Using PythonFeb 07, 2023. This article explains about converting a given image to grayscale image using Python.
  • Java Map EnhancementsJan 31, 2023. Java 8 introduced several default and utilities methods in the Map Interface, the purpose of these new methods/enhancements is to help engineers in writing more succinct code and follow conversational pattern. This article explains the new enhancements with meaningful examples and details.
  • Remove Background Of An Image In A Simple Way Jan 24, 2023. In this article, we will see a simple way on how to remove the background of an image using python libraries.
  • Download Images With .NET For iOSJan 09, 2023. You will learn how to create an app using .NET for iOS to be able to download an image from the Internet, save it locally, and display it in an Image object on the iPhone.
  • How To Crop Image In ASP.NET CoreJan 05, 2023. This article demonstrate how to configure and consume resized output images using ImageSharp.Web.
  • Understand The Difference Between Containers And Container ImagesJan 02, 2023. In this article I will try to explain the difference between container and container images

About Image-map

NA

OUR TRAINING