Resources  
  • 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.
  • 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.
  • 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.
  • 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.
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAIFeb 13, 2024. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • 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.
  • 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 .
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • Setup an Environment for Copilot StudioDec 15, 2023. How to set up an environment in Power Platform to copilots using Copilot Studio. This guide outlines the steps to set up an environment for Microsoft's Generative AI feature in Copilot Studio, enabling the creation of AI-powered chatbots using Power Platform.
  • 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.
  • 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.
  • 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
  • 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.
  • 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.
  • Easily Learn Conversational Language Understanding (CLU) In Azure AI Language Studio Oct 24, 2023. In this post we will see what Conversational Language Understanding (CLU) is in Azure Language.
  • How To Install And Configure Microsoft SQL Server Management Studio (SSMS) Oct 18, 2023. Learn how to install and configure Microsoft SQL Server Management Studio (SSMS), a vital tool for managing SQL Server instances, with step-by-step guidance and helpful screenshots.
  • 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
  • Registered Servers in SQL Server Management Studio (SSMS)Sep 27, 2023. Registered Servers in SQL Server Management Studio (SSMS) is a feature that allows database administrators and developers to conveniently manage and access multiple SQL Server instances and other database-related resources from within a single interface. Here's a detailed description of this feature.
  • 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.
  • 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
  • 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.
  • Switch Between Embedded & Standalone Android Emulator | Android StudioSep 05, 2023. In this article, we'll explore the process of transitioning between embedded and standalone Android Emulators within Android Studio.
  • 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.
  • What's new in Android Studio - GiraffeAug 25, 2023. This article describes the new features of Android Studio Giraffe | 2022.3.1.
  • 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.
  • 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.
  • 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
  • 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.
  • 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.
  • How to Add Tooltip in React ApplicationJul 11, 2023. This article demonstrates how to implement tooltips in a React application using Material UI. It covers the prerequisites, setting up a React project, installing Material-UI, creating a tooltip component, and showcasing the functionality through code examples. The article provides a detailed guide on adding tooltips to enhance user interactions in React applications using Material UI.
  • 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.
  • Next Gen Computer Vision Capabilities with Project Florence Foundation ModelJun 28, 2023. This article describes about the Project Florence and Vision Studio capabilities.
  • Let's Develop and Deploy a Chatbot using Azure Langugage StudioJun 19, 2023. We are going to create a conversational chatbot using Azure bot service and Language studio
  • LINQ MethodsJun 16, 2023. Linq Methods
  • How to Connect to Azure SQL Database in the Azure Data Studio?Jun 05, 2023. Step by step process to connect to Azure SQL Database in the Azure Data Studio
  • Test HTTP API Endpoint in Visual Studio without using PostmanJun 04, 2023. Test HTTP API Endpoint in Visual Studio without using Postman
  • How to Download and Install Azure Data Studio on Windows Machine?Jun 04, 2023. Step by step process to download and install Azure Data Studio on a window machine
  • Endpoints Explorer in Visual Studio 2022Jun 01, 2023. Let's review the new feature endpoints explorer in Visual Studio 2022
  • Generative AI: Unleashing Creativity and Innovation using DALLE2 Azure AI StudioMay 31, 2023. This article describes about the potential usage of DALLE2 Azure AI Studio and its capabilities.
  • How to Add Material-UI in React?May 30, 2023. This article provides a step-by-step guide on how to add Material-UI to a React application. It begins by listing the prerequisites, which include familiarity with HTML, JavaScript, and Bootstrap, as well as having Node.js installed.
  • How to Generate a Standalone Executable File from C# Project in Visual Studio 2022May 29, 2023. In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application to end users without the need for them to have the .NET Framework or any other dependencies installed on their machines.
  • Getting Started with Unity Game Development May 27, 2023. This article explains Unity, its uses for application development, and prerequisites and environment setup for development as well as demonstrates how to get started with game development with an example.
  • Building a C# and ChatGPT Translator May 23, 2023. Building a C# and ChatGPT Translator
  • Empowering Intelligence with Azure Machine LearningMay 22, 2023. This article describes empowering intelligence and build solutions around Azure Machine Learning.
  • Encryption and Decryption in ASP.NET Windows Console Application using C#May 22, 2023. In this article, I have explained how to encrypt and decrypt the text using the AES Encryption standard. Open Visual Studio, Create a new console application.
  • How To Install SQL Server Management Studio 2022May 22, 2023.
  • GitHub Copilot - Your AI Pair To Write Code Faster and EfficientlyMay 22, 2023. GitHub Copilot is a new AI tool that helps developers to write code faster and better. Indeed, it is an AI coding partner that provides suggestions to your code and can write code based on description in natural language. This AI copilot model is built on a heavy GitHub code base and OpenAI collaboration, which is further backed by Microsoft.
  • How To Use Syncfusion Autocomplete In Vue.js ApplicationMay 19, 2023.
  • Deploying Azure Infrastructures using TerraformMay 09, 2023. Deploying Azure infrastructures using Terraform is a powerful and flexible method for managing cloud resources. Terraform is an open-source infrastructure as code tool that allows users to define, provision, and manage infrastructure resources across multiple cloud providers. With Terraform, you can easily create, modify, and destroy cloud resources such as virtual machines, storage accounts, networking components, and more.
  • Tips and Tricks for using Visual Studio efficientlyMay 09, 2023.
  • ⌨️Azure Tools for Developers: Maximizing Cloud Efficiency and Streamlining DevelopmentMay 05, 2023. This article provides an overview of the top Azure tools for developers. Azure offers a wide range of features for building and deploying cloud-based applications and services, and these tools can help developers to maximize efficiency and streamline their development process. From Azure DevOps to Azure Functions, this article covers the key tools that developers should know about.
  • Analyzing Customer Reviews using Sentiment Analysis with Azure Language StudioMay 02, 2023. In this article describes out analyzing customer reviews using Sentiment Analysis with Azure Language Studio services.
  • What is Azure Chaos Studio?May 02, 2023. Azure Chaos Studio can be a valuable resource for anyone interested in learning about this powerful tool for improving system reliability in the Azure environment.
  • How To Create An Account on Roblox?Apr 28, 2023. How to create a Roblox account and login in to enjoy this platform?
  • Testing REST APIs From Visual Studio 2022Apr 27, 2023. Today, we will look into a very useful feature just introduced with Visual Studio 2022 version 17.5. In the past we would test our APIs using tools like Swagger or my favorite Postman.
  • Unleash the Potential of Intelligent Document Processing using Azure Form Recognizer StudioApr 27, 2023. In this article, you can understand the concepts of Azure Form Recognizer Studio, Prebuilt models, Custom models with end to end implementation.
  • What is Roblox Studio?Apr 26, 2023. Roblox Studio, you can have a game developed and ready
  • Add ChatGPT Functionalities Within Visual Studio CodeApr 24, 2023. Add ChatGPT Functionalities Within Visual Studio Code.
  • New Features In C# 12Apr 22, 2023. We're excited to show you three new features for C# 12:
  • Add ChatGPT functionalities within Visual StudioApr 21, 2023. Add ChatGPT functionalities within Visual Studio
  • Create Your First Visual Studio ExtensionApr 15, 2023. Create Your First Visual Studio Extension
  • Creating PowerPoint Add-in using VSTOApr 14, 2023. This article explains how we can create PowerPoint Addin using VSTO and how to access the PowerPoint objects like slides/shapes
  • Stratis Smart Contract Development using Visual Studio CodeMar 29, 2023. This article elucidates how we can develop s Smart Contract in Visual Code and C# with all the necessary steps and a sample code example. 
  • Discovey Rainbow Braces A Visual Studio 2022 ExtensionMar 27, 2023. In this article, you will learn about rainbow braces, a visual studio 2022 extension.
  • Share Your Work In Progress In Real Time From VS CodeMar 23, 2023. Need to ask a teammate for some help with your code, but don’t want to push broken changes to GitHub? GitLive has a solution ??
  • How to Create and Test NuGet Package Locally in Visual Studio 2022Mar 17, 2023. This article describes how we can create a NuGet package using Visual Studio and configure the NuGet manager for local testing before publishing it to nuget.org. Additionally guides for developers to use local packages in case they can’t use the online packages

About isual-Studio-2010

NA

OUR TRAINING