Must-Learned Semantic Tools

One of my interests is in Semantic Web. The following tools are great if you already know .NET, C#, RSS and RDF, and want to do more with Semantic Web.
Semantic Web/RDF Library for C#/.NET
SemWeb is my Semantic Web/RDF library written in C# for Mono or Microsoft’s .NET 1.1/2.0. The library can be used for reading [...]

Microsoft Silverlight for Developers

Date/Time:
Wednesday, January 30, 2008 6:00 PM - Wednesday, January 30, 2008 8:00 PM

Language(s):
English.

Product(s):
Other

Audience(s):
Architect,Developer,Other

Event Overview

 Abstract
Microsoft® Silverlight™ is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that supports AJAX, VB, C#, Python, and Ruby, and [...]

Date and Time Format Patterns

I always forget how to format Date and Time in .NET whenever I need to use it, but fortunately there are Google and ASPAlliance.
Date and Time Format Patterns
All the patterns:
0    MM/dd/yyyy    01/23/2008
1    dddd, dd MMMM yyyy    Wednesday, 23 January 2008
2    dddd, dd MMMM yyyy HH:mm    Wednesday, 23 January 2008 16:38
3    dddd, dd MMMM yyyy hh:mm [...]

ASP.NET ViewState Helper

From BinaryFortressSoftware:
ASP.NET ViewState Helper is designed to help all web developers, but has specific features to help ASP.NET developers track ViewState issues. Analyze your web pages in real-time while you browse them using Internet Explorer 6.0 or higher. As you can see in this Screen Shot, ASP.NET ViewState Helper gives you very detailed information to [...]

Matrix Derived from 2 DataTables

My latest project required the creation of a matrix derived from two DataTables, DT1 and DT2, returned from two separate stored procedures. It was an interesting problem and took me a couple days to come up with a solution. Basically, I had to create a temporary table or matrix, DT, with the top row being [...]

MSDTC Not Installed on New Dell Computers

I had this issue when I ran IIS for the first time:

The server failed to load application ‘/LM/W3SVC/1/ROOT’. The error was ‘Class not registered’.
The problem was Dell did not install the MSDTC, which is the Microsoft Distributed Transaction Coordinator, and I found the solution at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=881749&SiteID=1.
Basically here are the steps that I took to [...]

aspnet_regiis -i

Use the following commands to either register for the first time or re-register your ASP.NET with IIS.
For ASP.NET version 1.1.4322:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis -i
For ASP.NET version 2.0.50727:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i