posts - 374, comments - 606, trackbacks - 112,
Dan Bartels online engineering logbook... Items that I find useful organized for my use, and indexed by google for yours. Here you can find information about Microsoft C# programming, SQL SERVER 2005, Telligent Systems CommunityServer, Dot Net Nuke, Windows Vista / Longhorn, and just about anything else that would compel me to type.

News

What I am Reading:


Professional Community Server

Past books can be viewed on:

Post Categories

Archives

Coding Techniques

Coding Tools

Community Sites

Deal Finders

Friends Businesses

Microsofties

Smartphones

Utilities

my blogmap

2005 - VS2005 and SQL2005 (RSS)

VS2005 and other Whidby topics

Extracting ExtendedAttributes via SQL
In Community Server, several of our classes derive from the ExtendedAttributes class. This class creates a list of name value pairs on the class, and is picked off by our data layer and stored into two NTEXT columns in the table, PropertyNames, and PropertyValues. Read More...

VS2005 SP1 Update for Vista
Microsoft has released a special version of the VS2005 SP1 update for PC's running Vista. There are several well known compatability issues between VS2005 and Vista... " During the development of Windows Vista, several key investments were made to vastly Read More...

Is Vista Ready To RTM
Vista is set to RTM this month (October) but as a tester, I find myself wondering if its really ready; my initial reaction was a quick "no way". Upon further reflection though I see the need for this move. I am using Vista on my main systems, and have Read More...

Vista and Office 2007 Beta 2 Builds Released
This morning, Microsoft has released the official Vista Beta 2 (build 5384) to both connect beta participants and the MSDN subscribers. While a preliminary build of this release (5381) was made available to beta testers earlier this month, this release Read More...

Resharper 2.0 Released (finally)
What a wait... well its nice to see it finally made it to release... I am not a very patient person, so I really appreciated the betas... but its nice to finally have something stable. http://www.jetbrains.com/resharper/ Dan Read More...

TSQL - Find the names of auto named dependencies
Have you ever found yourself looking to find the names of those auto created dependencies, so you could script against a table... maybe remove a null constraint you forgot to name in your create scripts or something? Here is the magic. SELECT s.name AS Read More...
Attachment(s): DropColumnWithConstraint.sql

VS2005 Spellchecker for ASP.NET
One of my fellow Telligenti ( Rich Mercer ) alerted me to a new addon for Visual Studio 2005, by Mikahil Arkhipov which embeds the Office 2003 spell checker in VS. It is smart enough to only spellcheck the human readable portions of the XML (HTML) doc. Read More...

Resharper 2.0 Preview available for VS2005
A buddy of mine alerted me to the fact that there was a stable build of ReSharper 2.0 for VS2005 available via JetBrains EAP... The release has been updated 3 times in the last week, so it looks like they are getting closer... it still seems to hate you Read More...

CS2 Search Breaks when updating sites from ASPNET 1.1 to 2.0
One of our community developers Jayson Knight posted about a key Gotcha with CS Standard Search when running under ASPNET 2.0 http://jaysonknight.com/blog/archive/2006/02/26/7344.aspx Basically the String.GetHashCode algorithm has changed between ASPNET Read More...

Shortening Control IDs in Hyperlinks
I am a big fan of direct navigation on web pages, and to that end, I find myself using a fair amount of asp:hyperlink controls. The problem I ran into was that the ASP.NET generated control id's for these controls was becoming a significant portion of Read More...

Microsoft Acrylic gets a name - Microsoft Expression
Those who have been playing with the Acrylic betas will note that the October CTP installs itself as Microsoft Expression... And for those slackers at the Milwaukee INETA group that were insisting that Acrylic had nothing to do with XAML check out: Acrylic Read More...

VS 2005 Primer - MSDN Releases 101 Samples
Microsoft has released an updated version of its 101 samples pack for visual studio ( they had released this one for 2003 ). If you have more time than I do... You should download this and check it out... The samples are designed and have been tested Read More...

Putting back the ASP.NET tab in IIS after installing B2 Framework
After you install the B2 ASP.NET framework, you might notice that the nifty ASP.NET tab in IIS that let you choose the framework version for the current site is missing... Apparently this is due to a bug in the beta 1 uninstall... The fix is to remove Read More...

Windows x64 IIS 6 running 32-bit App Pools
Ryan Hoffan posted this about a week ago... Internet Information Services in Windows x64 is 64-bit. This means, if you want to run 32-bit ISAPI DLLs with IIS6 on Windows x64, you'll need to apply a small tweak. Open up a Command Prompt window, and type Read More...

64bit? Are you ready?
So big Iron (IBM) has been there and done that and moved on, along with all of the super computer manufacturers, but now this technology has filtered through the Workstations Space (like SUN) and even high end MAC's (With the 64bit PowerPC CPU) and down Read More...
More Posts Next page »
 
Powered by Community Server (Commercial Edition), by Telligent Systems
powered by god (with a little help from Telligent Systems - Community Server 2.1)