Sign in
|
Join
|
Help
in
Aaron Zupancic's Blog
User Group Member Blogs
(Entire Site)
Utah .NET User Group
Home of Utah's professional .NET developers.
Home
Calendar
Sponsors
Blogs
Forums
Photos
Downloads
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
.NET Regular Express Assembly Builder Tool (v2.0.0.3)
Caution: Avoid Using SELECT * in a SQL View
Utah .NET User Group - Silverlight 2
Mysterious 32-bit on 64-bit Registry Redirection Dilemma
Battling SQL User Instance failures to start
Tags
.NET
ASP.NET
C#
CRM 4.0
DasBlog
Database
Debugging
facebook.com
Journal
PDC 2008
Reflection
Regular Expressions
Security
Silverlight
SQL Server
Team Foundation Server
Utah .NET User Group
Utilities
Virtual PC
Visual Studio
Web
Archives
December 2008
(4)
November 2008
(1)
October 2008
(2)
September 2008
(3)
August 2008
(5)
July 2008
(2)
June 2008
(7)
May 2008
(3)
April 2008
(4)
March 2008
(4)
February 2008
(4)
January 2008
(5)
December 2007
(4)
November 2007
(2)
October 2007
(6)
September 2007
(2)
August 2007
(3)
July 2007
(5)
June 2007
(6)
May 2007
(6)
April 2007
(2)
Aaron Zupancic's Blog
.NET Regular Express Assembly Builder Tool (v2.0.0.3)
A few weeks ago I made some updates to my Regular Expression Assembly Builder that I wrote some time back. These updates have long been requested by users and I finally carved out some time to get them implemented. These are the new features in verion...
Posted
Dec 23 2008, 10:21 AM
by
Zupancic Perspective (v2.0)
Filed under:
C#
,
Regular Expressions
,
Utilities
Caution: Avoid Using SELECT * in a SQL View
Suppose you have a table (tblDemo) and a view (vwDemo) over that table that joins tblDemo to another table to retrieve their results. The view might resemble the following: CREATE VIEW vwDemo AS SELECT d.*, o.OtherField01, o.OtherField02 FROM tblDemo...
Posted
Dec 22 2008, 05:47 PM
by
Zupancic Perspective (v2.0)
Filed under:
SQL Server
Utah .NET User Group - Silverlight 2
I had a lot of fun preparing for and presenting on Silverlight 2 at the Utah .NET User Group the other night. It was a great evening. Thanks to all that come out to participate and help bolster the .NET development community. :) Read More...
Posted
Dec 13 2008, 11:14 PM
by
Zupancic Perspective (v2.0)
Filed under:
Utah .NET User Group
,
Silverlight
Mysterious 32-bit on 64-bit Registry Redirection Dilemma
Alright, this has been a downright stumper and I'm currently at a loss. For this reason, therefore, I'm opening up to the community to see if anyone out there has any recommendations to this dilemma. The issue revolves around running a 32-bit...
Posted
Dec 09 2008, 07:37 PM
by
Zupancic Perspective (v2.0)
Filed under:
C#
,
.NET
,
Debugging
,
Visual Studio
Battling SQL User Instance failures to start
This evening, I upgraded an installation of SQL Server Express 2005 to its 2008 counterpart because I have a few small websites that I've developed that rely on SQL User Instances. The upgrade was smooth enough, but I was promptly and unexpectedly...
Posted
Nov 04 2008, 04:00 AM
by
Zupancic Perspective (v2.0)
Filed under:
ASP.NET
,
SQL Server
,
Web
,
Database
PDC 2008 - Day 01 (Silverlight 2.0)
I arrived to PDC 2008 (Professional Developers Conference) in Los Angeles, California yesterday and I can honestly say that the women have it lucky in one regard: no bathroom lines. :) Today I had the opportunity to attend a great pre-conference session...
Posted
Oct 26 2008, 09:26 PM
by
Zupancic Perspective (v2.0)
Filed under:
PDC 2008
,
Silverlight
The Case of the Invalid Action in Microsoft CRM 4.0
When I awoke this morning I was greeted with a high priority email indicating that our CRM server down. I promptly discovered that we were receiving a very descriptive "Invalid Action: The selected action was not valid" error message. I quickly...
Posted
Oct 08 2008, 11:06 AM
by
Zupancic Perspective (v2.0)
Filed under:
CRM 4.0
UCNUG Meeting - Wednesday Sept 17, 2008
Tomorrow night I have the opportunity to speak at the monthly Utah County .NET User Group meeting. Here's a synopsis of the talk: Delving Into the WinForms Control Designer Experience The .NET framework makes writing WinForms controls accessible to...
Posted
Sep 16 2008, 12:36 PM
by
Zupancic Perspective (v2.0)
Filed under:
Visual Studio
,
Utah .NET User Group
Resolving Localized System Account Names
When granting database permissions to built-in security accounts you need to be aware of potentially localized account names. Just this past week I ran into an issue when attempting to execute a SQL Server database script on a German server OS. The database...
Posted
Sep 07 2008, 07:08 PM
by
Zupancic Perspective (v2.0)
Filed under:
C#
,
SQL Server
,
Security
Watch How and When You Check For Windows Themes
I ran across some interesting (read 'unexpected) behavior the other day when writing a .NET WinForms control. This particular control has some logic that executes if and only if the host OS has visual themes enabled. In order to check for the existence...
Posted
Sep 01 2008, 11:50 PM
by
Zupancic Perspective (v2.0)
Filed under:
C#
,
Visual Studio
Registering Design-Time Changes Programmatically in Custom .NET Controls
I've been putting together a nice little WinForms Wizard control recently that had a few twist and turns to its development. In particular, I wanted to make the design-time experience a good one for the end user. I wanted to support design-time navigation...
Posted
Aug 28 2008, 07:47 PM
by
Zupancic Perspective (v2.0)
Filed under:
C#
,
Visual Studio
Using an SGEN.exe MSBuild task in TFS Build
Earlier this year I posted an article demonstrating how to use the SGEN.exe utility to generate a serialization assembly. The article identified how to create a custom MSBuild task by editing the project file (e.g., csproj). I've recently come to...
Posted
Aug 26 2008, 01:06 PM
by
Zupancic Perspective (v2.0)
Filed under:
Team Foundation Server
,
Visual Studio
Repairing TFS's Team Explorer Build Node in Visual Studio 2008
I've had an issue on two computers (my primary development machine and a virtual pc dev box) which I was finally able to solve today after many hours of frustrated searching and experimenting. Interestingly, this issue only affected my two machines...
Posted
Aug 17 2008, 11:34 PM
by
Zupancic Perspective (v2.0)
Filed under:
Team Foundation Server
,
Visual Studio
VS 2008 SP1 Fixes Missing .resources Issue
I upgraded my Visual Studio 2008 installation the other day to SP1 and everything went beautifully. One of the issues that Microsoft fixed centered around the naming of embedded binary resource files. Traditionally, binary resource files have an extension...
Posted
Aug 14 2008, 04:27 PM
by
Zupancic Perspective (v2.0)
Filed under:
Visual Studio
Succumbing to Peer Pressure
I finally gave in (for better or for worse) and signed up on facebook.com this past weekend. I've always had an aversion to such social networking sites for one reason or another. In fact, facebook.com and myspace.com have long been blocked on my...
Posted
Aug 05 2008, 01:18 AM
by
Zupancic Perspective (v2.0)
Filed under:
facebook.com
,
Journal
More Posts
Next page »
Copyright © 2000-2007, Utah .NET User Group