<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>C# on svenbit</title>
    <link>https://www.svenbit.com/categories/c%23/</link>
    <description>Recent content in C# on svenbit</description>
    <generator>Hugo -- 0.136.5</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 26 Oct 2024 00:00:00 +0800</lastBuildDate>
    <atom:link href="https://www.svenbit.com/categories/c%23/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Enable Sqlite WAL Mode Using ServiceStack.OrmLite.Sqlite.Data</title>
      <link>https://www.svenbit.com/2024/10/enable-sqlite-wal-mode-using-servicestack.ormlite.sqlite.data/</link>
      <pubDate>Sat, 26 Oct 2024 00:00:00 +0800</pubDate>
      <guid>https://www.svenbit.com/2024/10/enable-sqlite-wal-mode-using-servicestack.ormlite.sqlite.data/</guid>
      <description>Snippet to automatically enable Sqlite WAL mode when opening connection using ServiceStack.OrmLite.Sqlite.Data</description>
    </item>
    <item>
      <title>Using SqlParameter with SQL’s IN Clause in C#</title>
      <link>https://www.svenbit.com/2014/08/using-sqlparameter-with-sqls-in-clause-in-csharp/</link>
      <pubDate>Fri, 08 Aug 2014 15:18:00 +0800</pubDate>
      <guid>https://www.svenbit.com/2014/08/using-sqlparameter-with-sqls-in-clause-in-csharp/</guid>
      <description>&lt;p&gt;Using SqlParameter in SqlCommand is a great way to pass variable into SQL statement and prevent SQL Injection, it is rather simple to implement as well, basically all you  need to do is to declare the parameter name in your SQL statement or stored procedure and make sure that you add the parameter with the specified parameter name into the SQL command parameters. Here&amp;rsquo;s an example of basic implementation of SqlParameter:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
