<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PowerShell on scarbrough.co.uk</title>
    <link>/tags/powershell/</link>
    <description>Recent content in PowerShell on scarbrough.co.uk</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Aug 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/powershell/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PowerShell Notes</title>
      <link>/post/development/powershell/</link>
      <pubDate>Mon, 01 Aug 2022 00:00:00 +0000</pubDate>
      <guid>/post/development/powershell/</guid>
      <description>There are two categories of PowerShell command:&#xA;External Command: For example, CMD commands, or programs launched from PowerShell. Output is in plain text. They run as separate processes to PowerShell. Native Command: These are relatively easy to discover, as all can be listed within the PowerShell command line. These return objects, not just text. Commands have a naming convention and format. Native commands typically follow this format:&#xA;Command-Name -Parameter Value Searching for PowerShell Commands We can get a list of native PowerShell commands with Get-Command.</description>
    </item>
    <item>
      <title>Entity Framework Core Command Line Reference</title>
      <link>/post/development/ef-core-cli-reference/</link>
      <pubDate>Tue, 03 May 2022 00:00:00 +0000</pubDate>
      <guid>/post/development/ef-core-cli-reference/</guid>
      <description>Installing Entity command line The .NET Entity Framework command line tools can be installed globally in PowerShell, or just for a specific project.&#xA;dotnet tool install --global dotnet-ef After installation, it might be a good idea to update the tools:&#xA;dotnet tool update --global dotnet-ef Add the Entity Framework Packages to a Project In order to use the Entity Framework command line tools for a .NET Core project, it&amp;rsquo;s necessary to install the Design package.</description>
    </item>
  </channel>
</rss>
