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

Encrypt Data In Server Side And Save It Secure WayVersion: C#
Author: Gehan FernandoSubmitted: 8/8/2008Downloads: 2740
This Application Helps You To Save Imports Records In Secure Way, It Will Encrypt Data In SQL Sever, So No Need To Create Crypt Layer In Client Side. Read This Article And Optimize It According To Your Way.

Work With TriggersVersion: C#
Author: Gehan FernandoSubmitted: 8/4/2008Downloads: 2775
Learn SQL Triggers With C#.net. This Code Sample For C# Or VB.net Developers

Learn System.IO NameSpaceVersion: C#
Author: Gehan FernandoSubmitted: 7/8/2008Downloads: 3549
Learn System.IO NameSpace, Deeply. Students. This Code Collection For U. Learn {BinaryWriter,BinaryReader, FileStream,MemoryStream,StreamWriter,StreamReader, TextWriter,TextReader,StringWriter,StringReader, GZipStream}

Scrollable Picturebox as a Custom ControlVersion: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 3565
This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project. There are different ways to scroll an image; it can be done using GDI+ for example, but the approach used in this demo is based upon wha ...more>>

Image Viewer User Control in C#Version: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 4344
This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files. The control displays the previous and next images in the file along with the current image ...more>>

Time Since Last Bootup in C#Version: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 3175
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up. The application uses element of the System.Management library to run a select query against Win32_OperatingSystem; the ...more>>

LINQ to SQL in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 3119
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and h ...more>>

LINQ to Objects in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 2446
This article provides an introduction to employing LINQ to Objects queries to support a simple win forms application; the article addresses the construction of LINQ to Objects statements and then goes on to describe how one might use LINQ to Objects withi ...more>>

Manage Data without the Database in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 3722
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there. If you need to store a limited amount of data, if your users won't be sharing data with other ...more>>

Killing Processes in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 3719
This article provides a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID. It would not be a major trick to display additional informa ...more>>

<< Previous  Page 19 of  21  Next >>

Go to page: 19  20  21