Search
Sort By Search Results
  • Setup .NET Core on Windows Server with IIS MigrationNov 21, 2024. This guide covers the installation of software required for .NET Core on Windows Server and the process of configuring IIS for hosting .NET Core applications.
  • Satya Nadella Unveils AI Innovations at Microsoft Ignite 2024Nov 21, 2024. Satya Nadella's keynote at Microsoft Ignite 2024 showcased AI's transformative impact on business, security, and innovation. Highlights included Copilot, AI agents, Azure AI Foundry, Quantum Computing, and the Zero Day Quest for enhanced cybersecurity.
  • Set Up Hugging Face API for Open Source LLM in Copilot StudioNov 21, 2024. In this article, we will learn the steps to configure, implement, and test Hugging Face models, empowering developers to enhance AI-driven workflows and unlock the potential of LLMs in real time.
  • Introduction To Minimal API using ASP.NET Core 8Nov 21, 2024. 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, improved performance, and accelerated development.
  • Build a Password Generator Application in HTML and JavaScript(with Code Example)Nov 20, 2024. Create a customizable Password Generator tool with HTML, CSS, and JavaScript. This tool allows users to define password length, and include uppercase, lowercase, numbers, and special characters, ensuring secure, complex, and personalized password creation.
  • Addition of Two Matrices in Java with CodeNov 20, 2024. Learn how to add two matrices in Java with a simple and clear code example. This article explains matrix addition, implementation steps, and sample output for better understanding.
  • Explaining Dutch National Flag problemNov 19, 2024. The problem involves sorting an array containing three distinct values, typically represented as 0s, 1s, and 2s, in a single pass.
  • Create SharePoint Security Group using Power AutomateNov 19, 2024. This article explains how to create a custom SharePoint security group and assign permissions. Learn how to create custom SharePoint security groups with 'Contribute' permissions using Power Automate. Follow step-by-step instructions to automate group creation and permission assignment and manage SharePoint site roles efficiently.
  • Use of ItemsControl in WPF C# for Flexible UI DesignNov 19, 2024. This guide explores data binding, templates, and customization techniques for crafting sophisticated layouts. Enhance your WPF skills and unlock the full potential of ItemsControl for efficient UI development.
  • Save List Data to Another List as an Attachment Using Power AutomateNov 19, 2024. This step-by-step guide covers creating workflows to transfer and attach data from one SharePoint list to another, automating data management, and improving efficiency in your SharePoint environment.
  • .NET 9 Features with Code ExampleNov 19, 2024. Learn how abstraction simplifies complex systems by unifying interfaces, abstract classes, and dependency injection. Build modular, maintainable, and testable applications with this comprehensive guide.
  • Temporary Tables vs Table Variables in SQL Server ExplainedNov 19, 2024. This article explores their key distinctions, advantages, and ideal applications, helping users understand when to use each for better query performance and resource optimization.
  • How to Identify the Owner of a Microsoft FormNov 18, 2024. This article provides a step-by-step guide to help you find the owner of a form using MS Form responses. For one of our clients, we needed to transfer all Microsoft Forms from individual users to a service account. There was one important form, and although we had the URL, we didn’t know who created it.
  • How to Optimize Docker Images for Smaller, Faster DeploymentsNov 18, 2024. Learn simple strategies to optimize Docker images, reduce their size, and speed up deployments with tips like lightweight bases, cleanup, and multi-stage builds.
  • How to Install Ubuntu Server on VMware ESXi Using VMware Client BrowserNov 18, 2024. This guide explains how to install Ubuntu Server on VMware ESXi using the web client. It covers steps like creating a virtual machine, selecting storage, uploading the Ubuntu ISO, configuring network settings, and installing Ubuntu.
  • Delta Tables in Microsoft Fabric🔼Nov 18, 2024. Delta tables in Microsoft Fabric offer a powerful way to manage large-scale data efficiently. Built on open-source Delta Lake, they enable ACID transactions, versioning, and real-time data streaming.
  • Exploring the Seven Experiences in Microsoft FabricNov 18, 2024. In this article we will dive deeper into each of the seven Fabric experiences, focusing on their objectives, the resources they provide, similar Azure services, and the key personas they serve.
  • How to Create Lakehouse in Microsoft FabricNov 18, 2024. In this article, we will create a lakehouse in Microsoft Fabric. Discover Lakehouse architecture, a modern approach combining data lakes and warehouses. Learn how to build a Lakehouse in Microsoft Fabric for unified data management and analytics with step-by-step guidance.
  • Retrieve API Data and Store in SharePoint with Power AutomateNov 18, 2024. In this article, we will learn how to use Power Automate to retrieve data from an external API and automatically store it in a SharePoint list, streamlining your workflow and data management.
  • Open-Source AI Models Gain Traction and Outperform Closed ModelsNov 17, 2024. Open-source AI models offer startups flexibility, innovation, and cost-efficiency, enabling faster market adoption. They allow for customization, collaboration, and transparency, providing a competitive advantage over closed models.
  • Data Professionals to LLM/GPT Prompting for Everyday TasksNov 17, 2024. A guide for data professionals on leveraging Microsoft OpenAI with Python for efficient workflows and enhanced data analysis. Focuses on prompt design, including clear instructions, context, and temperature adjustments.
  • Using New Generative AI Unified Approach by MicrosoftNov 16, 2024. In this article, we will learn about the Microsoft.Extensions.AI package that is intended to unify and standardize generative AI in .NET
  • Migrate Grafana dashboard Dev to UAT EnvironmentNov 15, 2024. Learn how to migrate Grafana dashboards from Dev to UAT environments seamlessly. This guide covers export, configuration, and deployment steps to ensure smooth transitions and effective testing in UAT.
  • Build Testimonial Carousel in React with Dynamic Animations Nov 15, 2024. 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 using Lucide Icons.
  • CRUD Operation in Java with code exampleNov 15, 2024. This article demonstrates implementing CRUD operations in Java with a console-based Student Management System, allowing users to add, view, update, and delete student records using a simple menu-driven interface.
  • Increase Application Performance using Task.Run in .NET CoreNov 15, 2024. 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 blocking the main thread.
  • Amazon OpenSearch Service Setup with KibanaNov 15, 2024. Amazon OpenSearch Service enables real-time search, monitoring, and analysis of business data. It integrates with AWS services like CloudWatch Logs and Lambda for log aggregation, with Kibana for data visualization.
  • AI Hallucinations: Understanding Causes and Mitigation StrategiesNov 15, 2024. This article explores the causes behind these hallucinations, such as training data issues and model limitations, and offers strategies to mitigate them, enhancing AI accuracy, reliability, and trustworthiness.
  • .NET 9 : Params CollectionsNov 15, 2024. In .NET 9 the params keyword has been extended to support not only arrays but also other collection types like ReadOnlySpan<T> and IEnumerable<T>. This enhancement offers greater flexibility and potential performance improvements.
  • Broadcom Launches VMware Tanzu Platform 10 for Private Cloud AppsNov 15, 2024. Broadcom launches VMware Tanzu Platform 10, simplifying private cloud app development with reduced costs, enhanced security, and GenAI support for enterprises.
  • Sorting with IComparable in C#Nov 14, 2024. Learn how to implement the IComparable interface in C# to customize sorting behavior for objects. Explore sorting techniques, comparisons, and examples to efficiently order data in collections like lists and arrays.
  • 🚀 Amazon Bedrock Agents for Efficient Automation 🌟Nov 14, 2024. Unlock the power of Amazon Bedrock Agents with this comprehensive guide. Learn how to master efficient automation, streamline workflows, and optimize your cloud-based processes like a pro using AWS tools.
  • Understanding IEnumerable In C#Nov 14, 2024. IEnumerable in C# is an interface that defines a standard way to iterate over a collection of objects. The IEnumerable interface in C# provides a standard, efficient way to iterate over collections using foreach, enabling cleaner, more readable code, and LINQ integration.
  • Organizing Resource Deployments Using BicepNov 14, 2024. Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy customization through parameters.
  • Feature Flagging: The Flagship Idea of ProgrammersNov 14, 2024. Feature flagging is used by may companies in order to release more frequently to production. This method is a shift in the traditional way of deployment and eases a lot the process. However, there are some key points to keep in mind if you are planning to adopt it in your project.
  • BGP Capabilities and Limitations in AzureNov 14, 2024. Explore the capabilities and limitations of Border Gateway Protocol (BGP) in Azure, covering its role in Azure networking, routing, VPNs, ExpressRoute, BGP peering, and best practices for cloud connectivity.
  • Micro-Service Architecture in DevopsNov 13, 2024. Microservice architecture in DevOps focuses on developing and deploying applications as a collection of small, independent services. It enhances scalability, flexibility, and continuous integration/continuous deployment (CI/CD).
  • Types of Error Handling in Web API .NET 8 with ExampleNov 13, 2024. Error handling is a mechanism to take control of unexpected situations that occur in the system during processing and return any helpful error response from a NET 8 Web API. That said, here are some different ways to do error handling,
  • OWASP TOP 10 Security Vulnerability and RemediationNov 13, 2024. This session introduces OWASP's Top 10 vulnerabilities, emphasizing proactive security in web development. Covering each category, it promotes secure coding practices to prevent financial loss and data breaches.
  • Streamline Resource Onboarding with AWS Tag-Sync TaskNov 13, 2024. This guide explores using AWS Tag-Sync tasks to streamline onboarding resources into AWS applications. By automating resource tagging, AWS Tag-Sync helps improve organization, governance, and cost allocation.
  • 🚀 Unlock Your Coding Potential with Amazon Q: AWS’s New AI Coding Assistant! 🚀Nov 13, 2024. If you are looking to enhance your coding workflow, check out Amazon Q. This AI-Powered coding assistant helps simplify coding with features like Code Understanding, Code Generation, Refactoring and Troubleshooting.
  • Transform Weak Models into Powerhouses with Model DistillationNov 13, 2024. This article explains how to take your underperforming AI models and supercharge them using the cutting-edge technique of model distillation.
  • Converting HTML to PDF or Image in C# Using wkhtmltopdf Part 2 - Header & FooterNov 13, 2024. In this tutorial, learn how to convert HTML to PDF or image in C# using wkhtmltopdf. This part covers adding and customizing headers and footers in your generated PDFs, enhancing document structure and appearance.
  • RxJS Operator Essentials: Map, Tap, Filter, and MoreNov 12, 2024. This article explores key RxJS operators in Angular, like map, tap, filter, take, and takeLast. You'll learn how each operator manipulates data streams to handle emitted values, log information, and perform conditional filtering.
  • Explaning AWS Lambda FunctionNov 12, 2024. AWS Lambda is a service that computes the code without any server. It doesn't need any server running, so It is said to be serverless computer. The code is executed based on the response of events in AWS services, such as adding/removing files in the run/stop ec2 instances S3 bucket and updating Amazon DynamoDB tables.
  • Rock, Paper, Scissors Game in JavaNov 12, 2024. This article provides a step-by-step guide to implementing the "Rock, Paper, Scissors" game in Java, complete with a demo video and downloadable source code, covering game rules and logic.
  • Build an Azure Blob Trigger Function to Compress Images with SharpNov 12, 2024. This guide walks through creating an Azure Blob Trigger Function that compresses images uploaded to Azure Storage using the Sharp image processing library. It covers setting up Azure Blob Storage, configuring the function app, and implementing image compression with Node.js.
  • How to Create a ListView Command Set ExtensionNov 12, 2024. A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing selected items, or integrating with external systems.
  • Build an Interactive Task ManagerNov 12, 2024. Create a simple To-Do List app using HTML, CSS, and JavaScript. Add, edit, delete, and mark tasks as done while storing them in local storage. Learn how to structure, style, and add interactivity to your web app effectively.
  • An Introduction to Microsoft Fabric FundamentalsNov 12, 2024. Learn the core concepts, including Fabric architecture, data lake integration, and analytics capabilities, designed to streamline data management and empower insights across organizations.
  • Difference Between Large Language Model & Small Language ModelNov 11, 2024. Large and small language models differ primarily in scale, resources, and use cases. Large models, with billions of parameters, excel in generalization and diverse tasks but require significant computational power and come with high costs.
  • Glimpse of Apache FlinkNov 11, 2024. Apache Flink is an open-source framework designed for real-time and batch data processing. It enables scalable, high-performance analytics, ideal for complex event-driven applications.
  • Managing User Sessions in ReactNov 11, 2024. Session management is a fundamental aspect of web applications that allows developers to track user activity, maintain login states, and manage temporary data throughout a user's interaction with the system.
  • How to Create Field Customizer ExtensionNov 11, 2024. Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them.
  • How to perform CRUD Operations in Power AppsNov 10, 2024. Create a student management app in Power Apps with CRUD functionality—Create, Read, Update, and Delete—for efficient data handling. This app connects to a SharePoint list, allowing users to add, view, edit, and delete student records.
  • Library Component Type in SharePoint Framework (SPFx)Nov 09, 2024. SPFx Library Components enable the creation of reusable, modular code in SharePoint. By centralizing utility functions, services, and UI elements, developers can enhance maintainability and consistency across projects.
  • Deploying Infrastructure with Terraform on AzureNov 09, 2024. This guide covers setting up the Azure environment, writing Terraform scripts, automating resource provisioning, and managing cloud infrastructure with efficiency and scalability in a secure manner.
  • Mastering Basic Arithmetic Operations in Web DevelopmentNov 08, 2024. Build a simple web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This project utilizes HTML for structure, CSS for styling, and JavaScript for interactivity.
  • How to Build a Classic Snake Game Using HTML and JavaScript (With Code Example)Nov 08, 2024. Learn how to create a classic Snake game using HTML and JavaScript! This step-by-step guide with code examples is perfect for beginners interested in JavaScript game development. Follow along and start building your own games today.
  • Integrate MySQL and Snowflake for Real-Time InsightsNov 08, 2024. This guide covers migrating data from MySQL to Snowflake, highlighting two methods: using Estuary Flow for real-time data sync with minimal setup, and a manual CSV export/import for smaller datasets or one-time transfers.
  • Fetch Document Versions in SharePoint using PowerShellNov 08, 2024. 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 exports this information to a CSV file.
  • Why is Kubernetes Necessary for Modern Applications Deployment?Nov 08, 2024. In this article, we will learn Kubernetes streamlines modern app deployment by orchestrating containers, ensuring scalability, and automating management. It optimizes resources, enhances reliability, and supports cloud-native, scalable applications.
  • Code Reviews to Eliminate Common Anti-PatternsNov 07, 2024. Enhancing software quality by avoiding antipatterns in code reviews that cover antipatterns in the Input Kludge, Magic Pushbutton, Encapsulation Violation, Anemic Domain Model, and how to create a rich domain model.
  • How to Apply Custom Fonts in .NET MAUINov 07, 2024. Learn how to add and apply custom fonts in your .NET MAUI app to enhance design and branding. This guide covers adding font files, registering fonts in MauiProgram.cs, and using them in XAML or C#.
  • BNB Chain Launches All-in-One Tokenization PlatformNov 07, 2024. BNB Chain, the community-driven blockchain ecosystem, has announced the launch of its comprehensive tokenization solution, designed to empower individuals and businesses to easily tokenize their assets and seamlessly enter the Web3 space.
  • Build Your Own Number to Words ConverterNov 06, 2024. This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect for beginners wanting to enhance their coding skills.
  • Explore Docker Desktop 4.35: New Features & EnhancementsNov 06, 2024. Discover the key features of Docker Desktop 4.35, including Organization Access Tokens, Docker Home, Volumes Export, and the integrated Terminal.
  • Understanding Distributed and Monolithic SQL ArchitecturesNov 05, 2024. In this article, we explore the key differences between distributed and monolithic SQL architectures. We delve into their respective advantages and disadvantages, focusing on scalability, performance, and data management.
  • Explaining Four Sum ProblemsNov 05, 2024. This article delves into the Four Sum problem, a classic challenge in computer science and algorithm design. We explore various approaches to find all unique quadruplets in an array that sum to a given target.
  • Rock, Paper, Scissors Game in JavaScript Nov 05, 2024. A simple Rock, Paper, Scissors game in JavaScript teaches beginners about functions and conditionals. It features an HTML interface for player choices and JavaScript logic for determining game outcomes.
  • Managing User Data in Azure AD with Microsoft Graph APINov 05, 2024. 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, creating, updating, and deleting users.
  • Converting HTML to PDF or Image in C# Using wkhtmltopdfNov 05, 2024. This guide explains generating PDFs and images from HTML using wkhtmltopdf in C#. With wkhtmltopdf's Webkit-based engine, convert HTML content, including complex CSS and JavaScript, into high-quality PDFs or images.
  • Fededim.Extensions: ASP.NET Data Protection IntegrationNov 05, 2024. Fededim.Extensions.Configuration.Protected.DataProtectionAPI enables seamless integration between ASP.NET Configuration and the Data Protection API, providing enhanced security for sensitive data in application settings.
  • Explaining Bundle in Android DevelopmentNov 05, 2024. In this article, we will discuss A Bundle in Android Development is a key-value data structure used to transfer data between activities, fragments, and other components.
  • Increase UI Performance using Timeout Middleware in .NET CoreNov 04, 2024. Timeout Middleware in .NET Core is crucial for handling long-running requests by setting specific time limits for responses. It improves application reliability, manages resources efficiently, enhances user experience by preventing delays, and mitigates DoS risks.
  • OpenAI Partners with Broadcom, TSMC to Create Custom AI ChipsNov 04, 2024. OpenAI partners with Broadcom and TSMC to create custom AI chips, diversifying suppliers with AMD to meet increasing infrastructure needs and manage rising costs.
  • Managing Exchange Online with Exchange 2019Nov 02, 2024. In this article, we will learn how to integrate on-premises infrastructure with cloud-based Exchange services for seamless administration, enhanced security, and efficient mail flow control.
  • Understanding API Gateways in MicroservicesNov 01, 2024. The API Gateway pattern centralizes client requests, managing authentication, logging, rate limiting, and load balancing, optimizing resilience and scalability in complex microservice architectures through a single entry point.
  • Paging Microsoft Graph data in SPFxOct 31, 2024. Microsoft Graph return multiple pages of data either due to server-side paging or client-side paging. Paging data helps improve the performance of your app and the response time of Microsoft Graph.
  • Explaining 3SUM ProblemOct 31, 2024. 3SUM Problem a classic problem in computer science and is often used in coding interviews to test problem-solving skills and understanding of algorithms.
  • Exploring the New T-SQL Enhancements in SQL Server 2022Oct 31, 2024. 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 optimize performance for modern data needs.
  • How to Set Permissions in Microsoft SharePoint Oct 30, 2024. Learn how to set permissions in Microsoft SharePoint effectively to ensure secure collaboration. This guide covers essential concepts, including permission levels, user access control, and managing site and document library permissions.
  • Dependency Injection & EF Migrations in ASP.NET MVC with AutofacOct 30, 2024. This article demonstrates how to implement Dependency Injection (DI) using Autofac in an ASP.NET MVC application and integrate Entity Framework for database operations, including migrations.
  • Scroll View Example in Android Studio using JavaOct 30, 2024. Scroll View in Android enables displaying more content on a single screen by allowing vertical or horizontal scrolling. It works with Linear Layouts, making it ideal for apps like note-taking where users can scroll through lists of content.
  • Map, Filter and Reduce in TypeScript with ExamplesOct 30, 2024. This guide provides a comprehensive overview of these essential functions, complete with practical examples to illustrate their use in real-world applications. Enhance your coding skills and streamline data manipulation with TypeScript today.
  • Microsoft Graph Permissions - Get Access on Behalf of a UserOct 30, 2024. 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 on behalf of a signed-in user or with its own identity.
  • BIT Functions New T-SQL Enhancements in SQL ServerOct 30, 2024. In this article, we’ll explore some of BIT functions new enhancements in SQL Server 2022, their practical applications, and a modified example to demonstrate their usage.
  • JWT Token Based Implementation using ASP.NET Core Web APIOct 29, 2024. JWT (JSON Web Token) is a way to share information securely between two or more systems and JWT structure allows for secure information exchange and user authentication.
  • Windowing Enhancements New T-SQL Enhancement in SQL ServerOct 29, 2024. SQL Server 2022 introduces advanced T-SQL features, enhancing window functions, aggregations, and NULL handling. New options like the WINDOW clause and IGNORE NULLS optimize complex data queries, reduce code duplication, and improve readability.
  • Enable Apple Intelligence on iPhone for Smarter FeaturesOct 29, 2024. Apple's new iOS 18.1 release unlocks Apple Intelligence, offering advanced Siri features, writing tools, enhanced email summaries, and photo search capabilities. Available on iPhone 15 Pro and M1 devices.
  • Rename Folder in SharePoint Online Document Library with Power AutomateOct 28, 2024. 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 action.
  • Automate SharePoint Site Creation with Azure Functions and AD AuthOct 28, 2024. This guide demonstrates how to automate SharePoint site creation using Azure Function Apps with custom Azure Active Directory (AD) authentication. It covers prerequisites, creating an Azure Function App, configuring authentication, setting up permissions, and testing the function.
  • Create a Model with Database Table in .NET 8 using EF CoreOct 28, 2024. 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 string, and use migrations to manage your database schema.
  • All About the New Microsoft Copilot AgentsOct 28, 2024. What are copilot agents and how the agents can be build. What are the various ways available for building the copilot agents with screenshot images on enabling the option to build agents. Microsoft Copilot Agents are new response from microsoft to build power autonomous agents to take actions.
  • Mark Input Parameters in Triggers as OptionalOct 28, 2024. In this article, we’ll walk through how to mark input parameters as optional in Power Automate triggers and explore how this can improve flow flexibility.
  • Data Loss Prevention in Microsoft Fabric InternalsOct 28, 2024. Microsoft Fabric’s Data Loss Prevention (DLP) feature protects sensitive data across services like SharePoint, Teams, and Exchange by enabling policy creation, scanning, and enforcement through Microsoft Purview.
  • Understanding OSRM Routing with AWSOct 28, 2024. This guide covers key concepts like API integration, scalability, and real-time traffic data, enabling you to leverage cloud computing for enhanced geographic information systems. Optimize your navigation applications today.
  • Dev Tunnel in Visual Studio Simplifies Local DevelopmentOct 28, 2024. Explore the Dev Tunnel feature in Visual Studio 2022, designed to streamline local development and debugging. This powerful tool allows developers to create a secure connection to their remote environments, enhancing collaboration and productivity.
  • How to Store Temporary Information in Table Like Format in C#?Oct 28, 2024. In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
  • Java 23: The Latest Features and ImprovementsOct 28, 2024. This latest release introduces updates in pattern matching, memory management, and enhanced API functionalities. Java 23 simplifies coding tasks, boosts efficiency, and strengthens application stability.

OUR TRAINING