mwhouser

Stories submitted by mwhouser

Where Do Programmers Find Visual Designers?(insidercoding.com)

submitted by mwhousermwhouser(210) 2 years, 10 months ago

This aticle is a request for comments and provides some thoughts on where programmers without graphics abilities can find graphic designers for their ASP.NET, WPF, or MFC projects. read more...

add a comment |category: |Views: 16

tags: another

How to Access a COM Indexed Property from C#(insidercoding.com)

submitted by mwhousermwhouser(210) 2 years, 11 months ago

This article describes how to access an Indexed Property in a COM object from C#. read more...

add a comment |category: |Views: 14

tags: another

Choosing an ASP.NET Web Host(insidercoding.com)

submitted by mwhousermwhouser(210) 2 years, 11 months ago

This article describes some of the things to look for when selecting an ASP.NET host for your web applications. read more...

add a comment |category: |Views: 6

tags: another

Adding MFC to an ATL EXE Project(insidercoding.com)

submitted by mwhousermwhouser(210) 2 years, 11 months ago

This article documents what's needed to be done to add MFC to an existing ATL EXE project in Visual Studio 2008. read more...

add a comment |category: |Views: 12

tags: another

Compiler Optimizations(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 4 months ago

This article describes the observances of the author when working with the C++ compiler and function return values. read more...

add a comment |category: |Views: 7

tags: another

Tutorial: How to Get a List of Available Network Interfaces(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

This article describes how to get a list of network connections and their status (up/down, IP address, etc.). read more...

add a comment |category: |Views: 34

tags: another

What I Learned About Silverlight, Part 2(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

This article describes some of the issues found while creating a Silverlight application It is a continuation of Part 1. read more...

add a comment |category: |Views: 6

tags: another

What I Learned About Silverlight, Part 1(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

This article describes some of the issues around creating a Silverlight application and some workarounds. Part 1. read more...

add a comment |category: |Views: 9

tags: another

Yet Another Photo Gallery in Silverlight(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

A running demo of another photo gallery done in Silverlight. A link to downloadable source code is available. read more...

add a comment |category: |Views: 236

tags: another

Migrating from VC6 to VC9(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

This article describes the author's experiences migrating his application from VC6 to VS2008. It lists some of the issues the author faced and how they were resolved. read more...

add a comment |category: |Views: 109

tags: another

Tutorial: Reading Local Files in Silverlight(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

This article is a follow up to a previous article about reading local files from the hard drive in Silverlight. It describes the process of selecting a file to open and reading the file from a System.IO.Stream. read more...

add a comment |category: |Views: 96

tags: another

LINQ(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

This article is an introduction to LINQ and includes samples of using with in-memory data sources. read more...

add a comment |category: |Views: 13

tags: another

Silverlight Toolbar Demo(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 5 months ago

This article describes creating a toolbar in Silverlight 2 Beta 2 and includes a demo. read more...

add a comment |category: |Views: 2117

tags: another

Anonymous Types(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 6 months ago

This article introduces Anonymous Types in C# to the reader discussing what can and cannot be done with them. read more...

add a comment |category: |Views: 9

tags: another

Tutorial: Reading and Writing Files in Silverlight(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 6 months ago

This tutorial demonstrates how to read and write to the local storage in Silverlight 2 Beta 2. read more...

add a comment |category: |Views: 56

tags: another

Deparallelizer 1.0(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 6 months ago

This article describes a utility (including source) to clean up the confusing logs from a command-line build using Visual Studio's parallel builds. read more...

add a comment |category: |Views: 6

tags: another