Coding

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 Five JavaScript Trends for 2023.

Submitted by DataPrimeCloud on Wed, 01/25/2023 - 06:03

Tonight’s post is going to be on JavaScript.  JavaScript is a programming language that  is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. 

The video below talks about five JavaScript trends for 2023, listed below.

   - Writing less JavaScript.

   - Using less JavaScript in Build Tools.

   - Using more JavaScript Runtime.

   - Shipping less JavaScript to the browser.

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.