﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Programming</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Programming posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Free Encryption</title><description>Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.

</description><guid>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</guid><pubDate>2008/04/25</pubDate><link>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</link></item><item><title>File Handling A Different Way</title><description>A different way for file handling through SQL Server.</description><guid>http://www.sqlservercentral.com/articles/Programming/62487/</guid><pubDate>2008/04/22</pubDate><link>http://www.sqlservercentral.com/articles/Programming/62487/</link></item><item><title>Using VBScript to Automate Tasks</title><description>This article discusses why VBScript should be one of the tools you use to manage your server. Sample scripts show how to remove files over x days old and how to FTP files.



</description><guid>http://www.sqlservercentral.com/articles/Administering/usingvbscripttoautomatetasks/1171/</guid><pubDate>2008/03/07</pubDate><link>http://www.sqlservercentral.com/articles/Administering/usingvbscripttoautomatetasks/1171/</link></item><item><title>SQLCE Workshop IV - Integration with Visual Studio 2005</title><description>Continuing on with his series on SQL Server 2005 Compact Edition, regular author Jacob Sebastian takes a look at how Visual Studio fits into your SQL CE project.</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2005+Compact+Edition/61677/</guid><pubDate>2008/01/23</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2005+Compact+Edition/61677/</link></item><item><title>Accessing Data from a Mobile Application</title><description>Data access is an important aspect of developing applications with the Microsoft&amp;#174; .NET Compact Framework for Windows Mobile&amp;#174; devices. By using the existing architecture to send and receive data between your mobile application and your application server, you can pass data with either DataSets, custom objects, or scalar values.</description><guid>http://www.sqlservercentral.com/redirect/articles/61837/</guid><pubDate>2008/01/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61837/</link></item><item><title>XML IN 20 MINUTES!</title><description>This article will quickly dive head first right into XML.




</description><guid>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</guid><pubDate>2008/01/04</pubDate><link>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</link></item><item><title>Introduction to Bitmasking in SQL Server 2005</title><description>The use of bitmasking is usually limited to decoding values in the system views, but it can be useful in other places when you want to save space. New author Lee Everest brings us an introduction to bitmasking and its use in SQL Server 2005.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/2748/</guid><pubDate>2007/12/05</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/2748/</link></item><item><title>File Management with Scripting Object</title><description>Once you get familiar with the File Scripting Object (FSO), managing files in Access is not so bad--getting started is the painful part. To help you along, this month's download includes sample code for both Access (early bound) and VB Script (late bound).</description><guid>http://www.sqlservercentral.com/redirect/articles/61557/</guid><pubDate>2007/12/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61557/</link></item><item><title>SQL Server Connection Strings</title><description>Some common and not so common connection strings for the .NET SqlConnection object.  The article includes .NET sample code and some tricks to increase the supportability of your application.</description><guid>http://www.sqlservercentral.com/redirect/articles/61559/</guid><pubDate>2007/11/26</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61559/</link></item><item><title>Events in SharePoint 2007</title><description>Windows&amp;#174; SharePoint&amp;#174; Services (WSS) 3.0 offers developers many significant improvements for building custom business solutions based on SharePoint sites. One of the biggest developer-focused enhancements has to do with a new infrastructure for handling server-side events.</description><guid>http://www.sqlservercentral.com/redirect/articles/61427/</guid><pubDate>2007/11/23</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61427/</link></item><item><title>.NET Building Blocks: Build a Configurable Database Credential Selector</title><description>This handy control gives you everything you need to control how users input usernames, passwords, select servers, and choose connection types. </description><guid>http://www.sqlservercentral.com/redirect/articles/61418/</guid><pubDate>2007/11/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61418/</link></item><item><title>Create a Custom Test Interface Provider for Team Sytem</title><description>This article looks at fuzzy testing and how to build a provider for your own use.</description><guid>http://www.sqlservercentral.com/redirect/articles/61426/</guid><pubDate>2007/11/16</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61426/</link></item><item><title>Working With SqlParameter in .NET</title><description>Interacting with SQL Server from .NET is a radical change from the old OLEDB/ODBC method. Raj Vasant brings us some easy ways to work with parameters passed in with the ADO SQLCommand.


</description><guid>http://www.sqlservercentral.com/articles/.Net/workingwithsqlparameterinnet/2311/</guid><pubDate>2007/11/09</pubDate><link>http://www.sqlservercentral.com/articles/.Net/workingwithsqlparameterinnet/2311/</link></item><item><title>A Brief History of Programming, Part 1</title><description>In part 1 of his series on the history of programming, David Chisnall takes a look at some of the developments of the last few decades that have created the current crop of languages and discusses where they came from.</description><guid>http://www.sqlservercentral.com/redirect/articles/61414/</guid><pubDate>2007/11/02</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61414/</link></item><item><title>Linking Access to SQL Server</title><description>For quick and dirty work, sometimes Access is the best way to work with SQL Server. Andy Warren brings a basic tutorial on how you can link Access to your SQL Server tables to easily and quickly manipulate data.



</description><guid>http://www.sqlservercentral.com/articles/Access/linkingaccesstosqlserver/2176/</guid><pubDate>2007/11/02</pubDate><link>http://www.sqlservercentral.com/articles/Access/linkingaccesstosqlserver/2176/</link></item><item><title>ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control </title><description>This article shows how to retrieve both remote and local XML data and display it in a data Web control.</description><guid>http://www.sqlservercentral.com/redirect/articles/3170/</guid><pubDate>2007/09/10</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3170/</link></item><item><title>Browser Style Form Navigation</title><description>This article series features a demo app affectionately named Something Not Entirely Unlike Access, which employs a variety of methods to obfuscate the &amp;#34;Accessian&amp;#34; features. 
</description><guid>http://www.sqlservercentral.com/redirect/articles/3188/</guid><pubDate>2007/09/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3188/</link></item><item><title>Accessing and Updating Data in ASP.NET 2.0: Filtering Database Data wi</title><description>Learn how to retrieve just a subset of database data based on hard-coded values and values from the querystring, other Web controls on the page, session variables, and so on.</description><guid>http://www.sqlservercentral.com/redirect/articles/3169/</guid><pubDate>2007/09/03</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3169/</link></item><item><title>Getting Small: Building Lightweight Web Applications with Small-Footpr</title><description>Not every application needs a full-featured enterprise-scale database. In such cases, you can reduce costs and save resources by using a small-footprint database.</description><guid>http://www.sqlservercentral.com/redirect/articles/3198/</guid><pubDate>2007/08/29</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3198/</link></item><item><title>Accessing and Updating Data in ASP.NET 2.0: Accessing Database Data </title><description>This article shows how to use the SqlDataSource and AccessDataSource controls to query data from a relational database.</description><guid>http://www.sqlservercentral.com/redirect/articles/3168/</guid><pubDate>2007/08/27</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3168/</link></item><item><title>Building Wiki Web Sites with ASP.NET and SQL Server</title><description>You can easily build Wiki Web sites with ASP.NET and SQL Server and provide your teams with one of the most powerful ways of collaborating on the Web. </description><guid>http://www.sqlservercentral.com/redirect/articles/3187/</guid><pubDate>2007/08/23</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3187/</link></item><item><title>Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics</title><description>This article explores the concepts and advantages of data source controls, and compares their usage in ASP.NET 2.0 to data access techniques in ASP.NET 1.x.</description><guid>http://www.sqlservercentral.com/redirect/articles/3167/</guid><pubDate>2007/08/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3167/</link></item><item><title>.NET 3.5 Language Enhancements</title><description>LINQ may be getting the most attention in the forthcoming .NET 3.5, but there are also several new language features that add functionality and make life easier for the programmer. </description><guid>http://www.sqlservercentral.com/redirect/articles/3151/</guid><pubDate>2007/08/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3151/</link></item><item><title>AJAX Stock Symbol Drop-down List</title><description>A web look up of a huge list of stock symbols from an MS SQL database.</description><guid>http://www.sqlservercentral.com/redirect/articles/3100/</guid><pubDate>2007/07/30</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3100/</link></item><item><title>CLR: 9 Reusable Parallel Data Structures and Algorithms</title><description>This column is less about the mechanics of a common language runtime (CLR) feature and more about how to efficiently use what you’ve got at your disposal.</description><guid>http://www.sqlservercentral.com/redirect/articles/3078/</guid><pubDate>2007/07/27</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3078/</link></item><item><title>A T-SQL Regular Expression Library for SQL Server 2005</title><description>This article shows the reader how to construct a library of scalar and table valued functions for SQL Server 2005 to perform regular expression analysis.</description><guid>http://www.sqlservercentral.com/redirect/articles/3099/</guid><pubDate>2007/07/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3099/</link></item><item><title>ADO.NET Entity Framework Overview</title><description>ADO.NET in the next release of Visual Studio® code-named &amp;#34;Orcas&amp;#34; features the new Entity Framework.</description><guid>http://www.sqlservercentral.com/redirect/articles/3075/</guid><pubDate>2007/07/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3075/</link></item><item><title>CLR: Reflections on Reflection</title><description>Do you wish callers of your library could describe their types to you programmatically? Read a little about reflection in CLR Programming.</description><guid>http://www.sqlservercentral.com/redirect/articles/3077/</guid><pubDate>2007/07/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3077/</link></item><item><title>Microsoft Indexing Service HOW-TO</title><description>This article describes how to provide full text search using Microsoft Indexing Service in .NET applications.</description><guid>http://www.sqlservercentral.com/redirect/articles/3098/</guid><pubDate>2007/07/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3098/</link></item><item><title>SQL Agent - A Job Scheduler Framework</title><description>In this article, I&amp;#39;ll show you how to create a generic scheduler that runs on a Windows Service. The scheduler will be able to accept pluggable actions that we can develop later implementing a custom interface.
Background</description><guid>http://www.sqlservercentral.com/redirect/articles/3097/</guid><pubDate>2007/07/17</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3097/</link></item></channel></rss>