News

SqlAsFile Use your SQL in .sql files instead of strings in C# This project can be useful if you are working on a project with Dapper, ADO .NET or other data framework/library that uses raw SQL.
So, here we are, I am going to create here a local application through which we can insert and retrieve an image using c# from a sql server 2005 database. First I created a database named TestImage in ...
SQL Bulk Insert has been tuned over the years to work well with the Microsoft .NET Framework. This tutorial shows you how to take advantage of its power.
Well yes you have finally found it! A complete tutorial on how to save and retrieve images from the SQL Server 2008 database in a C# WPF application. Everything has been kept simple so that even ...
I've got a C# app that will run all day and continually output lines of data to a textbox. Only the last 100 lines need to be available in the textbox. This means when a line over 100 needs to be ...
I'm not too familiar with SQL Server. In Oracle PL/SQL, I see a lot of people try the UPDATE and then catch "SQL%NOTFOUND" to do the insert.