Related resources for GA
  • Delegates in .NET4/22/2024 8:57:01 AM. In this article, we will learn Delegates in .NET provide a powerful mechanism for defining and encapsulating methods, enabling flexible event handling and callback functionality.
  • Indepths of Global Assembly Cache4/22/2024 8:54:29 AM. In this article, we will Explore the depths of the Global Assembly Cache (GAC) in .NET Framework. Learn about assembly management, versioning, security, and deployment.
  • Generative Adversarial Networks (GANs) for Content Generation4/22/2024 5:56:51 AM. AI artists get competitive! GANs use AI to create new images and music, like two rivals pushing each other to be better.
  • Difference Between Scalar and Aggregate Functions4/19/2024 5:10:46 AM. In this article, we'll discuss the differences between Scalar and Aggregate functions in MSSQL in detail. This article explores scalar and aggregate functions in Microsoft SQL Server, detailing th
  • Customizing Navbar In MVC 5 With Bootstrap4/18/2024 1:24:12 PM. Learn how to enhance the appearance and functionality of your MVC 5 web application's navigation bar using Bootstrap. Customize the navbar with CSS and Bootstrap classes for a modern, responsive u
  • Mastering SQL Joins with the WITH(INDEX(Index_Name)) Clause4/18/2024 9:09:24 AM. Explore how the WITH(INDEX(Index_Name)) clause in SQL can turbocharge query performance by providing hints to the query optimizer regarding index selection, particularly when used in joins. Learn the
  • MySQL Queries Cheat Sheet4/18/2024 3:54:25 AM. In this article, we will learn about MySQL querying essentials, covering basic SQL commands, data manipulation functions, constraints, and frequently asked questions, providing valuable insights for b
  • Learn About Angular Component Hook Life Cycle4/16/2024 10:03:45 AM. Learn about Angular Component Lifecycle Hooks including ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, and ngOnChanges. Explore their
  • Overview Of Routing And Navigation In Angular4/16/2024 6:46:58 AM. In this article we are going to learn the use of routing in angular. In any general application there are multiple views and to perform the navigation from one view to another we required routing. Rou
  • Using gRPC-gateway To Call gRPC Service Via RESTful JSON API4/15/2024 11:40:07 AM. Discover how to seamlessly integrate gRPC services with RESTful JSON APIs using the powerful gRPC-gateway. Learn to leverage HTTP to communicate with gRPC services, enabling efficient and flexible int
  • SQL Server System Functions: Aggregate, String, Math, Date4/15/2024 11:17:36 AM. Learn about SQL Server system functions including aggregate, string, mathematical, and date time functions. Explore their syntax and examples for efficient database operations. Ideal for beginners an
  • CastleDoodle Game In HTML 5 Platform using GDevelop4/15/2024 11:04:34 AM. In this article, you will learn about Embark on an adventure with CastleDoodle, a captivating game crafted in HTML5 using the GDevelop platform. Dive into the realm of imaginative gameplay, where crea
  • How to Configure Azure Application Gateway and WAF v2 4/15/2024 6:05:14 AM. We're configuring an Application Gateway to manage traffic for the demo application. Azure Application Gateway, a layer 7 solution, efficiently manages web traffic, ensuring optimal performance. T
  • Create a Slideshow Image Gallery Using HTML54/12/2024 8:19:32 AM. Create stunning image galleries with HTML5! Utilize <img> tags, CSS for styling, and JavaScript for interactivity. Employ transitions, animations, and event handling for a dynamic user experienc
  • Create a Single Page App in SPFx using React Router Dom4/11/2024 10:29:04 AM. Create a Single Page App in SPFx using React Router Dom, Learn to develop dynamic and responsive web applications in SharePoint Framework (SPFx) using React Router Dom for client-side navigation.
  • Charms Bar in Windows 84/10/2024 11:54:26 AM. The Charms Bar in Windows 8 served as a pivotal navigation hub, accessible by swiping from the right edge of the screen. It provided quick access to essential functions like Search, Share, Devices, Se
  • Register Form In ASP.NET MVC Core 3.04/10/2024 9:34:52 AM. Create a sleek Register Form in ASP.NET MVC Core 3.0 utilizing HTML, Razor syntax for dynamic content, Bootstrap for styling, and jQuery for interactivity. Enable smooth navigation with a responsive n
  • Scrum Team Working Agreement and How It Helps the Scrum Team šŸ’Œ4/10/2024 8:18:22 AM. Understand the importance of a working agreement in agile teams, fostering collaboration, trust, and effective communication. Learn how to create a working agreement through team collaboration, brains
  • How to Show Current Path on Title Bar in Windows 84/9/2024 9:24:50 AM. In this article, I will show you how to enhance your Windows 8 experience by displaying the current path on the title bar. Navigate through your file system with ease as you customize your Explorer in
  • Learn Memory Management in JavaScript4/8/2024 6:13:41 AM. JavaScript employs automatic memory management through garbage collection, eliminating manual memory allocation and deallocation. Here's how it works and considerations for efficient coding.
  • Implementing API Gateway Pattern in Node.js Microservices 4/5/2024 8:35:44 AM. Implementing the API Gateway pattern in Node.js for microservices architecture simplifies client interaction by centralizing access and providing essential functionalities like routing and load balanc
  • API Gateways and Load Balancers for Scalable Architectures4/4/2024 4:28:26 AM. Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple servers to ensure high availability. This article elucidates load balancer types,
  • Building Azure Bicep Reusable Components with Private Registry4/3/2024 10:28:04 AM. In this article, we are going to learn how to reuse the Bicep Infrastructure as Code with your team and other teams across the Organization.
  • How to Connect Azure VMware Solution to an Azure VNet4/3/2024 10:16:38 AM. Learn how to seamlessly connect Azure VMware Solution to an Azure VNet, enabling you to integrate your VMware workloads with Azure services.
  • Explain about Event Handling in C# .Net4/2/2024 4:20:04 AM. In the world of C# programming, events are a powerful mechanism that facilitates communication between different components of an application. In this comprehensive guide, we'll delve deep into t
  • Learn Interface Segregation Principle (ISP)4/2/2024 4:11:52 AM. Learn about the Interface Segregation Principle (ISP) for cleaner and more maintainable code. Discover how segregating interfaces based on functionality improves system clarity and prevents unnecessar
  • Flexible Height Gallery with a Separator4/1/2024 7:28:47 AM. Learn to create a flexible gallery with a separator in your app.Add a blank flexible height gallery. Add controls like labels and dropdowns.Set auto height toggle for labels.Add separator rectangle wi
  • Medallion Architecture: A Framework for Data Organization4/1/2024 4:37:18 AM. The Medallion Architecture is a powerful data design pattern that provides a structured approach to organizing data within a Lakehouse. In this article, weā€™ll explore the key components of the Medall
  • Integrate Payment Gateway in Power Pages3/29/2024 7:28:47 AM. Learn how to integrate a payment gateway like Stripe into Power Pages for online shops, service providers, donation pages, and event sign-ups. Follow a step-by-step guide to set up payments smoothly,
  • Back To Basics - Dispose Vs Finalize3/28/2024 10:39:36 AM. We have been using the Dispose method for disposing objects in .NET. For the same purpose, we may also use the Finalize method. In this article I will try to explain what the Dispose and the Finalize
  • How to Enable Mega Menu in SharePoint Online3/28/2024 5:16:18 AM. Learn how to enhance user navigation experience in SharePoint Online by enabling Mega Menu. This step-by-step guide empowers you to customize site navigation, optimize the user interface, and structur
  • Organizing AWS Lambda dependencies with layers3/27/2024 8:51:21 AM. Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utiliz
  • Developing a Walkthrough Component in PowerApps3/27/2024 8:48:49 AM. Create intuitive user experiences by developing a Walkthrough Component in PowerApps. Guide users seamlessly through your app's features with interactive tutorials and enhance navigation for a smo
  • Investigate Root Cause for Latency with Azure App Insights3/26/2024 8:56:14 AM. In this article I will demonstrate how to investigate the root cause for latency with Azure Application Insights
  • How to Create Calculated Column in SharePoint Online3/22/2024 5:40:34 AM. SharePoint Online offers robust tools for collaboration and data organization. Learn how to update calculated column formulas to adapt to evolving business needs seamlessly. Follow a step-by-step guid
  • Data Structures And Algorithms - Part One - Introduction3/20/2024 11:52:14 AM. Explore the fundamentals of data structures and algorithms in this introductory course. Learn about data organization, algorithmic thinking, and foundational concepts essential for problem-solving in
  • Experience the New Features in Visual Studio3/20/2024 11:43:51 AM. Discover the latest enhancements in Visual Studio 2017, offering improved productivity, performance, and collaboration tools. Explore new features for code navigation, debugging, and code refactoring,
  • Advantages of AlpineGate Technologies' Generative Self-Trainable Transformer Architecture (GST-AGPT)3/20/2024 5:35:10 AM. AlpineGate Technologies has developed a novel AI language model that is founded on a generative self-trainable transformer architecture. This advanced architecture allows the model to incorporate live
  • Exploring Vertical Gallery in Power Apps3/20/2024 4:19:01 AM. Discover the ins and outs of utilizing Vertical Galleries in Power Apps with this comprehensive guide. From data binding to customization, explore how to enhance user experience and create interactive
  • How to Open This PC Window in Windows 103/19/2024 11:55:13 AM. In this article, we will learn how to swiftly access the "This PC" window on Windows 10. Discover various methods such as using the desktop shortcut, taskbar icon, or keyboard shortcut (Win
  • Devin AI: A Game-Changer in Software Development?3/19/2024 11:18:54 AM. Imagine a tireless teammate who can code, debug, and even plan entire software projects. That's the promise of Devin AI, developed by Cognition. Touted as the world's first "fully autonom
  • Page Redirect Options In Entity Form Dynamics 365 Portals3/15/2024 11:10:13 AM. Explore page redirect options in Dynamics 365 Portals' entity forms, enabling seamless navigation for users. Utilize redirect URLs, web links, and JavaScript for custom redirection, enhancing user
  • What is Use of ā€˜Usingā€™ Statement in .NET?3/15/2024 9:15:56 AM. In this article, we will cover What is the use of the ā€˜Usingā€™ statement in .NET. The 'using' statement in .NET ensures efficient resource management, prevents memory leaks, and promotes cleane
  • English as a New Programming Language: Bridging the Gap Between Code and Language3/15/2024 4:18:56 AM. Explore the concept of using English as a programming language, with examples and explanations for better understanding.
  • Move Git Repositories From One To Another Organization In Azure DevOps3/14/2024 10:25:48 AM. In this article, you will cover steps to transfer repositories, ensuring smooth transition of version-controlled projects while maintaining integrity and collaboration across teams.
  • Move Azure DevOps Work Items From One Organization To Another3/13/2024 11:50:02 AM. Transfer Azure DevOps work items between organizations effortlessly using migration tools. Export data from source organization, import to target organization, ensuring seamless transition of Agile pr
  • Azure Devops Project Configuration - Overview and Boards - Part 23/13/2024 8:33:27 AM. Azure DevOps Project Configuration - Overview and Boards - Part 2" delves into the intricate setup of Azure DevOps projects, focusing on Boards functionality. It explores agile methodologies, tas
  • Creating Users and Groups Within an Organizational Unit on Windows Server3/12/2024 6:57:47 AM. Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
  • Learn about Navigation in SwiftUI3/12/2024 6:01:26 AM. This article contains a simple demo of navigation in Swift. Learn SwiftUI navigation with this step-by-step guide. Create a SwiftUI project, add NavigationLinks, and enhance the UI with Lists for smoo
  • Use and Manage Microsoft Viva Engage 3/11/2024 11:30:20 AM. Yammer was rebranded to Viva Engage, and would now be part of the Microsoft Viva employee experience platform. So Yammer is now called as Viva Engage as it rebranded. This article is about Viva Engage
  • Exploring Horizontal Gallery in Power Apps 3/11/2024 11:14:12 AM. In this article, we will learn to enhance user experience with intuitive UI design, perfect for mobile applications. Unleash the potential of Microsoft Power Platform for streamlined app development.
  • Introduction Of Visual Studio Code Lens3/11/2024 9:27:26 AM. In this article you will learn about Visual Studio Code Lens. With code lens you have a deep focus on your code as you know what last changes were made to the file with reference history and who chang
  • Leveraging Compiled Queries for Enhanced Performance in LINQ3/9/2024 9:17:22 AM. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution pl
  • Exploring Power Apps Controls3/7/2024 8:28:54 AM. This article delves into the realm of Power Apps controls, the foundational elements of Canvas Apps. It provides insights into various types of controls available in Power Apps, detailing their featur
  • Use Developer Assistant Extension With Visual Studio 2015 3/5/2024 10:31:51 AM. In this article, you will learn to Explore enhanced productivity with the Developer Assistant Extension for Visual Studio 2015. Seamlessly integrate code suggestions, navigation, and comprehensive doc
  • Out-of-the-Box Site Navigation and Audience Targeting in SharePoint3/5/2024 8:39:33 AM. In this article, we will explore SharePoint's built-in tools for intuitive site navigation and precise audience targeting. Enhance user experience with customizable menus and targeted content deli
  • Big Data: Navigating the Digital Ocean of Information3/5/2024 7:10:20 AM. 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
  • Create A Tic-Tac-Toe Game In Blazor3/5/2024 6:13:59 AM. There are a lot of small things I wanted to cover so why not create a game to cover all of them?
  • Using Plugin.Maui.Popup to Create Eye-Catching Popups in Apps2/28/2024 8:59:24 AM. Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and c
  • Understanding SharePoint Content Types: Organizing Your Content Effectively2/26/2024 11:47:19 AM. Explore the significance of SharePoint content types for efficient content organization. Learn how to leverage metadata and structured data to customize and manage documents effectively within your Sh
  • Create an Excel Template and Upload It to the Library2/26/2024 8:47:15 AM. In this article, Here, you'll find instructions on how to create and use an Excel template for various tasks, ensuring a blank starting point for your projects.
  • .NET Delegates in Event-Based Asynchronous Pattern for Seniors2/26/2024 5:06:24 AM. This article dives into the practical learning of delegates, emphasizing real-world examples. It explores the Event-Based Asynchronous Pattern (EAP) in C# and its advantages, using delegates to implem
  • What Is File Explorer In Windows 102/23/2024 9:46:32 AM. This article will show that File Explorer in Windows 10 is a built-in file management tool, serving as a central hub for navigating, organizing, and accessing files and folders on your computer.
  • How To Calibrate Your Monitor Color In Windows 102/22/2024 6:38:39 AM. Calibrating your monitor color in Windows 10 ensures accurate display representation. Navigate to display settings, access the color calibration tool, and adjust gamma, contrast, and brightness. Utili
  • How To Deploy Outlook Add-ins To Your Organization2/22/2024 4:46:17 AM. This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy acces
  • Azure DevOps: Create Organization, Project, Commit .NET Solution2/20/2024 3:04:32 PM. 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, creatin
  • Blazor - Publishing A Component To NuGet Gallery2/20/2024 7:33:47 AM. In this article, we will learn how to publish a reusable Blazor component to nuget gallery. We will use Visual Studio 2017 to build and create the nuget package.
  • Create Elegant Form Controls for PowerApps with React-Bootstrap2/20/2024 6:26:35 AM. This article provides a comprehensive guide on how to create elegant form controls for your PowerApps using React-Bootstrap. It covers the basics of React-Bootstrap, its advantages, and how it can be
  • .NET Delegates for Mere Mortals: Introduction2/19/2024 7:27:20 AM. Explore .NET delegates practically in this article. Learn to use delegates for flexible, reusable code. Follow examples, download source code, and understand delegate syntax, including anonymous metho
  • Working With a BindingNavigator Control in Windows Form2/16/2024 6:49:53 AM. This guide demonstrates implementing a BindingNavigator control in a Windows Forms application, enabling navigation through database records. It outlines steps to create a database, insert records, an
  • Gallery Filtering with Modern Tab List Control in PowerApps2/16/2024 3:37:10 AM. Creating a vertical tab interface utilizing the modern tab list control within PowerApps. This article guides users through creating a vertical tab interface using the modern tab list control in Power
  • Interface Segregation Principle2/15/2024 6:51:21 AM. In this article, you will learn about the Interface Segregation Principle. The Interface Segregation Principle (ISP) in SOLID, by Robert C. Martin, emphasizes coding according to specific interfaces r
  • React Design Pattern Series: Container/Presentational Pattern2/14/2024 7:17:48 AM. Learn how to master the Container/Presentational Pattern in React with our comprehensive guide. This design pattern separates view and application logic, promoting improved code organization, reusabil
  • Learn about ToolTip in WPF2/14/2024 7:11:29 AM. The ToolTip element in XAML adds a tooltip to a WPF control. The ToolTip class represents a tooltip in C#. The ToolTip property of a control represents the tool tip of the control. Code examples in th
  • How to Bind a BindingNavigator with a DataGridView in Windows Forms2/14/2024 4:19:39 AM. This article provides a detailed guide on binding a BindingNavigator with a DataGridView control in a Windows Form Application. It includes steps for creating a database, inserting records, setting up
  • Filter PowerApps Gallery with Column Chart Selection2/12/2024 4:42:15 AM. In this article, explore how to enhance PowerApps with interactive features. Learn to synchronize column chart selections to filter galleries seamlessly for a more dynamic user experience.
  • Understanding Image Gallery Web Part in SharePoint Online2/11/2024 9:00:20 AM. Understanding Image Gallery Web Part and its features and different options.
  • PowerApps Dropdown / ComboBox with Image2/9/2024 9:26:27 AM. 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 temp
  • Get All The Users In An O365 Organization Using Graph API2/9/2024 7:21:02 AM. In this article, I would like to explain and share the NodeJS code to get all the users from O365 using Graph API and will also discuss how to validate the graph API users' results again in the o3
  • What Are Navigation Guards in Vue Router2/8/2024 11:33:26 AM. Vue Router offers navigation guards, functions executed before/after route navigation, enabling control over Vue.js app navigation. Global guards like beforeEach manage app-wide authentication/authori
  • Create In-App Notifications in D365 Through Power Automate Flow2/7/2024 6:40:09 AM. Transform Dynamics 365 Communication Enable In-App Notifications effortlessly. Get real-time updates on leads, opportunities, and cases. Follow simple steps to activate a feature, create notifications
  • Low Down on Installing a .NET Assembly into the GAC2/6/2024 8:41:37 AM. This article will walk you through the process of giving your assembly a strong name and installing it into the GAC. This .NET tutorial guides you through the process of creating a Shared Assembly wit
  • .NET 8 Memory Management: Refreshing Dynamic Memory Limits2/6/2024 8:25:04 AM. In the ever-evolving landscape of software development, optimizing resource utilization is crucial, especially in dynamic cloud environments.
  • How to Refresh Memory Limit in .NET 82/5/2024 9:59:51 AM. In .NET 8, adjust memory limits dynamically with GC.RefreshMemoryLimit(). Ideal for cloud environments, this feature allows efficient scaling of memory usage.
  • Sharing Data Gateway in Microsoft Fabric Portal with Demo2/1/2024 4:30:21 AM. This article dives into how to share data gateway with users and resource groups in Microsoft Fabric. The Sharing Data Gateway in Microsoft Fabric Portal streamlines access and data transfer between o
  • Using Azure OpenAI Service (GPT-4) in .NET1/31/2024 7:22:14 AM. In this article, We will learn how to call an Azure OpenAI Service GPT model from C#. This tutorial covers obtaining necessary data from Azure, deploying a model, and using the Azure OpenAI client lib
  • Azure IoT: Transforming Devices into Intelligent Assets - MVP Show ft. Saravanan Ganesan1/29/2024 12:31:09 PM. Explore the cutting-edge realm of Azure IoT in this session and learn to seamlessly connect and manage devices, unleashing intelligence for enhanced efficiency.
  • Rockinā€™ The Code World with David McCarter & Brady Gaster - Ep. 951/25/2024 2:30:32 PM. In this episode, you will learn about .NET Aspire.
  • Getting Started with Redux Saga in React Native1/25/2024 6:27:12 AM. Discover how to use Redux Saga middleware to simplify side effects management in your React Native app. Our guide covers everything from code organization to debugging, helping you optimize performanc
  • Visualizing Data with Style: Pie and Stacked Line Charts in Pygal1/23/2024 8:30:28 AM. This article is tailored to guide you through creating two distinct types of charts: the Pie Chart and the Stacked Line Chart.
  • šŸ–„ļø Incident Handling: Common Domain Attack Types1/22/2024 7:18:18 AM. In this article, we will go through different types of Domain Attacks. Domain attacks, including Typosquatting, Domain Hijacking, Pass the Hash, Pass the Ticket, LDAP Reconnaissance, and Brute Force,
  • Building a Responsive Navigation Bar with Vue.js1/22/2024 5:47:22 AM. Creating a navigation bar is a fundamental step in web development, and Vue.js simplifies the process by offering a clean and efficient way to handle dynamic user interfaces. In this guide, we'll
  • Number Guessing Game in Python1/19/2024 7:07:30 AM. 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.
  • Automating Azure Application Gateway Certificate using Key Vault and ACME Bot1/18/2024 3:07:13 PM. In this session, you will learn how to automate it using a function app and Key Vault.
  • Extending HttpClient With Delegating Handlers in ASP.NET Core1/17/2024 11:30:32 AM. Explore the power of the HttpClient class in ASP.NET Core through Delegating Handlers. Learn to create a custom handler for logging HTTP requests and responses, enhancing HttpClient functionality with
  • Understanding Action and Func Delegates in C#1/17/2024 10:02:38 AM. Two commonly used delegates in C# are the Action and Func delegates. Let's explore what they are and how to use them. Delegates in C# have some features that distinguish them from normal methods.
  • A Symphony of ES7 Features and TypeScript Elegance1/16/2024 10:18:52 AM. JavaScript strings are fundamental components in web development, representing sequences of characters. This article explores advanced string manipulation using ES7 features and TypeScript, enhancing
  • Securing PDF Uploads in MVC: Mitigating PDF Injection and Cross-site Scripting Vulnerabilities1/15/2024 9:33:29 AM. PDF Injection, also known as PDF XSS (Cross-site Scripting), can be a serious security vulnerability. To prevent such issues during PDF upload and viewing in an MVC (Model-View-Controller) applicatio
  • Exploring the Power of Action and Func Delegates in C#1/10/2024 8:34:48 AM. Delegates play a pivotal role in C# programming, offering the ability to pass methods as parameters, store them as variables, and create custom events and callbacks. Among these, two special types of
  • Interface Segregation Principle1/10/2024 6:15:27 AM. The Interface Segregation Principle advocates breaking down a large interface into smaller, client-specific interfaces. This ensures that no class is compelled to depend on methods it doesn't use,