Posted on January 25, 2008 by thekhuc
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 [...]
Filed under: .NET, AJAX, ASP.NET, ASP.NET 3.5, Events, Microsoft, Silverlight | No Comments »
Posted on January 23, 2008 by thekhuc
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 [...]
Filed under: .NET, ASP.NET, ASP.NET 2.0 | No Comments »
Posted on December 12, 2007 by thekhuc
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 [...]
Filed under: ASP.NET, ASP.NET 2.0, Tutorials and Tricks | No Comments »
Posted on April 5, 2007 by thekhuc
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 [...]
Filed under: ASP.NET, Work | No Comments »
Posted on March 29, 2007 by thekhuc
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 [...]
Filed under: ASP.NET, ASP.NET 2.0, IIS, Tutorials and Tricks | No Comments »
Posted on November 23, 2005 by thekhuc
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
Filed under: ASP.NET, ASP.NET 2.0, Tutorials and Tricks | No Comments »