decarufe

Stories submitted by decarufe

Getting access to Settings in another project(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

One of the new cool features of Visual Studio 2005 is the new property editor. With this property editor you can easily add setting to your application. But ther is a problem the way its impelemented. Let me explain you why. read more...

add a comment |category: |Views: 15

tags: another

New SQL to XML in SQL Server 2005, no more FOR XML EXPLICIT(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

Did you ever try to spit out XML data from a SQL database? Of course you can use the “FOR XML AUTO” clause but it will throw you something like this: read more...

add a comment |category: |Views: 7

tags: another