WPF Image ControlThe Image control allows you to display pictures inside your applications. The Source property, which points to specify […] April 13, 2020 in WPF tagged image / picture / control / graphic / dialog / open / pic / openfiledialog / file by Mike
WPF Image BrushesMicrosoft says: “An ImageBrush paints an area with an image, with the image to paint coming from an […] April 12, 2020 in WPF tagged image / brush / paint / ImageSource / file / WPF Brushes by Mike
C# PDF LibraryIn the Visual Studio Marketplace there is a Free .NET PDF Library called Free Spire.PDF for .NET. It […] January 11, 2019 in C# tagged library / PDF / file / files by Mike
C# Write File with EncodingThis post is about encodings and the writing of text files from C#. The code listing below writes […] January 6, 2019 in C# tagged ascii / file / unicode / write / utf8 / encode / C# Files Directories by Mike
C# FilesWorking with files and directories is perhaps one of the easier things to do in C#. Because files […] May 13, 2018 in C# tagged file / files / C# Files Directories by Mike
DOS Command to Append Text to a FileYou may have a need to append some text to a file. Suppose you have an existing file […] June 1, 2017 in Windows tagged text / DOS / sql server / xp_cmdshell / output / echo / >> / log / file / save / redirect / append / DOS by Mike
SQL Server Move Data to a File Part 13 April 9, 2017 in SQL Server tagged move / export / file / sql / SQL CSV XML Project by Mike
SQL Server Check If File ExistsIn this post we will review a function that we have used in another post. This SQL Server […] April 9, 2017 in SQL Server tagged file / exists by Mike
SQL Server Exporting Data Programatically with bcp and xp_cmdshellMany times you may find that you need to take some data in a table or tables and […] February 28, 2017 in SQL Server tagged file / sql / bcp / xp_cmdshell / output by Mike
SQL Server Exporting a Table to a Text File Part ...This post continues from the first part. In this example the directory has a space in it so […] February 27, 2017 in SQL Server tagged table / export / file / sql by Mike
DOS Command to Merge FilesYou may have the need to merge together a few files into one file. Merging text files into […] January 26, 2017 in Windows tagged file / command line / text / combine / merge / copy / DOS by Mike
C# FilestreamReading and writing files is an essential part of many programs. There is also creating and deleting files, […] April 4, 2016 in C# tagged file / files / read / write / stream / filestream / C# Files Directories by Mike