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. […]
You are currently browsing the archives for the C# (C-Sharp) category.
Categories
Advertisement
Tags
backconnectionhostnames
custom column
default gateway disappears
disable shutdown event tracker
error opening exe
exe permissions
externalize blob
externalize sharepoint data
facebook spam
filezilla server
firewall rules filazilla
full installation
http redirect
https
https redirect
IIS
iis7
iis 7 installation
IIS installation
index server configuration
installing cumulative updates
load balance central administration
magic default gateway
missing default gateway
moss advanced search
nlb
no default gateway
powershell
redirect http to https
search column
sharepoint 2010 cumulative updates
sharepoint 2010 farm build
sharepoint 2010 farm configuration
sharepoint 2010 farm installation
sharepoint data externalization
shutdown event tracker
shutdown tracker
SMTP
storagepoint
Windows 7
windows firewall configuration
windows live messenger crash
windows server 2008
wlbs
x86
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#
|
Jun
02
|
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 […]
Filed Under: C# (C-Sharp)
Comments: Comments Off on C# Windows Form is Busy (Waiting Cursor and Progress Bar)