Bookmark and Share Subscribe Bookmark and Share

You are currently browsing the archives for the C# (C-Sharp) category.

Categories

Advertisement

Currently browsing C# (C-Sharp).



Jan
08

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. […]

Tags: ,
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. […]

Tags: , , ,
Filed Under: SharePoint 2007, C# (C-Sharp)
Comments: Comments Off on Create custom Columns & Content Types in SharePoint 2007 (MOSS) using C#





Jun
02
clip_image001

This article helped me a great deal in programming this little application I’m building with C#. It was written by Ali Badereddin. RSS Feed from: http://mycodelog.com/2010/02/11/busy/ There are two very common ways of telling the user that your application is busy. One is to show a progress bar that gets updated based on the progress […]

Tags: , ,
Filed Under: C# (C-Sharp)
Comments: Comments Off on C# Windows Form is Busy (Waiting Cursor and Progress Bar)