.NET Framework
-
GitHub Copilot in Visual Studio
2025-11-20 by Joshua BylotasDiscover how GitHub Copilot in Visual Studio is transforming the way developers learn and build software. From accelerating coding tasks to teaching best practices, Copilot is more than an AI assistant—it’s a mentor for the next generation of programmers.
Read More -
Azure - Copy Virtual Network - Step One
2015-01-25 byA Tutorial on how to copy an entire azure virtual network with a subscription to a new environment for testing, training or QA. The goal here is no down time.
Read More -
Custom Modal - Javascript
2014-03-27 byThis JavaScript implementation of the modal dialog allows you to show a modal dialog using Ajax with a wait timer and pass in a save Callback so that your popup is simply a view in the project and does not require custom code for each AJAX call. The openModal Method will provide the interaction with the underlying JavaScript code.
Read More -
HTC Touch Diamond C# Implementation
2012-03-23 byThe HTC Touch Diamond has an SDK for its sensor that was created by a user on blog.enterprisemobile.com. The SDK that was created allows you to access all of the movements of the HTC Diamond from a G-Sensor Perspective. This provides some extensions to the SDK.
Read More -
Downloading File in .NET CF
2012-03-23 byThis sample provides you with a method to download a file via the .NET compact Framework
Read More -
Reading a CSV
2012-03-23 byReading a CSV using an OLEDB Adapter uses very generic drivers allowing it to run on many different platforms/.NET versions without changing code.
Read More -
Spell Check in a Web Service
2012-03-23 byHave you ever needed to preform a spell check operation from a web server? Here is an implementation that uses Micorsoft Word on a web server as opposed to Word needing to be installed on the client.
Read More -
Silverlight Controls in .NET Windows Form
2012-03-23 byDid you know it is possible to have a standard (legacy) windows forms application with a WPF user control. I will tell you how.
Read More -
Google Maps - Get Map Position using GPS
2012-03-23 byThis post will show you how to gather some information using the GPS API from the Windows Mobile device. This will then allow a user to download the 640x640 map from Google's Static Map Service with the center location as the current position of the GPS Device. This is an interim solution until Google Maps supports the ability to use the Map service without Javascript having to be enabled.
Read More -
Training Video - Creating a Windows Mobile Application - The Basics
2012-03-18 byThis video will show you how to create a windows mobile using Microsoft Visual Studio 2008. This will work for any Windows Mobile device and will provide the what you need to get started with development for the WM devices.
Read More -
Turning a Data Page into RSS - LINQ Data Source
2012-03-18 byTaking a page that uses a linw Data Source and exposing it as an RSS feed can allow you to reach new audiences. RSS allows users to subscribe to content in other applications and view updated information. This tutorial will show you haw to use a LINQ data source and expose an RSS feed using the same page that displays the data to the normal web browser.
Read More -
WIP - Remote Keyboard
2012-03-18 byThis uses quite a bit of different technologies to present a user with a keyboard from a remote device that will activate a computer monitor. Kind of like using a network connected device to control a computer like VNC or Remote desktop, but allowing full API interaction with the actual monitor using Windows Communication Foundation and Services for Windows Mobile Device and any other device that can connect to a LAN.
Read More