﻿<?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 .Net</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged .Net posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><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>CLR Inside Out: Writing Reliable .NET Code</title><description>When we talk about something being reliable, we're referring to it being dependable and predictable. When it comes to software, however, there are other key attributes that must also be present for the code to be considered reliable.</description><guid>http://www.sqlservercentral.com/redirect/articles/61562/</guid><pubDate>2007/12/07</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61562/</link></item><item><title>Data Points: Data Binding in WPF</title><description>With WPF, you can perform data manipulation using Microsoft&amp;#174; .NET Framework code, XAML, or a combination of both.</description><guid>http://www.sqlservercentral.com/redirect/articles/61561/</guid><pubDate>2007/11/28</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61561/</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>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>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>.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>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><item><title>CLR: Digging into IDisposable</title><description>One of the major productivity benefits that the common language runtime (CLR) offers developers of managed code is that the garbage collector (GC) makes sure any memory allocated on the managed heap is cleaned up after it is no longer needed.</description><guid>http://www.sqlservercentral.com/redirect/articles/3076/</guid><pubDate>2007/07/13</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3076/</link></item><item><title>Debugging Stored Procedures in Visual Studio 2005</title><description>This article walks through the basics of debugging stored procedures using Visual Studio 2005. It covers breakpoints, watches and stepping through code.</description><guid>http://www.sqlservercentral.com/redirect/articles/3056/</guid><pubDate>2007/07/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3056/</link></item><item><title>Gathering RSS Feeds using Visual Studio and RSS.NET</title><description>If you would like to learn how to build and customize your very own Windows service to retrieve posts from multiple RSS feeds, and then store those posts in a SQL Server database, let John Papa guide you through his tutorial.</description><guid>http://www.sqlservercentral.com/redirect/articles/3013/</guid><pubDate>2007/05/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3013/</link></item><item><title>Use SqlBulkCopy to Quickly Load Data from your Client to SQL Server</title><description>The .NET Framework 2.0 introduces a very handy new class in the System.Data.SqlClient namespace called SqlBulkCopy that makes it very easy and efficient to copy large amounts of data from your .NET applications to a SQL Server database. You can even use this class to write a short .NET application that can serve as a &amp;#34;middleman&amp;#34; to move data between database servers.</description><guid>http://www.sqlservercentral.com/redirect/articles/2991/</guid><pubDate>2007/05/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2991/</link></item><item><title>Dynamic Images and Databases</title><description>Should you store dynamically generated web-site graphics in a database or is the file system the better option? Dino illustrates how to make this decision in ASP.NET</description><guid>http://www.sqlservercentral.com/redirect/articles/2961/</guid><pubDate>2007/04/17</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2961/</link></item><item><title>Regular Expression Based Token Replacement in ASP.NET</title><description>Damon Armstrong presents an extremely powerful and flexible token replacement mechanism for your ASP.NET applications. It is based on regular expressions so allows you to search for dynamic text, instead of just a static token, in a given string.
</description><guid>http://www.sqlservercentral.com/redirect/articles/2813/</guid><pubDate>2007/01/26</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2813/</link></item><item><title>Part 1: Developing an object oriented database in less than 140 lines </title><description>One of the best benefits of the .NET Framework over lower level programming is that it enables developers to create very complex, custom solutions, without writing low-level code. Zach Smith explores how you could take advantage of the built-in .NET Framework functionality to develop a simple object oriented database in less than 140 lines of code.</description><guid>http://www.sqlservercentral.com/redirect/articles/2811/</guid><pubDate>2007/01/19</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2811/</link></item><item><title>Gathering Metrics with SMO</title><description>Keeping track of the performance of your SQL Servers requires metrics. There are many methods for doing this, but some type of automated process is essential these days with DBAs managing many servers. New author Allen White brings us a technique for doing this using SMO, the replacement for DMO in SQL Server 2005.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/2692/</guid><pubDate>2006/11/22</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/2692/</link></item><item><title>The Enterprise Library for .NET Framework 2.0</title><description>What does a SQL Server developer care about the Enterprise Library? SQL Server guru David Poole is starting to work with .NET and brings us his perspective on what this library is and how it benefits those who develop against SQL Server.
</description><guid>http://www.sqlservercentral.com/articles/.Net/2559/</guid><pubDate>2006/08/21</pubDate><link>http://www.sqlservercentral.com/articles/.Net/2559/</link></item><item><title>Tuning .NET - Part One</title><description>As server-side .NET development becomes more prevalent, Application Performance Management tools are becoming available to fine-tune .NET applications. And, as in the past, it seems that the ability to build new and more sophisticated applications always stays ahead of the ability to manage them.</description><guid>http://www.sqlservercentral.com/redirect/articles/2539/</guid><pubDate>2006/08/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2539/</link></item><item><title>ConnectionStringBuilders in .NET 2.0</title><description>As a DBA you might not need to build connection strings for your servers very often, but developers certainly need to build these all the time and might contact you for help. Author Raj Vasant takes a look at the new capabilities of .NET 2.0, which can really help make this easier.
</description><guid>http://www.sqlservercentral.com/articles/.Net/connectionstringbuildersinnet20/2500/</guid><pubDate>2006/08/01</pubDate><link>http://www.sqlservercentral.com/articles/.Net/connectionstringbuildersinnet20/2500/</link></item><item><title>NET Application Architecture: the Data Access Layer</title><description>An in-depth, fully explained case study on how to design and create a data access layer for your .NET applications.
</description><guid>http://www.sqlservercentral.com/redirect/articles/2508/</guid><pubDate>2006/07/24</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2508/</link></item><item><title>Announcing the Upgrade Your Game Arcade Machine Sweepstakes</title><description>Enter to win a Ms Pacman/Galaga arcade machine when you download and register a free version of Microsoft Visual Studio Express Editions (free learning resources included).</description><guid>http://www.sqlservercentral.com/redirect/articles/2478/</guid><pubDate>2006/07/03</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2478/</link></item></channel></rss>