Testing Environment Information: Windows 10 Enterprise: Version 1909 (OS Build 18396.535) (Type winver or systeminfo at a Command Prompt) Visual Studio Code version 1.41.1 https://code.visualstudio.com/download SDK for .NET Core 3.1.100 https://dotnet.microsoft.com/download/dotnet-core/3.1 Testing Date: 1/8/2020 Background: Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. […]
Currently browsing C# (C-Sharp).
|
Jan
08
|
Filed Under: C# (C-Sharp), Development, Visual Studio Code
Comments: Comments Off on Create a .NET Core 3.1 Console App in Visual Studio Code
|
Jul
26
|
I created a small utility using C# to do the following in tasks (listed below) in SharePoint. The example code used for this is also located in this article it covers all of these SharePoint tasks. 1. Create 3 columns in SharePoint. a. “Example Amount” – Type: Current, Not a Required Field b. […]
Filed Under: SharePoint 2007, C# (C-Sharp)
Comments: Comments Off on Create custom Columns & Content Types in SharePoint 2007 (MOSS) using C#