Categories
08,February,2007
» 02
SYSK 283: Use Caution When Using ‘Short’ Data Type in Enumerated Types
AppDev: Something You Should Know by Irena Kennedy
Consider the following innocent looking code: [System.Runtime.Serialization. DataContract ] public enum TestEnum : short { [System.Runtime.Serialization. EnumMember ] Undefined = 0, [System.Runtime.Serialization
Filed under CSharp | on 2007 Feb 08
Standalone XQuery Implementation in .NET?
Microsoft XML Teams WebLog
XQuery 1.0 and XPath 2.0 are now W3C Recommendations, thanks in part to the contributions of several Microsoft employees over the years. An earlier draft of the XQuery specification is supported in SQL
Filed under XML/XSLT | on 2007 Feb 08
Simple RSS reader class in C#
.NET slave
Update February 11th . The class now updates every feed in the cache asynchronously and automatically. On the login screen of Headlight , we are soon adding news updates so that our customers can see what
Filed under CSharp | on 2007 Feb 08
A common user-interface feature is to select the contents of a text-box when the textbox gets focus. The CF textbox control doesn't do this by default but it's not difficult to add with managed code. While
Filed under ASP.NET | on 2007 Feb 08
Pages: 1
» 02