Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> C# code

ADO.net Concurrency ControlVersion: C# 2012
Author: Gehan FernandoSubmitted: 3/24/2013Downloads: 1914
When multiple users attempt to modify data at the same time, controls need to be established in order to prevent one user's modifications from adversely affecting modifications from simultaneous users.The system of handling what happens in this situatio ...more>>

Multiple ResultSet Using SQL StoredproceduresVersion: C# 2012
Author: Gehan FernandoSubmitted: 3/15/2013Downloads: 2246
My Concern is, if we want to return multiple result set how we going to do that.........????? You're going to write multiple stored procedures or you're going to write ugly Direct SQL text. I am not going to say this application gives everything you ...more>>

Syncronize files between 2 foldersVersion: C# 2010
Author: Arjun AroraSubmitted: 3/11/2013Downloads: 2471
This application synchronizes the files between the folders selected by user. It is in c# 2010 with some system.IO library functions. Its not an complete app but still it will throw some basic idea of sync operation.

Paste a list of files into your code or webpageVersion: C# 2010
Author: Gideon IsaacSubmitted: 3/9/2013Downloads: 1569
I've found this utility surprisingly useful when programming. You choose a folder, and a file extension (for instance "*.aspx") and you get a list of all files with that extension in that folder (subfolders are not included). This list can be pasted in ...more>>

MySQL Database Tutorial Using C#Version: C# 2010
Author: Jayson V. LunarSubmitted: 2/18/2013Downloads: 2993
This Project is Designed for databinding tutorial. Insert, Update, Delete, Search, Datagridview using MySQL Client and C#.

Quick web search engineVersion: C# 2005
Author: Sabith.k.pSubmitted: 2/3/2013Downloads: 1991
It will help you to search different search engines at once.

Image Save In Binary FormatVersion: C# 2010
Author: Sant PrakashSubmitted: 12/26/2012Downloads: 2884
How to Save Image In Binary Code Into DataBase and How To Retrieve from The Database In Original Image.

Web ScraperVersion: C# 2010
Author: RummanSubmitted: 12/15/2012Downloads: 1872
A simple web scraper.

Secure MailingVersion: C# 2010
Author: RummanSubmitted: 12/14/2012Downloads: 1999
This application sends the encrypted message to the email the user provide. Firstly the user provide the plain text, and this app encrypts the text with the help of key and iv. Provide the email and required credentials the application sends the mail.

Task runnerVersion: C# 2010
Author: Zvonimir BegicSubmitted: 12/13/2012Downloads: 2958
This application enable to make your own tasks. Task is group of applications. For the example, one task can play some music, open browser with specific sites, open word documents.

<< Previous  Page 7 of  21  Next >>

Go to page: 7  8  9  10  11  12  ...