<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>c-sharp on Curtis Timson</title><link>https://hugo.curtiscode.dev/tags/c-sharp/</link><description>Recent content in c-sharp on Curtis Timson</description><generator>Hugo -- gohugo.io</generator><language>en-GB</language><lastBuildDate>Mon, 14 May 2012 00:00:00 +0000</lastBuildDate><atom:link href="https://hugo.curtiscode.dev/tags/c-sharp/index.xml" rel="self" type="application/rss+xml"/><item><title>Strongly typed Stored Procedure names in C#</title><link>https://hugo.curtiscode.dev/post/c-sharp/strongly-typed-stored-procedure-names-in-c-sharp/</link><pubDate>Mon, 14 May 2012 00:00:00 +0000</pubDate><guid>https://hugo.curtiscode.dev/post/c-sharp/strongly-typed-stored-procedure-names-in-c-sharp/</guid><description>Calling SQL Stored Procedures in ASP.NET as simple text strings can cause problems such as:
Typo in Stored Procedure name. This isn’t a huge issue, but it can be costly if you later need to rebuild the application because of a simple typo! Finding all references to a Stored Procedure. As the stored procedure is stored as a string, the only way you can find all occurrences of the stored procedure is by doing a “Find In Files”.</description></item></channel></rss>