Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Category: CSharp

Get Windows Shortcut (.lnk) Details

Posted on March 17, 2016 By David Kittell

The below will help you get the full path of a Windows shortcut (.lnk) in your program. The below examples specifically create a command-line executable file but you could use the function in your program just as well. View the full code in GitHub at https://github.com/dkittell/lnk-parser VB.Net example converted from…

Read more

C# – Windows Phone 8 – SMS Via Program

Posted on December 1, 2015February 12, 2016 By David Kittell

GitHub: https://gist.github.com/dkittell/025bfa7e07b7a052eee6 Reference/Credit: http://abundantcode.com/how-to-send-sms-in-windows-phone-8-programatically-using-c/

Read more

System.Globalization String Format

Posted on June 24, 2015October 26, 2015 By David Kittell

Recently I was asked to format a string into a different format, after some discussion they wanted the integer 500000 to show in a format attributed to India that looks like 5,00,000 The code below shows how best to convert the number, to see the code in action go to…

Read more

Proxy Switch

Posted on June 18, 2015October 26, 2015 By David Kittell

Recently had a need to be able to switch on/off proxy at will and got tired of going to Internet Explorer options to set/change it. Hopefully someone else will get benefit from this nice tool. Open Visual Studio File -> New Project -> Visual C# – Windows -> Windows Forms…

Read more

JSON From Web

Posted on June 18, 2015October 26, 2015 By David Kittell

Use NuGet, search and install “Json.net” from Newtonsoft Visit json2csharp.com with the sample Json formatted text. json2csharp will create the public class for your json file/text Paste your Json text into the text box and click on the “Generate” button Copy the generated class into your code Create a dataGridView…

Read more

C# GetData DataSet Function

Posted on May 21, 2015October 26, 2015 By David Kittell

Great for populating just about anything you can databind.

Read more

Execute SQL

Posted on April 20, 2015October 26, 2015 By David Kittell
Read more

Google Maps API XML

Posted on April 9, 2015 By David Kittell

This will get you the latitude and longitude of an address. Note: After testing you should add you’re specific Google API key.

Read more

Send Authenticated Email – Console Application

Posted on March 19, 2015October 26, 2015 By David Kittell

Depending on your needs I would put the email settings in an app.config file rather than in the exe but for testing this will do what it needs to.

Read more

AES Encrypted SSO

Posted on March 12, 2015March 31, 2017 By David Kittell

Passing information between one site and another is becoming more and more common but how can you do it without exposing confidential data? Below are some examples of how you can encrypt text and then decrypt it on the other end. C# to C# Once you get to the destination…

Read more
  • 1
  • 2
  • …
  • 9
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes