Resources  
  • How Do You Sync Current Route in Vuex Store in Vue.jsMar 29, 2024. Syncing the current route in Vuex involves updating the store's state with route details using Vue Router's navigation guards. This approach centralizes route management for easier access across components.
  • Create Service Connections in Azure DevOpsMar 28, 2024. Learn how to set up service connections in Azure DevOps for seamless integration with Power Platform. Follow step-by-step instructions to configure essential details like Server URL, Tenant ID, Application ID, and Client Secret. Grant access permissions and save your service connection for successful integration.
  • How To Add Jetpack Compose In Existing Kotlin ProjectMar 27, 2024. This article guides you through the step-by-step process of integrating Jetpack Compose into your existing Kotlin Android project.
  • 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.
  • Folder Structure of .NET ProjectsMar 20, 2024. The folder structure of a .NET project is fundamental for developers navigating the vast ecosystem of .NET development. Whether you're building a console application or a web application, having a clear understanding of the folder structure is organizing and managing your code effectively.
  • 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.
  • Implementing AI and ML in C# ProjectsMar 14, 2024. Explore the integration of AI and ML into C# projects with this beginner-friendly guide. Power of ML.NET, TensorFlow.NET, and Accord.NET to implement machine learning algorithms in your C# applications. From simple linear regression to sentiment analysis, discover the basics of AI and ML in C# programming.
  • Introduction To Term Store Management in SharePoint OnlineMar 12, 2024. In this article we will discuss – Introduction To Term Store Management in SharePoint Online And How to create Term Store using PowerShell.
  • .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.
  • Implement Global Exception Handling Middleware in .NET ProjectMar 07, 2024. Implementing custom global exception handling in your project involves setting up a system to manage errors across your application. By defining exception classes and configuring error logging, you can ensure smoother error handling and improve the reliability of your software.
  • 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#.
  • Exporting and Importing Site Collection Term Stores In SharePointFeb 27, 2024. Looking to streamline your SharePoint management? Learn how to efficiently export and import Site Collection Term Store Groups! ?? From exporting your Term Store Groups for backup or migration purposes to importing them into new site collections, we'll walk you through the step-by-step process.
  • How to Integrate Twilio in C# .NET MVC Project to Send SMS?Feb 26, 2024. In this article, we will learn how to integrate Twilio in a C# .NET MVC project to send SMS. Learn to enhance user engagement by integrating Twilio into a C# MVC project. Follow the steps from setting up a Twilio account to sending SMS, creating a seamless user interaction experience.
  • 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!
  • The MoSCoW Prioritisation Method for Software Development ProjectFeb 21, 2024. Explore the MoSCoW Prioritisation Method for Software Development Projects authored by Ziggy Rafiq. Learn how this technique categorizes requirements into Must-have, Should-have, Could-have, and Won't-have, optimizing decision-making and resource allocation for impactful product delivery
  • Azure DevOps: Create Organization, Project, Commit .NET SolutionFeb 20, 2024. Create Azure DevOps Organization & Azure DevOps Project, Commit .NET Solution Project into Azure DevOps. The article provides a detailed guide on establishing an Azure DevOps Organization, creating a project, and committing to a .NET Solution Project.
  • Operational Data Stores (ODS) in Business IntelligenceFeb 19, 2024. This comprehensive article introduces operational data stores (ODS) and their significance in modern data-driven businesses.It covers fundamental principles, distinguishing ODS from other data storage solutions.
  • Securing Your .NET Projects: Simple Strategies and Real ExamplesFeb 18, 2024. In today's digital world, keeping our software safe from cyber threats is super important. For developers working with .NET projects, it's not just a good idea but really necessary to make sure our apps are strong against potential attacks. Luckily, there are lots of tools and tricks within the .NET world to help us do this.
  • Fortifying your .NET ProjectFeb 16, 2024. This article explores essential strategies to enhance the security of .NET projects, addressing common threats like SQL injection and XSS. It covers input validation, parameterized queries, authentication, secure communication, XSS prevention, and dependency management for robust application security.
  • What Is Vuex in Vue.js?Feb 15, 2024. Vuex in Vue.js is a state management pattern and library for managing application state. It provides a centralized store for shared state management across all components, with a predictable state management flow using actions, mutations, and getters.
  • 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
  • Stored Procedure with Dapper in .NET Core APIFeb 12, 2024. f you're diving into .NET Core development and want to leverage the simplicity and efficiency of Dapper for working with databases, understanding how to use Dapper with stored procedures is a valuable skill. In this article, we'll explore the basics of integrating Dapper with stored procedures in a .NET Core application.
  • 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.
  • 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.
  • Explain about Git and GitHubFeb 01, 2024. Git is a powerful, open-source distributed version control system designed by Linus Torvalds for efficient project management. Developers use Git for version control, tracking code changes, and collaborating. GitHub, a platform utilizing Git, facilitates collaborative coding, project hosting, and version control.
  • Number Guessing Game in PythonJan 19, 2024. In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
  • Creating Unit Test project for NodaTimeJan 09, 2024. Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testing with xUnit. It provides step-by-step instructions, code snippets, and explanations for implementing and testing NodaTime functionalities, promoting robust and maintainable software development.
  • 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.
  • Create a Django Project Crash to BuildJan 07, 2024. Create a Django app in simple steps: Install Django, create a project and app, define models, apply migrations, set up views and templates, configure URLs, and run the development server.
  • How to Create a Vue Project?Jan 06, 2024. Creating your first Vue.js project doesn’t have to be daunting. This step-by-step guide walks you through the process, starting from setting up the development environment to running your Vue.js application. Learn how to initiate a Vue.js project using npm, make essential choices during project creation, install dependencies, and launch your project locally.
  • Implementing CORS in Your ASP.NET Core ProjectJan 04, 2024. Enable secure cross-origin communication in your ASP.NET Core app with this step-by-step guide on implementing Cross-Origin Resource Sharing (CORS) using middleware and policies. Enhance security and control access to your resources effectively.
  • 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.
  • A Guide for Building a .NET Project with Clean ArchitectureJan 02, 2024. In this article we will take a closer look at the foundational thoughts and factors influencing our project creation. Clean Architecture emphasizes the separation of concerns and dependency inversion to create a highly modular and testable codebase.
  • Efficient API Development Database Operations in ASP.NET Core Web Using Dapper and Stored Procedures Dec 26, 2023. Employing Dapper in ASP.NET Core for database operations brings a streamlined approach to handling data, ensuring efficient and straightforward interactions. When complemented with stored procedures, this combination elevates the API development process, enhancing performance and maintainability. Leveraging these tools empowers developers to create robust, high-performing applications while simplifying database access and management.
  • 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
  • Creating a Standalone Project Using NX With Module FederationDec 21, 2023. NX is a wonderful framework, of which not many Angular/React developers are aware. Today I want to write an introduction about NX and its capabilities
  • Query to Find and Drop User-Defined Stored ProcedureDec 20, 2023. In this article, we will learn about dangerous SQL scripts that iterate through user-defined stored procedures, views, functions, and user-defined types, dropping them one by one. Caution: Do not run in production environments; it poses serious risks.
  • Elastic Block Store vs Instance Store in AWSDec 19, 2023. Elastic Block Store vs Instance Store in AWS.
  • 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!
  • 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 Create Sample Maven Project by Adding TestNG Nov 28, 2023. Learn how to create a Maven project and add TestNG dependencies in Eclipse. Follow steps like configuring Maven settings, specifying project coordinates, and adding dependencies for efficient project development and execution.
  • 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.
  • 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.
  • How to build a Sentiment Analysis Chatbot using Python?Nov 18, 2023. In this article, we will explore the creation of a simple Sentiment Analysis Chatbot using Python and the Tkinter GUI library. Sentiment analysis involves determining the sentiment (positive, negative, or neutral) expressed in a piece of text. Our chatbot will leverage the TextBlob library for sentiment analysis and Tkinter for the graphical user interface.
  • Identity API Endpoints based Authentication and Authorization in .NET 8Nov 15, 2023. The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP.NET Core Identity through the classic web UI. Once you enable the Identity API endpoints, you will get endpoints like /register, /login, /forgotPassword, confirmEmail, etc.
  • How To Use Notion Efficiently For Project Management?Nov 02, 2023. Notion is a digital workplace that helps you manage all of the chores and work for your business.
  • 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.
  • How We Can Add Setup Project in Window Service?Oct 27, 2023. In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation package using this installer. The setup project makes it easier to deploy your Windows service.
  • CRUD Stored Procedures in Azure Cosmos DBOct 26, 2023. In this article, we will learn how to create the stored procedures in the Azure Cosmos DB for inserting, reading, updating, and deleting the Azure Cosmos DB collection items.
  • ASP.NET DevOps Starter Project SetupOct 23, 2023. Setting up a sample ASP.NET project using DevOps Starter Project. Learn how to kickstart an ASP.NET project with DevOps Starter in Azure. Sign in, create a DevOps Starter project, configure settings, deploy to Azure, and set up continuous integration.
  • 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.
  • Effective QA Strategy for Software SuccessOct 19, 2023. Crafting a Kickass QA Strategy A Recipe for Software Success" is a title that suggests the development of a comprehensive and effective Quality Assurance (QA) strategy to ensure the success of software projects. In this approach, "kickass" implies a robust and highly efficient strategy. A well-structured QA strategy is vital for identifying and addressing issues, ensuring the quality of the software, and ultimately achieving success in terms of user satisfaction, reduced errors, and meeting project goals. This title highlights the importance of a well-crafted QA strategy as a key ingredient in the recipe for achieving software project success.
  • 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
  • Real-Time Insights with Azure Stream Analytics in IoT ProjectsSep 25, 2023. Azure Stream Analytics is a Microsoft Azure service for real-time data stream processing. It enables the ingestion, processing, and analysis of streaming data from various sources, such as IoT devices, sensors, and social media. By continuously processing data as it arrives, Stream Analytics provides immediate insights, facilitating quick decision-making and actions.
  • Running Python Code Inside .NET with IronPythonSep 21, 2023. Learn how to integrate Python seamlessly with .NET applications using IronPython. This open-source implementation of Python is designed to run on the .NET framework, offering access to Python's libraries and modules within the .NET ecosystem.
  • GraphQL in Next.jsSep 15, 2023. Here we will give the description how to setup GraphQL with Next.js.
  • Stored Procedure in SQL ServerSep 12, 2023. A stored procedure is a reusable collection of SQL statements stored on the database server. It simplifies code maintenance and execution. Stored procedures can be invoked by triggers, other procedures, and various programming languages like Java, .Net, and Python, making them versatile.
  • Azure Functions Proxies: URL Rewriting and API CompositionSep 12, 2023. Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewriting, request/response transformation, and API composition. Here are the steps to use Azure Functions Proxies in an ASP.NET Core application:
  • 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.
  • Efficient PDF Generation in ASP.NET Core Web API Using DinkToPdfSep 09, 2023. Generating PDF files in an ASP.NET Core Web API is a common requirement, and there are several libraries available to help with this task. In this example, I'll show you how to generate PDF files using the popular library called DinkToPdf, which is a .NET wrapper for the C library DinkToPdf. We'll also follow best practices for structuring your ASP.NET Core Web API project.
  • Insert JSON Array into Table with Stored Procedure ParameterSep 04, 2023. Learn how to efficiently save and insert JSON array data into a database table using SQL Server's T-SQL language, with adaptable concepts for other database systems.
  • Automatic Image Optimization in Next.jsSep 04, 2023. Here we will learn about the Automatic Image Optimization in Next.js application.
  • Boosting IoT Projects with Cloud Storage and Azure IoTSep 01, 2023. In the era of IoT-driven digital transformation, efficient data storage is paramount. Cloud storage, particularly Microsoft Azure IoT's solution, empowers IoT projects with scalability, accessibility, reliability, analytics, and cost-efficiency.
  • Access .NET Projects via LANAug 30, 2023. How you can access .NET project through LAN. Unlock the potential of LAN access for your .NET project. Discover how to create a web application, configure endpoints, and seamlessly access it from any device on the same network.
  • Create and Run .Net project in UbuntuAug 27, 2023. In this article we will learn about creating and executing .Net Project in Ubuntu OS
  • How to use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 ProjectAug 25, 2023. NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. NuGet is a package manager for the software development platform that simplifies the process of adding and managing libraries and dependencies in your projects. this article explains how we can use private NuGet package with Visual Studio 2022 and .NET 7 project.
  • Drawing the Indian Flag Using Python: A Creative Coding ProjectAug 25, 2023. This article discusses a creative coding project that involves programming the drawing of the Indian flag using Python. It provides a step-by-step guide and code explanation to help readers recreate the flag using Python's graphics capabilities.The article begins by introducing the concept of creative coding and its application in creating visual artworks with the help of programming languages like Python. It then dives into the step-by-step process of drawing the Indian flag.
  • What is Google Gemini, AI Project by Google?Aug 23, 2023. Google Gemini is an artificial intelligence e (AI) project from the Google AI team. It is a large language model (LLM) that is expected to be more powerful and versatile than previous LLMs.
  • 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.
  • Deploy Angular Project On DomainAug 22, 2023. In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
  • 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.
  • Project Structure of .NET MAUI ApplicationAug 14, 2023. In this article, we will understand the project structure of a .Net MAUI Application.
  • 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.
  • Understanding User-Defined Table Types (UDTs)Aug 04, 2023. Learn about User-Defined Data Types (UDTs) in database management systems. UDTs offer flexibility to create custom data types, enabling better organization and management of complex information in various scenarios. Explore examples and benefits.
  • What is Non-Functional Requirements?Jul 31, 2023. A Non-Functional Requirement (NFR) is a type of requirement in software and system development that specifies criteria for the performance, behavior, and qualities of the system, rather than defining specific features or functionalities. Unlike Functional Requirements, which describe what the system should do, Non-Functional Requirements describe how the system should perform or behave.
  • React Native AsyncStorage: A Guide to Storing and Managing Local DataJul 28, 2023. When we are building a mobile application, we often need to store data locally for easy access. In React Native, AsyncStorage is a dependency that allows us to store data on our device.
  • How to Implement Login Stored Procedures with Node.js and MySQL?Jul 27, 2023. In this article, we learn how to create a login stored procedure MySql and how to call Stored Procedure in Node.js.
  • 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 Create Stored Procedures for CRUD?Jul 23, 2023. In this article, we will learn how we can create Stored Procedures for CRUD operations in SQL Server.
  • Node.js RESTful API Project with Express, MongoDB, and PostmanJul 21, 2023. How to perform CRUD operations using Node-js, Express, Postman, and MongoDB
  • Efficient Image Optimizer Using C# WPFJul 18, 2023. This article explores the process of building an image optimizer using C# WPF (Windows Presentation Foundation).
  • How to Create a Project in Node.js?Jul 12, 2023. In this article, we've created a basic login form and user authentication system using Node.js.
  • Exploring SVG, Canvas, and WebGL for Optimal Web Project GraphicsJul 12, 2023. Exploring SVG, Canvas, and WebGL: Choosing the Right Graphics Technology for Web Projects Discover the strengths of SVG, Canvas, and WebGL and learn how to select the ideal technology for your web projects based on graphic complexity, interactivity, performance, and accessibility.
  • How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?Jul 11, 2023. In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
  • 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
  • Set Up The Node Environment and Run a Simple Node Server ProjectJul 03, 2023. Set Up The Node Environment and Run a Simple Node Server Project With Express framework Step by step
  • How to Access AWS Systems Manager Parameter Store using Python?Jul 02, 2023. Learn how to access AWS Systems Manager Parameter Store using Python. Set up the project folder, install required packages, and retrieve parameter values using the boto3 library. Test the code to access parameter values from the Parameter Store.
  • How to Select the Software Model for the Software projectJun 29, 2023. Every Software model provides the software development cycle that helps us to efficient and effective development. By using the Software development process model, we can get the requirements to form the customer very effectively. The software process model provides an effective way of requirement management. The software Process model defines the product business modeling. It provides the testing environment throughout the development cycle. It provides the complete details of the project by documenting all the processes during development. Selecting the software product is a challenging task in the software development process. Select the process model according to the nature of the software product given below we will discuss how can we select the right software process model in the right way.
  • Next Gen Computer Vision Capabilities with Project Florence Foundation ModelJun 28, 2023. This article describes about the Project Florence and Vision Studio capabilities.

About Store-image-in-project

NA

OUR TRAINING