Resources  
  • Automated VMware Cloud Foundation Host commission using ESXiMar 28, 2024. Learn how to automate ESXi host provisioning with Kickstart and streamline VMware Cloud Foundation host commissioning workflows.
  • Visual Studio 2022 IntelliSense Hover not Working ProblemMar 26, 2024. VS 2022 extensions can interfere with the IntelliSense Hover functionality. Fix Visual Studio 2022 IntelliSense Hover not working by uninstalling the problematic extension causing the issue.
  • Learn about Spinners in BootstrapMar 22, 2024. In this article will we learn type of spinners in Bootstrap5
  • Deploying Web Apps and APIs with Visual Studio Mar 22, 2024. Deploying Web Apps and APIs with Visual Studio involves utilizing Visual Studio's built-in deployment features to efficiently publish your applications. You can configure various settings such as publishing method, target location, exclusion of specific files or folders, and launch preferences.
  • History and Evolution of Visual Studio and Supported .NET VersionsMar 22, 2024. This article gives a Brief overview of Visual Studio's evolution and its significance in software development. Description of each major version of Visual Studio from 1997 to 2022, highlighting key features, enhancements, and updates introduced in each release.
  • What is Prop Drilling in Vue.jsMar 20, 2024. In this article, we will learn Prop drilling in Vue.js refers to the process of passing data from a parent component down through multiple layers of nested child components.
  • Exploring Blackbox AI Code Generation, Code Chat, and Code Search for VS CodeMar 15, 2024. Discover the latest enhancements in Visual Studio Code (VS Code) with Blackbox AI Code Generation, Code Chat, and Code Search features. Boost productivity, streamline collaboration, and navigate code effortlessly within the familiar VS Code environment.
  • Managing Storage Spaces with File Server Resource Manager (FSRM)Mar 13, 2024. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • A Seamless Debugging Experience with Source Link in .NET 8Mar 11, 2024. Discover how to enhance your debugging experience in .NET 8 with Source Link, authored by Ziggy Rafiq. This article guides about the efficient use of Source Link for debugging, providing invaluable insights for software developers. With this authoritative resource, you can master the intricacies of debugging in .NET 8.
  • Installing File Server Resource Manager on Windows ServerMar 11, 2024. In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to classify files, set quotas on folders, and create reports monitoring storage usage.
  • Vue.js HTTP Handling: Dynamic Interactions, State, Uploads, Real-Time DataFeb 28, 2024. Vue.js, with its reactive framework and extensive ecosystem, provides developers with powerful tools to handle HTTP requests seamlessly. In this guide, we will explore advanced examples, extending beyond the basics, to showcase the versatility and capabilities of Vue.js in dealing with data fetching, error handling, and utilizing external libraries like Axios.
  • Using Variables in BicepFeb 27, 2024. Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
  • Creating a Personalized Waiting Window in .NET 6, 7, 8 WPFFeb 26, 2024. A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
  • Clustered Column Chart in Power BIFeb 23, 2024. A clustered column chart in Power BI will allow easy customization and formatting. Users can adjust the colors, labels, and axes to better suit their needs and preferences.
  • Azure Update Manager - Patch ManagementFeb 19, 2024. Azure Update Manager is a Software as a Service (SaaS) solution by Microsoft designed to simplify and automate software update management for Windows and Linux machines.
  • Create Card Visualizations in Microsoft Fabric Power BIFeb 14, 2024. If you want to display the KPIs in the dashboard, you need a Card visual. I am going to show you how to use card visual in Microsoft Power BI
  • SharePoint Online List JSON View Formatting - Video ThumbnailFeb 13, 2024. Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails along with details like titles and descriptions.
  • Use .http files in Visual StudioFeb 13, 2024. In Visual Studio, .http files enable direct API testing within the IDE from Visual Studio 2019 onwards. Before this, developers relied on tools like Postman or Swagger, or unit testing. These files streamline API testing by allowing requests.
  • 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.
  • Deploying a .NET MVC App on Azure App ServicesFeb 05, 2024. Deploy an Asp.Net 8 MVC application on Azure App Services using Visual Studio. Learn to create app services, configure settings, and publish the project, making it .
  • 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.
  • How to Implement Azure Global DNS with Traffic Manager Profile?Feb 05, 2024. Implement Azure Traffic Manager for efficient global DNS load balancing across Azure web apps and VMs. Achieve optimal availability and responsiveness, especially for applications spanning multiple regions or data centers.
  • Implementation of Collection View in .NET MAUIFeb 02, 2024. In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Collection View should be used for presenting lists of data that require scrolling or selection.
  • Using CoPilot in VS Code to Rocketship Your Coding - Part 1Jan 31, 2024. Welcome to the era of efficient and productive coding with GitHub Copilot in Visual Studio Code (VS Code). That's exactly what CoPilot brings to the table. By analyzing your code and context, it provides accurate and relevant suggestions to help you write high-quality code with ease.
  • Visual Studio Feature: Convert JSON or XML to ClassesJan 30, 2024. In this article, I will demonstrate how to use the Visual Studio feature Paste JSON as Classes or XML as Classes. This feature was introduced in Visual Studio 2013. This compelling feature will help the developer convert JSON to a C# class or XML to a C# class.
  • Understanding Event Sourcing Pattern in .NETJan 29, 2024. Event Sourcing, a potent architectural pattern in .NET, captures state changes through events, promoting auditability, time travel, and scalability. Learn its implementation and best practices for resilient applications.
  • Import Power BI Visual from AppSource to Your WorkspaceJan 24, 2024. Power BI comes with many out-of-the-box visuals that are available in the Visualizations pane. Discover how to enhance your Power BI reports with certified visuals from AppSource. Learn the step-by-step process to import and add these visuals to your reports in Power BI Desktop or Service.
  • Create and View Decomposition Tree Visuals in Power BIJan 23, 2024. The decomposition tree visual in Power BI lets you visualize data across multiple dimensions. It automatically aggregates data and enables drilling down into your dimensions in any order.
  • Create a Metrics Visual in a Power BI Report Jan 22, 2024. Integrating metrics and scorecards deeply into reporting solutions is a great way to drive alignment and progress on a team.
  • Create Xamarin Android Custom Loader with LoaderEase NuGet PackageJan 19, 2024. The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the NuGet package " Xamarin.Custom.LoaderEase" enables users to effortlessly fashion a personalized loader aligned with the visual theme of their application.
  • Data Insights: Analyzing Key Influencers with Power BI VisualsJan 18, 2024. The key influencers visual helps to understand the factors that drive a metric you're interested in. It analyzes your data, ranks the factors that matter, and displays them as key influencers.
  • Implementing IP Rate Limiting in ASP.NET Core MVCJan 18, 2024. IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through the process of implementing IP rate limiting in an ASP.NET Core MVC application using middleware.
  • AI Visuals Using Q&A for Power BI Business Users Jan 17, 2024. The Q&A feature in Power BI lets you explore your data in your own words using NLP. Q&A is available on dashboards and on reports. This article is written for business users, and explains how to use the Q&A feature in a report.
  • Effective State Management in React.jsJan 12, 2024. In this article, we will explore various techniques for state management in React.js, accompanied by practical examples.
  • Docker Swarm: Transforming Container OrchestrationJan 12, 2024. Explore the dynamic world of Docker Swarm, where machines become nodes, managers orchestrate, and containers dance in perfect harmony
  • Azure Migrate Application and Code Assessment Tool for .NETJan 05, 2024. Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
  • Effortless State Management with React's useState HooksJan 03, 2024. In this article, we will learn about the React journey, exploring the wonders of the useState hook. Learn how it transforms static components into dynamic ones, providing a realm of possibilities for interactive UIs.
  • Centralized Management for Global Scale Networks using Azure Network ManagerDec 28, 2023. Centralized management for your global scale networks using Azure Network Manager.
  • Decoding Redux: Empowering React.js Applications with Scalable State ManagementDec 27, 2023. Explore Redux integration in React.js. Learn store, actions, and connecting components. Elevate your app with efficient state management.
  • Deploying Azure Virtual Network ManagerDec 26, 2023. the advantages of Azure Virtual Network Manager for streamlined and automated Azure virtual network management. Learn about benefits, pricing, and a step-by-step guide to deploying this powerful centralized network management service.
  • Create and Debug Lambda Function in VS CodeDec 22, 2023. Create an AWS lambda function in the local environment and debug it before pushing it to a cloud environment. With the help of a few tools such as AWS SAM or serverless framework, developers can emulate lambda environment on their local machine; this allows for rapid iteration and testing before deploying the code base into the cloud.
  • Deploying Your Solution to Azure via FTPDec 20, 2023. In this Article we will Learn how to deploy your solution to Azure by FTP (File Transfer Protocol). This step-by-step guide demonstrates efficient methods to upload builds, ensuring a smooth transition to Azure cloud services.
  • How to Configure Amazon CodeWhisperer in Visual StudioDec 20, 2023. In this article, you will learn how to configure Amazon CodeWhisperer in Visual Studio 2022 using individual tiers. Learn how to configure Amazon CodeWhisperer in Visual Studio 2022 using individual tiers. Follow the steps to install AWS Toolkit, sign in, and seamlessly use CodeWhisperer for coding suggestions.
  • How to Download the Package Deployer using Power Platform Tools in Visual Studio Code?Dec 20, 2023. Step-by-step details to download the package deployer using power platform tools in Visual Studio code. Learn an efficient alternative to download the Dynamics 365 Package Deployer using Visual Studio Code and Power Platform Tools. Follow the outlined steps after setting up the prerequisites.
  • How to Download the Configuration Migration Tool using Power Platform in Visual Studio Code?Dec 18, 2023. Step by step details to download the configuration migration tool using power platform tools in visual studio code
  • Filter Options in Power BI VisualsDec 14, 2023. Exploring Filter Options in Power BI Visuals. Power BI, Microsoft's potent business intelligence tool, amplifies data analysis with versatile filter options. Uncover insights by exploring columns, relative date, visual-level, page-level, drill through, and top/bottom filters, enhancing user experience and reporting impact.
  • How to Create Wallpaper Group Policy in ServerDec 14, 2023. Learn the easiest method to create a wallpaper group policy on a server operating system. Follow step-by-step instructions, from creating a group policy to linking it for seamless application on restart.
  • How to Install Power Platform Tools in Visual Studio Code?Dec 11, 2023. Step by step details to install Power Platform Tools in the Visual Studio Code. Effortlessly manage and deploy Power Platform solutions with the Power Platform extension for Visual Studio Code. Follow our step-by-step guide to install Power Platform Tools seamlessly.
  • How to Download the Plugin Registration Tool using Power Platform Tools in Visual Studio Code?Dec 11, 2023. There are step-by-step details to download the plugin registration tool using Power platform tools in Visual Studio code. Plugins are mostly written in C# language and can be registered at various events like Create, Read, Update, Delete or on other messages and can run either in Synchronous or Asynchronous mode.
  • How to Use ColorPicker In Vue.js?Dec 11, 2023. Discover how to integrate a color picker into your Vue.js application. Follow a step-by-step guide; prerequisites include basic Vue.js knowledge and Visual Studio Code installation.
  • Enabling GitHub CoPilot in Visual Studio CodeDec 07, 2023. Generative AI, GitHub Co PIlot, VS Code, Python, C#, typescript, Devops, Code Generation. Code debugging, Code Refactoring, Code Cleanup
  • How to Install the File Server Resource Manager (FSRM)Dec 04, 2023. How to Install the File Server Resource Manager (FSRM).
  • Reading properties of an object in C#Nov 26, 2023. This article explores two ways to read the properties of an object in C# without knowing its type at compile time: reflection and dynamic keyword. Reflection involves inspecting and manipulating metadata at runtime, providing flexibility but with potential performance drawbacks. On the other hand, the dynamic keyword allows for late-binding, bypassing static type checking, but may result in runtime exceptions and relies on the Dynamic Language Runtime (DLR). The choice between reflection and dynamic depends on specific needs and scenarios.
  • Performance implementation Using AccelerateBuildsInVisualStudioNov 23, 2023. The .NET 4.8 and lower have an update for faster incremental build in VS 17.8. Visual Studio 2022 version 17.8 introduces build acceleration for non-SDK style projects targeting .NET Framework 4.8 or lower. By leveraging the AccelerateBuildsInVisualStudio property, incremental builds become faster, improving overall performance.
  • Visual Studio 17.8: Revolutionizing the Developer ExperienceNov 21, 2023. Explore the latest features of Visual Studio 17.8 in our comprehensive review. Discover how Microsoft's new release enhances productivity, supports .NET 8, and responds to community feedback for developers of all levels.
  • How to Trigger Service Bus using Azure Function?Nov 15, 2023. In this article, we will learn how to trigger service bus queue using azure function.
  • Implementing State Design Pattern in ASP.NET Core Web API with 3-Tier ArchitectureNov 10, 2023. In this ASP.NET Core Web API project utilizing a 3-Tier Architecture with the State Design Pattern, we've created a News management system that encapsulates the state of news items, allowing for a clear and structured way to handle state transitions. The architecture consists of three distinct layers: Presentation, Business Logic, and Data Access. The Business Logic layer is where the State Design Pattern is applied, with different states such as Draft, Published, and Archived, each represented by concrete state classes. The NewsService class is responsible for managing these states and their transitions. Controllers in the Presentation layer handle HTTP requests and delegate the state-related operations to the NewsService, enabling CRUD functionality for news items. By setting the appropriate state and invoking state-specific methods, such as Publish and Archive, we control the state transitions. While this example focuses on the pattern's core implementation, in a real-world scenario, you would integrate a data access layer to persist and retrieve news items from a database, making it a robust and maintainable system.
  • State Management Pattern in AngularNov 02, 2023. The State Management pattern is crucial for managing complex application states in Angular. There are several popular state management libraries available, such as NgRx (Redux-inspired), Akita, and Ngxs.
  • How to Set Up the Flutter Environment in Visual Studio Code on Windows SystemOct 30, 2023. This article will discuss about setting up Flutter on a Windows system is comprehensive and user-friendly. It covers the essential steps for installing Git, setting up the Flutter SDK, updating the system environment variables, installing Visual Studio Code, and integrating the necessary Flutter and Dart extensions. The inclusion of specific links to download Git, Flutter SDK, and Visual Studio Code enhances the practicality of the guide and simplifies the setup process for readers.
  • 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.
  • A Warning to Companies: Your Development Manager is Ineffective, and It’s Your Fault!Oct 17, 2023. In this article, I will weave a cautionary tale that demonstrates something I have been seeing in teams since the late 2000s. That something is companies are creating ineffective development managers.
  • Setting Up PowerShell ISE In VS CodeOct 16, 2023. Setting up PowerShell ISE (Integrated Scripting Environment) in Visual Studio Code (VS Code) provides a streamlined environment for PowerShell scripting and automation tasks. This integration enhances the scripting experience, offering features like code completion, debugging capabilities, and seamless access to the extensive VS Code extension library. Configuring PowerShell ISE in VS Code simplifies script development, making it efficient and user-friendly.
  • Exploring Alternatives for Visual Studio For MacOct 04, 2023. Let's review what other IDEs we can use on macOS to work with .NET.
  • How to Create and Manage Branches for GitHub repository using Visual Studio and GitHubOct 03, 2023. There are different ways to create and manage the branches for your version control and code management for GitHub. This article explains two different ways to create branches: using GitHub website and Visual studio 2022
  • How to Implement Chakra UI Button Loading State in Next.jsSep 27, 2023. In this article we will learn about how Chakra UI Button Loading State can be implemented in Next Js.
  • Area Chart with Gradients in Power BISep 25, 2023. Microsoft Power BI offers developers the ability to create highly customizable visuals using the declarative JSON syntax of Vega or Vega-Lite languages. Follow these steps to create custom visuals in Power BI using Deneb Vega-Lite.
  • ASP.NET Core Web API for CRUD Operations with MySQLSep 25, 2023. Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Core Web API with a real-world use case. We'll create a model called CSharpCornerArticle and implement CRUD operations for it using Entity Framework Core with MySQL.
  • Bar Charts with Gradients in Power BISep 22, 2023. Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, including installation, data integration, and advanced customization options.
  • Setting Up Server-Side Google Tag Manager (GTM) with DockerSep 21, 2023. Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
  • Enhancing Code Quality with SonarLintSep 21, 2023. In today's software development landscape, code quality is essential for success. It ensures smooth application functioning, simplifies maintenance, and enhances security. SonarLint is a vital tool that empowers developers to improve code quality from project inception.
  • Parameterized Unit Testing with xUnit in .NET CoreSep 15, 2023. Unit Testing in .NET Core series, we delve into parameterized unit testing using the xUnit.Net testing library. Parameterized unit testing involves defining a single test method and supplying it with various sets of input parameters. This approach minimizes code duplication and allows for testing a wide range of scenarios efficiently.
  • Update to the Microsoft Teams ToolkitSep 15, 2023. Visual Studio 17.8 Preview 2 Update to the Microsoft Teams Toolkit
  • Managing States in ReactSep 13, 2023. In React, state management is essential for updating the user interface based on various factors like user interactions or internal data changes. React handles this through the concept of "state," which, when modified, triggers component re-rendering.
  • C# Dev Kit for VS CodeSep 13, 2023. Discover how C# Dev Kit, a Visual Studio Code extension, enhances your C# development experience. It offers solution management, streamlined testing, and AI-powered code suggestions for increased productivity and code quality.
  • AI Code Assistance in Visual Studio 2022Sep 12, 2023. The AI engine in visual studio detects our code context like including variable names, functions, and the type of code, we are writing based on that it gives you best suggestions.
  • .NET EcosystemSep 08, 2023. The .NET ecosystem is a versatile collection of tools, libraries, and services forming the Microsoft .NET platform. It enables developers to create diverse applications, including web, desktop, mobile, and cloud-based services. Key components include the Common Language Runtime (CLR), .NET Framework, .NET Core, ASP.NET, Entity Framework, Xamarin, Blazor, Visual Studio, Azure Services, NuGet, a rich community, and open-source initiatives. This ecosystem fosters modern development, cross-platform capabilities, and efficient application creation.
  • Real-time Monitoring with Azure Application Insights in ASP.NET Core Web APISep 06, 2023. Azure Application Insights is a powerful tool for monitoring and diagnosing applications, including ASP.NET Core Web APIs. It provides real-time telemetry data, performance metrics, and logging capabilities. In this example, I'll walk you through setting up Azure Application Insights for an ASP.NET Core Web API and demonstrate how to use it for real-time monitoring and diagnostics.
  • React (1) - Installation and Environment SetupSep 05, 2023. This series of articles delves into React, a popular choice for Single Page Applications (SPAs). As a former Angular developer, I found React's training courses beneficial in understanding key concepts and skills. The articles cover essential aspects such as installation, JSX, parameters, library usage, CSS, HTTP, routing, and more. This initial article provides an introduction to React, its installation, prerequisites, and the creation of your first project. Additionally, it addresses common issues like the choice between TypeScript and JavaScript and whether React is a compiled language.
  • Console Application Add, Mul, Div, SubSep 01, 2023. adding, subtracting, multiplying and dividing of three numbers which will be entered by the user
  • Run JavaScript outside a BrowserAug 28, 2023. This article will discuss running JavaScript outside a Web Browser.
  • 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.
  • Generating Certificate and Private Key FilesAug 24, 2023. Create local certificates with ease using Visual Studio 2017 Developer Command Prompt. Generate certificate and private key files, then install them locally for enhanced security. Simplify your authentication process.
  • Navigating State Management in JavaScript with ImmerAug 16, 2023. Unlock the potential of Immer in web development's ever-changing landscape. Dive into its seamless state management, simplified code structure, and optimized performance. Immer: Your compass for enchanting, efficient coding.
  • Visual Studio 2022 V17.7 Now AvailableAug 11, 2023. Discover the latest enhancements in Visual Studio 2022 version 17.7, including C++ build insights, user-friendly updates, debugger improvements, and more. Optimize your development workflow with these powerful features.
  • Convert Excel Data Into DataTableAug 08, 2023. Learn to leverage the .NET Excel framework for effortless handling of Microsoft Excel files in your .NET applications. Discover conversion techniques, API integration, and practical implementation for data manipulation.
  • Getting Started with xUnit.Net for .NET Core Unit TestingAug 03, 2023. Discover the importance of unit testing in software development and its benefits over manual testing, and explore popular testing frameworks in .NET Core, with a focus on xUnit.net for automated testing.
  • Import SSL Certificate to AWS Certificate Manager (ACM)Aug 02, 2023. Learn how to import an SSL Certificate into ACM (AWS Certificate Manager)
  • Salesforce REST API: The Login Request (Authentication Step)Aug 02, 2023. In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the request.
  • Source Control (4-9-2), Git - Merge in Client SideAug 01, 2023. Explore a comprehensive series of articles on Source Control, ranging from standalone apps like MS SourceSafe to web services like GitHub, Azure DevOps, and Git. Understand merging methods, integration, and comparisons for effective version control.
  • How to Create Slider in React Application?Jul 31, 2023. Learn how to create a React Slider using Material UI in this step-by-step guide with code examples and prerequisites.
  • Visual Studio Builds and Key FeaturesJul 26, 2023. Visual Studio Builds Since 2005 and main key features. Explore the growth of Visual Studio, Microsoft's premier Integrated Development Environment, from its inception in 1997 to the latest features in Visual Studio 2022, with advancements including.NET upgrades, language support, and developer-friendly tools.
  • How .Net MAUI WorksJul 25, 2023. In this article, you will learn how to get started with .NET MAUI.
  • Debug Applications using Visual Studio Dev TunnelsJul 24, 2023. Learn how Dev Tunnels in Visual Studio enable a seamless connection between machines, easing remote teamwork and simplifying debugging processes in web and mobile applications.
  • Remote Debugging ASP.NET Core Application on a Remote IISJul 24, 2023. Enhance ASP.NET Core Debugging with Remote Debugger: Debug your applications hosted on IIS by connecting Visual Studio to Remote Debugger, ensuring efficient debugging and issue resolution.
  • Source Control (5-2), GitHub Extension for Visual StudioJul 24, 2023. This article is to discuss Create a Git Hub Repository from Visual Studio
  • Streamlined Orchestration with VMware SaltStack: Automating WorkflowsJul 21, 2023. This article focuses on SaltStack's orchestration features within the VMware ecosystem, highlighting its ability to streamline workflows, automate tasks, and coordinate complex operations across multiple systems.
  • Creating Custom Components in BlazorJul 21, 2023. Building Custom Components in Blazor: Create Reusable UI Elements Using C# and .NET. Learn to build interactive web apps with Microsoft's open-source framework.
  • Exploring VMware SaltStack's Configuration Management CapabilitiesJul 18, 2023. This article delves into the powerful configuration management capabilities of VMware SaltStack, including declarative syntax, enforcing desired system states, and reducing configuration drift.
  • An Insight And Learning Journey With ManagersJul 17, 2023. I firmly believe that managers have a significant impact on our lives and can be a great source of inspiration
  • Unlocking the Power of Serverless Computing with Azure Functions Jul 16, 2023. Azure Functions are a serverless computing service provided by Microsoft Azure. They allow developers to write and deploy small units of code called functions that can be triggered by various events. With scalability, cost efficiency, and seamless integration with other Azure services, Azure Functions provide an efficient solution for building event-driven and microservices-based applications. They support multiple programming languages, offer easy deployment and management options, and provide built-in monitoring and debugging capabilities. Azure Functions are found within the Azure portal and can be created using Azure CLI or Visual Studio.

About Silverlight-Visual-State-Manager

NA

OUR TRAINING