Visual Studio Code

Information On GitHub Copilot.

Submitted by DataPrimeCloud on Mon, 03/27/2023 - 07:10

Information on GitHub Copilot, available as an extension for Visual Studio Code, Visual Studio, Neovim and  JetBrains. GitHub Copilot turns natural language prompts into coding suggestions across dozens of programming languages. GitHub Copilot is an AI pair programmer that offers autocomplete style suggestions as you code. 

Information On Visual Studio Code, Working With Azure ML, In The GitHub Codespaces.

Submitted by DataPrimeCloud on Mon, 04/04/2022 - 07:02

Information on Visual Studio Code, Azure ML, and GitHub Codespaces.  Visual Studio Code, also commonly referred to as VS Code, is a source-code editor made by Microsoft for Windows. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.  Azure Machine Learning is a cloud service for accelerating and managing your machine learning project.

Information On Azure Databases for Visual Studio Code.

Submitted by DataPrimeCloud on Mon, 02/28/2022 - 07:21

Information on Azure Databases for Visual Studio Code.  With Azure databases user’s can have their databases on premise, example in a data center, or in the cloud using scrapbooks, with rich Intellisense, users then connect to Azure to manage their PostgreSQL and Cosmos DB databases, with support for MongoDB, Graph Gremlin, and SQL.  Visual Studio Code is a graphical code editor for Linux, macOS, and Windows. It supports extensions, including the mssql extension for querying a SQL Server instance, Azure SQL Database, an Azure SQL Managed Instance. 

Information On Solution Filtering for Visual Studio Code.

Submitted by DataPrimeCloud on Tue, 10/12/2021 - 05:53

For this post I am going to talk about Solution Filtering for Visual Studio Code. To improve performance when opening large solutions, Visual Studio 2019 introduced solution filtering.  Solution filtering lets you open a solution with only selective projects loaded. Loading a subset of projects in a solution decreases solution load, build, and test run time, and enables more focused review.

Information On Azure Extensions For Visual Studio Code.

Submitted by DataPrimeCloud on Wed, 08/12/2020 - 02:27

I want to share this information on Azure Extensions for Visual Studio Code. The extension allows you to use Azure directly from Visual Studio Code. This can be done by using either the Azure CLI or the Azure App Service extension, you can have your application running in Azure in minutes, link below to a website with more information.

Click here for a website.

Performance Profiling With Visual Studio Code.

Submitted by DataPrimeCloud on Sun, 08/02/2020 - 20:58

Information on performance profiling with Visual Studio Code.  Talking about how to resolve performance issues in your application after shipping it, by using the profiling tools in Visual Studio. This is a multi-part series with profiler PMs Esteban Herrera and Sagar Shetty, they explore the world of profiling and the tools that can improve your code's performance.

Information On Entity Framework.

Submitted by DataPrimeCloud on Thu, 05/21/2020 - 07:49

Entity Framework is an open source object-relational mapping framework for ADO.NET. It was a part of .NET Framework, but since Entity Framework version 6, it is now separated from .NET framework. Entity Framework serve as an object-relational mapper, enabling .NET developers to work with a database using .NET objects, and eliminating the need for most of the data-access code they usually programmer need to write.

Information on Microsoft Visual Studio Code Live Share.

Submitted by DataPrimeCloud on Tue, 04/21/2020 - 05:39

Information on Microsoft Visual Studio Code Live Share.  Live Share can help users to be more productive when working from home. Live Share can share your code, collaborate with other anywhere, anytime, and it does not matter what type of app you are building, what language you program is in, or what OS you’re users are on, with Live Share you can instantly share your project with anyone from the comfort of your own laptop.

Java Development In Visual Studio Code.

Submitted by DataPrimeCloud on Tue, 04/14/2020 - 06:20

How to setup a Java Development in Visual Studio Code on Windows, with vsCode Java development basics.  The video also cover also cover how to install Python and Visual Studio Code for Windows, link below to a video from “ProgrammingKnowledge” YouTube page.

Click here for the video.

Information on Remote Procedure Call Platform Called gRPC.

Submitted by DataPrimeCloud on Tue, 03/24/2020 - 08:11

For this post I am going to talk about ”gRPC.” The letters “gRPC” is a acronym which means, Remote Procedure Call. It is a that was developed by Google, which was announced in February 2015, and is opensoucre. The protocol itself is based on http2, and exploits many of its benefits.  Note gRPC is a language agnostic, for high-performance remote procedure call framework, with one of it's use’s, other is point to point real time services that need to handle streaming requests responses. There are two links below, with more information about gRPC.