Tag: sql server

Community

Tame Those Strings

(Steve Jones) Recently I was working with some data and I needed to build some complex strings. However there was a catch. These strings would be used for for shell commands. I ran into an interesting problem that I solved one way, and then, while digging through BOL on another matter, I found a bet

Community

Sorting a DropDownList by Value

(Trent Miesner) The DropDownList control does not expose a sort method to sort items by either the value or the displayed text. Usually this is not a problem because the DropDownList will display the items in the order they were loaded into the control. Typically it’s easy enough to ensure the data

Community

The Java Connection

(Michael Otey) An estimated 8 million developers use Visual Basic (VB) 6.0—by far the most common language for writing SQL Server-based business applications. However, VB 6.0 isn’t the language of choice for many enterprise projects. VB 6.0 isn’t fully object oriented, and it relies on COM, can be d

Community

Understanding MSBuild in Longhorn

(Jesus Rodriguez) The concepts of the build engine have changed in the recent years. As part of the code name Longhorn Microsoft propose a new build system named MSBuild. MSBuild defines what are going to be build as well as how are going to be build. In this article we explore the main MSBuild conc