|
Kalamazoo X Conference April 2010 - The Kalamazoo X Conference 2010 will be held April 10, 2010.
The X Conference is a one-day software development conference hosted in beautiful Southwest Michigan. While there are many great technical conferences in the region, their focus tends toward new technologies and programming languages. The Kalamazoo X Conference intends to uniquely complement those conferences by enabling [...]
|
|
West Michigan SQL Server Users Group Meeting - Location: Blue Granite Corporate Offices (directions) Also to be broadcast via Microsoft Live Meeting. Call Information listed below if attending via Livemeeting. Date: Tuesday 1/26/2010 Time: 6:00pm – 8:00pm
6:00pm – 6:30pm Welcome Mixer / Pizza / Beverages
6:30pm – 6:45pm General Announcements / WMSSUG Business
6:45pm – 7:45pm Presentation and [...]
|
|
Windows “God” mode - SQL Dennis points out that Windows 7 as well as Vista has a god mode.
Basically you add a new folder to your desktop and name it GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}. After that is done you will see a new icon on your desktop, which gives you access to most, if not all, Windows settings in one place.
See [...]
|
|
Create a CSV file from Dataset - First Declare a form level Dataset
Public Class frmCSV
Dim ds As New DataSet
Next connect to your data source and build your dataset. In this case I am going to build one on the fly with this
Private Sub BuildDS()
Dim dt As New DataTable
Dim [...]
|
|
A Function to extract the "name part" of an email - A handy little function to remove the name part of an email address.
Public Class Form1
Public Function getNameFromEmail(ByVal strEmail As String) As String
' This purpose of this function is to return the
' name part of an [...]
|
|
Photoshop for the iPhone - This a nice little application that allows you to edit iPhone photos on the fly. It includes a simple toolbar-style drop-down menu that lets you choose from a list of editing tools and effects. There is an option to set up an online account at Photoshop.com but it can be used with your own library [...]
|
|
Real World Azure - Real World Azure presented by Dave Bost
What is the Windows Azure Platform? How can I take advantage of the Windows Azure Platform to scale my applications? We will answer these questions and more as we dive into the parts of the Windows Azure Platform and why it is the best cloud computing platform for .NET [...]
|
|
Security Essentials - About Microsoft Security Essentials
Microsoft Security Essentials provides real-time protection for your home PC that guards against viruses, spyware, and other malicious software.
Microsoft Security Essentials is a free* download from Microsoft that is simple to install, easy to use, and always kept up to date so you can be assured your PC is protected [...]
|
|
XAML Power Tows - Karl on WPF released the 5.0 version of the XAML Power Toys a little over a week ago. Down load here.
|
|
Sparks will fly - Scott Gu announces the launch of a the new WebsiteSpark program from Microsoft. It enables independent wed developers and companies to get software, support and business resources from Microsoft at no cost for three years, and enables you to expand your business and build great web solutions using Microsoft Technologies.
This program joins the BizSpark [...]
|